aboutsummaryrefslogtreecommitdiffstats
path: root/text/maps/silph_co_5f_2.asm
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2014-01-26 23:09:34 -0700
committerIIMarckus <iimarckus@gmail.com>2014-01-26 23:09:34 -0700
commit6bfe2f42381deecf254542842d7c312d777062fc (patch)
tree455a40e198aa136a23f3a98f8099569d2e7f9896 /text/maps/silph_co_5f_2.asm
parentMerge branch 'fix-init-sudo' of https://github.com/yenatch/pokered (diff)
parentGet rid of more unnecessary labels in text.asm (diff)
downloadpokeyellow-6bfe2f42381deecf254542842d7c312d777062fc.tar.gz
pokeyellow-6bfe2f42381deecf254542842d7c312d777062fc.tar.xz
pokeyellow-6bfe2f42381deecf254542842d7c312d777062fc.zip
Merge branch 'text' of https://github.com/yenatch/pokered
Diffstat (limited to 'text/maps/silph_co_5f_2.asm')
-rw-r--r--text/maps/silph_co_5f_2.asm56
1 files changed, 56 insertions, 0 deletions
diff --git a/text/maps/silph_co_5f_2.asm b/text/maps/silph_co_5f_2.asm
new file mode 100644
index 00000000..999b7358
--- /dev/null
+++ b/text/maps/silph_co_5f_2.asm
@@ -0,0 +1,56 @@
+_SilphCo5EndBattleText4: ; 84000 (21:4000)
+ text "Oh"
+ line "goodness!"
+ prompt
+
+_SilphCo5AfterBattleText4: ; 8400e (21:400e)
+ text "You're only on 5F."
+ line "It's a long way"
+ cont "to my BOSS!"
+ done
+
+_SilphCo5BattleText5: ; 8403c (21:403c)
+ text "Show TEAM ROCKET"
+ line "a little respect!"
+ done
+
+_SilphCo5EndBattleText5: ; 84060 (21:4060)
+ text "Cough..."
+ line "Cough..."
+ prompt
+
+_SilphCo5AfterBattleText5: ; 84073 (21:4073)
+ text "Which reminds me."
+
+ para "KOFFING evolves"
+ line "into WEEZING!"
+ done
+
+_SilphCo5Text9: ; 840a4 (21:40a4)
+ text "It's a #MON"
+ line "REPORT!"
+
+ para "#MON LAB"
+ line "created PORYGON,"
+ cont "the first virtual"
+ cont "reality #MON."
+ done
+
+_SilphCo5Text10: ; 840f2 (21:40f2)
+ text "It's a #MON"
+ line "REPORT!"
+
+ para "Over 160 #MON"
+ line "techniques have"
+ cont "been confirmed."
+ done
+
+_SilphCo5Text11: ; 84134 (21:4134)
+ text "It's a #MON"
+ line "REPORT!"
+
+ para "4 #MON evolve"
+ line "only when traded"
+ cont "by link-cable."
+ done
+