From 3e697f44dc2468cc9e4459e5014de0c11e0bf2e6 Mon Sep 17 00:00:00 2001 From: qadan Date: Sun, 9 Feb 2020 18:49:41 -0400 Subject: [PATCH] was moved for an earlier thing --- Rom.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rom.py b/Rom.py index be8aed8c..4b22de66 100644 --- a/Rom.py +++ b/Rom.py @@ -12,8 +12,8 @@ import subprocess from BaseClasses import CollectionState, ShopType, Region, Location from Dungeons import dungeon_music_addresses from Regions import location_table -from Text import MultiByteTextMapper, CompressedTextMapper, text_addresses, Credits -from Text import TextTable, Uncle_texts, Ganon1_texts, TavernMan_texts, Sahasrahla2_texts, Triforce_texts, Blind_texts, BombShop2_texts, junk_texts +from Text import MultiByteTextMapper, CompressedTextMapper, text_addresses, Credits, TextTable +from Text import Uncle_texts, Ganon1_texts, TavernMan_texts, Sahasrahla2_texts, Triforce_texts, Blind_texts, BombShop2_texts, junk_texts from Text import KingsReturn_texts, Sanctuary_texts, Kakariko_texts, Blacksmiths_texts, DeathMountain_texts, LostWoods_texts, WishingWell_texts, DesertPalace_texts, MountainTower_texts, LinksHouse_texts, Lumberjacks_texts, SickKid_texts, FluteBoy_texts, Zora_texts, MagicShop_texts, Sahasrahla_names from Utils import output_path, local_path, int16_as_bytes, int32_as_bytes, snes_to_pc