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/route_24.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/route_24.asm')
| -rw-r--r-- | text/maps/route_24.asm | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/text/maps/route_24.asm b/text/maps/route_24.asm index ca322101..7a073916 100644 --- a/text/maps/route_24.asm +++ b/text/maps/route_24.asm @@ -1,26 +1,26 @@ -_Route24Text_51510:: ; 92721 (24:6721) +_Route24Text_51510:: text "Congratulations!" line "You beat our 5" cont "contest trainers!@@" -_Route24Text_51515:: ; 92755 (24:6755) +_Route24Text_51515:: db $0 para "You just earned a" line "fabulous prize!" prompt -_Route24Text_5151a:: ; 92779 (24:6779) +_Route24Text_5151a:: text $52, " received" line "a @" TX_RAM wcf4b text "!@@" -_Route24Text_51521:: ; 9278f (24:678f) +_Route24Text_51521:: text "You don't have" line "any room!" done -_Route24Text_51526:: ; 927a8 (24:67a8) +_Route24Text_51526:: text "By the way, would" line "you like to join" cont "TEAM ROCKET?" @@ -46,95 +46,95 @@ _Route24Text_51526:: ; 927a8 (24:67a8) cont "refuse!" done -_Route24Text_5152b:: ; 9288a (24:688a) +_Route24Text_5152b:: text "Arrgh!" line "You are good!" prompt -_Route24Text_51530:: ; 928a0 (24:68a0) +_Route24Text_51530:: text "With your ability," line "you could become" cont "a top leader in" cont "TEAM ROCKET!" done -_Route24BattleText1:: ; 928e2 (24:68e2) +_Route24BattleText1:: text "I saw your feat" line "from the grass!" done -_Route24EndBattleText1:: ; 94000 (25:4000) +_Route24EndBattleText1:: text "I" line "thought not!" prompt -_Route24AfterBattleText1:: ; 94010 (25:4010) +_Route24AfterBattleText1:: text "I hid because the" line "people on the" cont "bridge scared me!" done -_Route24BattleText2:: ; 94043 (25:4043) +_Route24BattleText2:: text "OK! I'm No. 5!" line "I'll stomp you!" done -_Route24EndBattleText2:: ; 94061 (25:4061) +_Route24EndBattleText2:: text "Whoa!" line "Too much!" prompt -_Route24AfterBattleText2:: ; 94072 (25:4072) +_Route24AfterBattleText2:: text "I did my best, I" line "have no regrets!" done -_Route24BattleText3:: ; 94095 (25:4095) +_Route24BattleText3:: text "I'm No. 4!" line "Getting tired?" done -_Route24EndBattleText3:: ; 940af (25:40af) +_Route24EndBattleText3:: text "I lost" line "too!" prompt -_Route24AfterBattleText3:: ; 940bc (25:40bc) +_Route24AfterBattleText3:: text "I did my best, so" line "I've no regrets!" done -_Route24BattleText4:: ; 940df (25:40df) +_Route24BattleText4:: text "Here's No. 3!" line "I won't be easy!" done -_Route24EndBattleText4:: ; 940fd (25:40fd) +_Route24EndBattleText4:: text "Ow!" line "Stomped flat!" prompt -_Route24AfterBattleText4:: ; 94110 (25:4110) +_Route24AfterBattleText4:: text "I did my best, I" line "have no regrets!" done -_Route24BattleText5:: ; 94133 (25:4133) +_Route24BattleText5:: text "I'm second!" line "Now it's serious!" done -_Route24EndBattleText5:: ; 94150 (25:4150) +_Route24EndBattleText5:: text "How could I" line "lose?" prompt -_Route24AfterBattleText5:: ; 94163 (25:4163) +_Route24AfterBattleText5:: text "I did my best, I" line "have no regrets!" done -_Route24BattleText6:: ; 94186 (25:4186) +_Route24BattleText6:: text "This is NUGGET" line "BRIDGE! Beat us 5" cont "trainers and win" @@ -144,12 +144,12 @@ _Route24BattleText6:: ; 94186 (25:4186) line "what it takes?" done -_Route24EndBattleText6:: ; 941e8 (25:41e8) +_Route24EndBattleText6:: text "Whoo!" line "Good stuff!" prompt -_Route24AfterBattleText6:: ; 941fb (25:41fb) +_Route24AfterBattleText6:: text "I did my best, I" line "have no regrets!" done |
