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/rocket_hideout_b4f.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/rocket_hideout_b4f.asm')
| -rw-r--r-- | text/maps/rocket_hideout_b4f.asm | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/text/maps/rocket_hideout_b4f.asm b/text/maps/rocket_hideout_b4f.asm new file mode 100644 index 00000000..adbabe22 --- /dev/null +++ b/text/maps/rocket_hideout_b4f.asm @@ -0,0 +1,75 @@ +_UnnamedText_4557a:: ; 8223e (20:623e) + text "So! I must say, I" + line "am impressed you" + cont "got here!" + done + +_UnnamedText_4557f:: ; 8226c (20:626c) + text "WHAT!" + line "This cannot be!" + prompt + +_UnnamedText_45584:: ; 82283 (20:6283) + text "I see that you" + line "raise #MON" + cont "with utmost care." + + para "A child like you" + line "would never" + cont "understand what I" + cont "hope to achieve." + + para "I shall step" + line "aside this time!" + + para "I hope we meet" + line "again..." + done + +_RocketHideout4BattleText2:: ; 82326 (20:6326) + text "I know you! You" + line "ruined our plans" + cont "at MT.MOON!" + done + +_RocketHideout4EndBattleText2:: ; 82354 (20:6354) + text "Burned" + line "again!" + prompt + +_RocketHide4AfterBattleText2:: ; 82363 (20:6363) + text "Do you have" + line "something against" + cont "TEAM ROCKET?" + done + +_RocketHideout4BattleText3:: ; 8238f (20:638f) + text "How can you not" + line "see the beauty of" + cont "our evil?" + done + +_RocketHideout4EndBattleText3:: ; 823bc (20:63bc) + text "Ayaya!" + prompt + +_RocketHide4AfterBattleText3:: ; 823c4 (20:63c4) + text "BOSS! I'm sorry I" + line "failed you!" + done + +_RocketHideout4BattleText4:: ; 823e2 (20:63e2) + text "The elevator" + line "doesn't work? Who" + cont "has the LIFT KEY?" + done + +_RocketHideout4EndBattleText4:: ; 82413 (20:6413) + text "No!" + prompt + +_UnnamedText_455ec:: ; 82418 (20:6418) + text "Oh no! I dropped" + line "the LIFT KEY!" + done + |
