diff options
Diffstat (limited to 'text/SilphCo5F.asm')
-rw-r--r-- | text/SilphCo5F.asm | 58 |
1 files changed, 57 insertions, 1 deletions
diff --git a/text/SilphCo5F.asm b/text/SilphCo5F.asm index dab42539..9c8bfd41 100644 --- a/text/SilphCo5F.asm +++ b/text/SilphCo5F.asm @@ -47,5 +47,61 @@ _SilphCo5AfterBattleText3:: _SilphCo5BattleText4:: text "Whaaat? There" line "shouldn't be any" - cont "children here?" + cont "children here!" + done + +_SilphCo5EndBattleText4:: + text "Oh" + line "goodness!" + prompt + +_SilphCo5AfterBattleText4:: + text "You're only on 5F." + line "It's a long way" + cont "to my BOSS!" + done + +_SilphCo5BattleText5:: + text "Show TEAM ROCKET" + line "a little respect!" + done + +_SilphCo5EndBattleText5:: + text "Cough..." + line "Cough..." + prompt + +_SilphCo5AfterBattleText5:: + text "Which reminds me." + + para "KOFFING evolves" + line "into WEEZING!" + done + +_SilphCo5Text9:: + text "It's a #MON" + line "REPORT!" + + para "#MON LAB" + line "created PORYGON," + cont "the first virtual" + cont "reality #MON." + done + +_SilphCo5Text10:: + text "It's a #MON" + line "REPORT!" + + para "Over 160 #MON" + line "techniques have" + cont "been confirmed." + done + +_SilphCo5Text11:: + text "It's a #MON" + line "REPORT!" + + para "4 #MON evolve" + line "only when traded" + cont "by link-cable." done |