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_9.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_9.asm')
| -rw-r--r-- | text/maps/route_9.asm | 175 |
1 files changed, 0 insertions, 175 deletions
diff --git a/text/maps/route_9.asm b/text/maps/route_9.asm deleted file mode 100644 index 353eb779..00000000 --- a/text/maps/route_9.asm +++ /dev/null @@ -1,175 +0,0 @@ -_Route9BattleText1:: ; 8e291 (23:6291) - text "You have #MON" - line "with you!" - cont "You're mine!" - done - -_Route9EndBattleText1:: ; 8e2b6 (23:62b6) - text "You" - line "deceived me!" - prompt - -_Route9AfterBattleText1:: ; 8e2c8 (23:62c8) - text "You need light to" - line "get through that" - cont "dark tunnel ahead." - done - -IF DEF(_YELLOW) -_Route9BattleTextAJ:: - text "I aim to be the" - line "ultimate trainer!" - done - -_Route9EndBattleTextAJ:: - text "My" - line "SANDSHREW lost?" - prompt - -_Route9AfterBattleTextAJ:: - text "I'll restart my" - line "100-win streak" - cont "with SANDSHREW." -ENDC - -_Route9BattleText2:: ; 8e2ff (23:62ff) - text "Who's that walking" - line "with those good" - cont "looking #MON?" - done - -_Route9EndBattleText2:: ; 8e330 (23:6330) - text "Out" - line "like a light!" - prompt - -_Route9AfterBattleText2:: ; 8e343 (23:6343) - text "Keep walking!" - done - -_Route9BattleText3:: ; 8e352 (23:6352) - text "I'm taking ROCK" - line "TUNNEL to go to" - cont "LAVENDER..." - done - -_Route9EndBattleText3:: ; 8e37e (23:637e) - text "Can't" - line "measure up!" - prompt - -_Route9AfterBattleText3:: ; 8e390 (23:6390) - text "Are you off to" - line "ROCK TUNNEL too?" - done - -_Route9BattleText4:: ; 8e3b1 (23:63b1) - text "Don't you dare" - line "condescend me!" - done - -_Route9EndBattleText4:: ; 8e3cf (23:63cf) - text "No!" - line "You're too much!" - prompt - -_Route9AfterBattleText4:: ; 8e3e4 (23:63e4) - text "You're obviously" - line "talented! Good" - cont "luck to you!" - done - -_Route9BattleText5:: ; 8e411 (23:6411) - text "Bwahaha!" - line "Great! I was" - cont "bored, eh!" - done - -_Route9EndBattleText5:: ; 8e433 (23:6433) - text "Keep it" - line "coming, eh!" - - para "Oh wait. I'm out" - line "of #MON!" - prompt - -_Route9AfterBattleText5:: ; 8e461 (23:6461) - text "You sure had guts" - line "standing up to me" - cont "there, eh?" - done - -_Route9BattleText6:: ; 8e491 (23:6491) - text "Hahaha!" - line "Aren't you a" - cont "little toughie!" - done - -_Route9EndBattleText6:: ; 8e4b6 (23:64b6) - text "What's" - line "that?" - prompt - -_Route9AfterBattleText6:: ; 8e4c3 (23:64c3) - text "Hahaha! Kids" - line "should be tough!" - done - -_Route9BattleText7:: ; 8e4e2 (23:64e2) - text "I got up early" - line "every day to" - cont "raise my #MON" - cont "from cocoons!" - done - -_Route9EndBattleText7:: ; 8e51b (23:651b) - text "WHAT?" - - para "What a total" - line "waste of time!" - prompt - -_Route9AfterBattleText7:: ; 8e53e (23:653e) - text "I have to collect" - line "more than bugs to" - cont "get stronger..." - done - -_Route9BattleText8:: ; 8e573 (23:6573) - text "Hahahaha!" - line "Come on, dude!" - done - -_Route9EndBattleText8:: ; 8e58d (23:658d) - text "Hahahaha!" - line "You beat me fair!" - prompt - -_Route9AfterBattleText8:: ; 8e5aa (23:65aa) - text "Hahahaha!" - line "Us hearty guys" - cont "always laugh!" - done - -_Route9BattleText9:: ; 8e5d2 (23:65d2) - text "Go, my super bug" - line "#MON!" - done - -_Route9EndBattleText9:: ; 8e5ea (23:65ea) - text "My" - line "bugs..." - prompt - -_Route9AfterBattleText9:: ; 8e5f6 (23:65f6) - text "If you don't like" - line "bug #MON, you" - cont "bug me!" - done - -_Route9Text11:: ; 8e61e (23:661e) - text "ROUTE 9" - line "CERULEAN CITY-" - cont "ROCK TUNNEL" - done - |
