diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-25 22:33:07 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-25 22:33:07 -0500 |
commit | 711e2d6143d59093a763f9bbd4a527f349fdeff8 (patch) | |
tree | 6299cc28728047bd941ca1b3b126f9737d3c13cb | |
parent | 9a7da21006c2c51780424af3410ff8d7d0b59e61 (diff) |
Mention unused Battle Tower-related text (resolves #491)
-rw-r--r-- | maps/BattleTowerOutside.asm | 3 | ||||
-rw-r--r-- | maps/GoldenrodCity.asm | 4 | ||||
-rw-r--r-- | maps/OlivineCity.asm | 3 |
3 files changed, 7 insertions, 3 deletions
diff --git a/maps/BattleTowerOutside.asm b/maps/BattleTowerOutside.asm index 6f3e6674c..afc193180 100644 --- a/maps/BattleTowerOutside.asm +++ b/maps/BattleTowerOutside.asm @@ -105,6 +105,7 @@ BattleTowerOutsideSailorText: done BattleTowerOutsideText_BattleTower: +; unused; originally shown when the Battle Tower was closed text "BATTLE TOWER" done @@ -116,11 +117,13 @@ BattleTowerOutsideText_UltimateChallenge: done BattleTowerOutsideText_DoorsClosed: +; unused; originally shown when the Battle Tower was closed text "The BATTLE TOWER's" line "doors are closed…" done BattleTowerOutsideText_DoorsOpen: +; unused; originally shown after the Battle Tower opened text "It's open!" done diff --git a/maps/GoldenrodCity.asm b/maps/GoldenrodCity.asm index 97486ae06..f9f076ea0 100644 --- a/maps/GoldenrodCity.asm +++ b/maps/GoldenrodCity.asm @@ -476,8 +476,8 @@ GoldenrodCityUndergroundSignSouthText: line "ENTRANCE" done -PokeComCenterSignText: -; unused in the english version +GoldenrodCityPokeComCenterSignText: +; unused text "For Mobile Tips!" line "#COM CENTER" done diff --git a/maps/OlivineCity.asm b/maps/OlivineCity.asm index 380f71bab..0b3ebb96a 100644 --- a/maps/OlivineCity.asm +++ b/maps/OlivineCity.asm @@ -281,7 +281,8 @@ OlivineCityBattleTowerSignText: line "Opening Now!" done -UnknownText_0x1a8cba: +OlivineCityBattleTowerSignText_NotYetOpen: +; unused; originally shown when the Battle Tower was closed text "BATTLE TOWER AHEAD" done |