diff options
| author | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-06-08 01:52:50 -0500 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-01 17:16:11 -0400 |
| commit | 10af88ddd712415f2a0a2b6124187d51075c95d5 (patch) | |
| tree | 0fe1145438b5cc645f95fe190b9f418cf73dedc7 /text/maps/route_24.asm | |
| parent | Attempt to make Yellow buildable, part 2. (diff) | |
| download | pokeyellow-10af88ddd712415f2a0a2b6124187d51075c95d5.tar.gz pokeyellow-10af88ddd712415f2a0a2b6124187d51075c95d5.tar.xz pokeyellow-10af88ddd712415f2a0a2b6124187d51075c95d5.zip | |
text.o
Conflicts:
main.asm
text.asm
text/maps/cerulean_trade_house.asm
text/maps/copycats_house_1f.asm
text/maps/daycare_2.asm
text/maps/museum_2f.asm
text/maps/oaks_lab.asm
text/maps/pewter_gym.asm
text/maps/route_9_1.asm
text/maps/school.asm
text/maps/vermilion_gym_1.asm
wram.asm
yellow/text.asm
Diffstat (limited to 'text/maps/route_24.asm')
| -rw-r--r-- | text/maps/route_24.asm | 156 |
1 files changed, 156 insertions, 0 deletions
diff --git a/text/maps/route_24.asm b/text/maps/route_24.asm new file mode 100644 index 00000000..ca322101 --- /dev/null +++ b/text/maps/route_24.asm @@ -0,0 +1,156 @@ +_Route24Text_51510:: ; 92721 (24:6721) + text "Congratulations!" + line "You beat our 5" + cont "contest trainers!@@" + +_Route24Text_51515:: ; 92755 (24:6755) + db $0 + para "You just earned a" + line "fabulous prize!" + prompt + +_Route24Text_5151a:: ; 92779 (24:6779) + text $52, " received" + line "a @" + TX_RAM wcf4b + text "!@@" + +_Route24Text_51521:: ; 9278f (24:678f) + text "You don't have" + line "any room!" + done + +_Route24Text_51526:: ; 927a8 (24:67a8) + text "By the way, would" + line "you like to join" + cont "TEAM ROCKET?" + + para "We're a group" + line "dedicated to evil" + cont "using #MON!" + + para "Want to join?" + + para "Are you sure?" + + para "Come on, join us!" + + para "I'm telling you" + line "to join!" + + para "OK, you need" + line "convincing!" + + para "I'll make you an" + line "offer you can't" + cont "refuse!" + done + +_Route24Text_5152b:: ; 9288a (24:688a) + text "Arrgh!" + line "You are good!" + prompt + +_Route24Text_51530:: ; 928a0 (24:68a0) + text "With your ability," + line "you could become" + cont "a top leader in" + cont "TEAM ROCKET!" + done + +_Route24BattleText1:: ; 928e2 (24:68e2) + text "I saw your feat" + line "from the grass!" + done + +_Route24EndBattleText1:: ; 94000 (25:4000) + text "I" + line "thought not!" + prompt + +_Route24AfterBattleText1:: ; 94010 (25:4010) + text "I hid because the" + line "people on the" + cont "bridge scared me!" + done + +_Route24BattleText2:: ; 94043 (25:4043) + text "OK! I'm No. 5!" + line "I'll stomp you!" + done + +_Route24EndBattleText2:: ; 94061 (25:4061) + text "Whoa!" + line "Too much!" + prompt + +_Route24AfterBattleText2:: ; 94072 (25:4072) + text "I did my best, I" + line "have no regrets!" + done + +_Route24BattleText3:: ; 94095 (25:4095) + text "I'm No. 4!" + line "Getting tired?" + done + +_Route24EndBattleText3:: ; 940af (25:40af) + text "I lost" + line "too!" + prompt + +_Route24AfterBattleText3:: ; 940bc (25:40bc) + text "I did my best, so" + line "I've no regrets!" + done + +_Route24BattleText4:: ; 940df (25:40df) + text "Here's No. 3!" + line "I won't be easy!" + done + +_Route24EndBattleText4:: ; 940fd (25:40fd) + text "Ow!" + line "Stomped flat!" + prompt + +_Route24AfterBattleText4:: ; 94110 (25:4110) + text "I did my best, I" + line "have no regrets!" + done + +_Route24BattleText5:: ; 94133 (25:4133) + text "I'm second!" + line "Now it's serious!" + done + +_Route24EndBattleText5:: ; 94150 (25:4150) + text "How could I" + line "lose?" + prompt + +_Route24AfterBattleText5:: ; 94163 (25:4163) + text "I did my best, I" + line "have no regrets!" + done + +_Route24BattleText6:: ; 94186 (25:4186) + text "This is NUGGET" + line "BRIDGE! Beat us 5" + cont "trainers and win" + cont "a fabulous prize!" + + para "Think you got" + line "what it takes?" + done + +_Route24EndBattleText6:: ; 941e8 (25:41e8) + text "Whoo!" + line "Good stuff!" + prompt + +_Route24AfterBattleText6:: ; 941fb (25:41fb) + text "I did my best, I" + line "have no regrets!" + done + |
