diff options
| author | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-06-08 02:09:10 -0500 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-01 17:34:51 -0400 |
| commit | 1d63499fa73f028a5409ff358caedc8972a57552 (patch) | |
| tree | 72747d1cb0d7626d0b110e349f7cf1b355399473 /text/maps/rocket_hideout_b2f.asm | |
| parent | Build only Yellow (diff) | |
| download | pokeyellow-1d63499fa73f028a5409ff358caedc8972a57552.tar.gz pokeyellow-1d63499fa73f028a5409ff358caedc8972a57552.tar.xz pokeyellow-1d63499fa73f028a5409ff358caedc8972a57552.zip | |
Remove (incorrect) address comments
Conflicts:
text.asm
Diffstat (limited to 'text/maps/rocket_hideout_b2f.asm')
| -rw-r--r-- | text/maps/rocket_hideout_b2f.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/text/maps/rocket_hideout_b2f.asm b/text/maps/rocket_hideout_b2f.asm index abbdf646..1b0e9439 100644 --- a/text/maps/rocket_hideout_b2f.asm +++ b/text/maps/rocket_hideout_b2f.asm @@ -1,15 +1,15 @@ -_RocketHideout2BattleText2:: ; 820bb (20:60bb) +_RocketHideout2BattleText2:: text "BOSS said you can" line "see GHOSTs with" cont "the SILPH SCOPE!" done -_RocketHideout2EndBattleText2:: ; 820ef (20:60ef) +_RocketHideout2EndBattleText2:: text "I" line "surrender!" prompt -_RocketHideout2AfterBattleTxt2:: ; 820fd (20:60fd) +_RocketHideout2AfterBattleTxt2:: text "The TEAM ROCKET" line "HQ has 4 basement" cont "floors. Can you" |
