aboutsummaryrefslogtreecommitdiffstats
path: root/text/maps/silph_co_5f.asm
diff options
context:
space:
mode:
authorU-Daniel-PC\Daniel <corrnondacqb@yahoo.com>2015-06-08 01:52:50 -0500
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-08-01 17:16:11 -0400
commit10af88ddd712415f2a0a2b6124187d51075c95d5 (patch)
tree0fe1145438b5cc645f95fe190b9f418cf73dedc7 /text/maps/silph_co_5f.asm
parentAttempt to make Yellow buildable, part 2. (diff)
downloadpokeyellow-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/silph_co_5f.asm')
-rw-r--r--text/maps/silph_co_5f.asm112
1 files changed, 112 insertions, 0 deletions
diff --git a/text/maps/silph_co_5f.asm b/text/maps/silph_co_5f.asm
new file mode 100644
index 00000000..cea48d51
--- /dev/null
+++ b/text/maps/silph_co_5f.asm
@@ -0,0 +1,112 @@
+_SilphCo5Text_1a010:: ; 82936 (20:6936)
+ text "TEAM ROCKET is"
+ line "in an uproar over"
+ cont "some intruder."
+ cont "That's you right?"
+ done
+
+_SilphCo5Text_1a015:: ; 82978 (20:6978)
+ text "TEAM ROCKET took"
+ line "off! You're our"
+ cont "hero! Thank you!"
+ done
+
+_SilphCo5BattleText2:: ; 829aa (20:69aa)
+ text "I heard a kid was"
+ line "wandering around."
+ done
+
+_SilphCo5EndBattleText2:: ; 829cf (20:69cf)
+ text "Boom!"
+ prompt
+
+_SilphCo5AfterBattleText2:: ; 829d6 (20:69d6)
+ text "It's not smart"
+ line "to pick a fight"
+ cont "with TEAM ROCKET!"
+ done
+
+_SilphCo5BattleText3:: ; 82a07 (20:6a07)
+ text "We study #"
+ line "BALL technology"
+ cont "on this floor!"
+ done
+
+_SilphCo5EndBattleText3:: ; 82a32 (20:6a32)
+ text "Dang!"
+ line "Blast it!"
+ prompt
+
+_SilphCo5AfterBattleText3:: ; 82a43 (20:6a43)
+ text "We worked on the"
+ line "ultimate #"
+ cont "BALL which would"
+ cont "catch anything!"
+ done
+
+_SilphCo5BattleText4:: ; 82a81 (20:6a81)
+ text "Whaaat? There"
+ line "shouldn't be any"
+IF DEF(_YELLOW)
+ cont "children here!"
+ELSE
+ cont "children here?"
+ENDC
+ done
+
+_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
+