diff options
| author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-02-01 08:46:53 -0500 |
|---|---|---|
| committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-02-01 08:46:53 -0500 |
| commit | ed4ac6d55156f7dab8e609f4086db270264ce594 (patch) | |
| tree | 20bf3f15d294c7e95d6f2be94cd913d7d6896cc6 /text/maps/silph_co_2f.asm | |
| parent | Fix BookshelfTileIDs format (diff) | |
| parent | Makefile: condense dependency scanning into one loop (diff) | |
| download | pokeyellow-ed4ac6d55156f7dab8e609f4086db270264ce594.tar.gz pokeyellow-ed4ac6d55156f7dab8e609f4086db270264ce594.tar.xz pokeyellow-ed4ac6d55156f7dab8e609f4086db270264ce594.zip | |
Merge branch 'master' of https://github.com/iimarckus/pokered
Conflicts:
main.asm
Diffstat (limited to 'text/maps/silph_co_2f.asm')
| -rw-r--r-- | text/maps/silph_co_2f.asm | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/text/maps/silph_co_2f.asm b/text/maps/silph_co_2f.asm new file mode 100644 index 00000000..a7535af6 --- /dev/null +++ b/text/maps/silph_co_2f.asm @@ -0,0 +1,97 @@ +_UnnamedText_59ded:: ; 82454 (20:6454) + text "Eeek!" + line "No! Stop! Help!" + + para "Oh, you're not" + line "with TEAM ROCKET." + cont "I thought..." + cont "I'm sorry. Here," + cont "please take this!" + prompt + +_ReceivedTM36Text:: ; 824ba (20:64ba) + text $52, " got" + line "@" + TX_RAM $cf4b + text "!@@" + +_TM36ExplanationText:: ; 824c9 (20:64c9) + text "TM36 is" + line "SELFDESTRUCT!" + + para "It's powerful, but" + line "the #MON that" + cont "uses it faints!" + cont "Be careful." + done + +_TM36NoRoomText:: ; 8251c (20:651c) + text "You don't have any" + line "room for this." + done + +_SilphCo2BattleText1:: ; 8253e (20:653e) + text "Help! I'm a SILPH" + line "employee." + done + +_SilphCo2EndBattleText1:: ; 8255a (20:655a) + text "How" + line "did you know I" + cont "was a ROCKET?" + prompt + +_SilphCo2AfterBattleText1:: ; 8257c (20:657c) + text "I work for both" + line "SILPH and TEAM" + cont "ROCKET!" + done + +_SilphCo2BattleText2:: ; 825a4 (20:65a4) + text "It's off limits" + line "here! Go home!" + done + +_SilphCo2EndBattleText2:: ; 825c3 (20:65c3) + text "You're" + line "good." + prompt + +_SilphCo2AfterBattleText2:: ; 825d0 (20:65d0) + text "Can you solve the" + line "maze in here?" + done + +_SilphCo2BattleText3:: ; 825f1 (20:65f1) + text "No kids are" + line "allowed in here!" + done + +_SilphCo2EndBattleText3:: ; 8260f (20:660f) + text "Tough!" + prompt + +_SilphCo2AfterBattleText3:: ; 82617 (20:6617) + text "Diamond shaped" + line "tiles are" + cont "teleport blocks!" + + para "They're hi-tech" + line "transporters!" + done + +_SilphCo2BattleText4:: ; 8265f (20:665f) + text "Hey kid! What are" + line "you doing here?" + done + +_SilphCo2EndBattleText4:: ; 82682 (20:6682) + text "I goofed!" + prompt + +_SilphCo2AfterBattleText4:: ; 8268d (20:668d) + text "SILPH CO. will" + line "be merged with" + cont "TEAM ROCKET!" + done + |
