aboutsummaryrefslogtreecommitdiffstats
path: root/text/maps/silph_co_3f.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_3f.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_3f.asm')
-rw-r--r--text/maps/silph_co_3f.asm47
1 files changed, 47 insertions, 0 deletions
diff --git a/text/maps/silph_co_3f.asm b/text/maps/silph_co_3f.asm
new file mode 100644
index 00000000..057c6683
--- /dev/null
+++ b/text/maps/silph_co_3f.asm
@@ -0,0 +1,47 @@
+_UnnamedText_59ff9: ; 826b9 (20:66b9)
+ text "I work for SILPH."
+ line "What should I do?"
+ done
+
+_UnnamedText_59ffe: ; 826de (20:66de)
+ text $52, "! You and"
+ line "your #MON"
+ cont "saved us!"
+ done
+
+_SilphCo3BattleText1: ; 826fe (20:66fe)
+ text "Quit messing with"
+ line "us, kid!"
+ done
+
+_SilphCo3EndBattleText1: ; 8271a (20:671a)
+ text "I give"
+ line "up!"
+ prompt
+
+_SilphCo3AfterBattleText1: ; 82726 (20:6726)
+ text "A hint? You can"
+ line "open doors with a"
+ cont "CARD KEY!"
+ done
+
+_SilphCo3BattleText2: ; 82753 (20:6753)
+ text "I support TEAM"
+ line "ROCKET more than"
+ cont "I support SILPH!"
+ done
+
+_SilphCo3EndBattleText2: ; 82785 (20:6785)
+ text "You"
+ line "really got me!"
+ prompt
+
+_SilphCo3AfterBattleText2: ; 82799 (20:6799)
+ text "Humph..."
+
+ para "TEAM ROCKET said"
+ line "that if I helped"
+ cont "them, they'd let"
+ cont "me study #MON!"
+ done
+