diff options
| author | IIMarckus <iimarckus@gmail.com> | 2014-01-26 23:09:34 -0700 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2014-01-26 23:09:34 -0700 |
| commit | 6bfe2f42381deecf254542842d7c312d777062fc (patch) | |
| tree | 455a40e198aa136a23f3a98f8099569d2e7f9896 /text/maps/rocket_hideout_b1f.asm | |
| parent | Merge branch 'fix-init-sudo' of https://github.com/yenatch/pokered (diff) | |
| parent | Get rid of more unnecessary labels in text.asm (diff) | |
| download | pokeyellow-6bfe2f42381deecf254542842d7c312d777062fc.tar.gz pokeyellow-6bfe2f42381deecf254542842d7c312d777062fc.tar.xz pokeyellow-6bfe2f42381deecf254542842d7c312d777062fc.zip | |
Merge branch 'text' of https://github.com/yenatch/pokered
Diffstat (limited to 'text/maps/rocket_hideout_b1f.asm')
| -rw-r--r-- | text/maps/rocket_hideout_b1f.asm | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/text/maps/rocket_hideout_b1f.asm b/text/maps/rocket_hideout_b1f.asm new file mode 100644 index 00000000..093a1395 --- /dev/null +++ b/text/maps/rocket_hideout_b1f.asm @@ -0,0 +1,74 @@ +_RocketHideout1EndBattleText6: ; 81f2a (20:5f2a) + text "Why...?@@" + +_RocketHideout1BattleText2: ; 81f34 (20:5f34) + text "Who are you? How" + line "did you get here?" + done + +_RocketHideout1EndBattleText2: ; 81f58 (20:5f58) + text "Oww!" + line "Beaten!" + prompt + +_RocketHideout1AfterBattleTxt2: ; 81f66 (20:5f66) + text "Are you dissing" + line "TEAM ROCKET?" + done + +_RocketHideout1BattleText3: ; 81f84 (20:5f84) + text "You broke into" + line "our operation?" + done + +_RocketHideout1EndBattleText3: ; 81fa3 (20:5fa3) + text "Burnt!" + prompt + +_RocketHideout1AfterBattleTxt3: ; 81fab (20:5fab) + text "You're not going" + line "to get away with" + cont "this, brat!" + done + +_RocketHideout1BattleText4: ; 81fd9 (20:5fd9) + text "Intruder alert!" + done + +_RocketHideout1EndBattleText4: ; 81fea (20:5fea) + text "I" + line "can't do it!" + prompt + +_RocketHideout1AfterBattleTxt4: ; 81ff9 (20:5ff9) + text "SILPH SCOPE?" + line "I don't know" + cont "where it is!" + done + +_RocketHideout1BattleText5: ; 82020 (20:6020) + text "Why did you come" + line "here?" + done + +_RocketHideout1EndBattleText5: ; 82038 (20:6038) + text "This" + line "won't do!" + prompt + +_RocketHideout1AfterBattleTxt5: ; 82047 (20:6047) + text "OK, I'll talk!" + line "Take the elevator" + cont "to see my BOSS!" + done + +_RocketHideout1BattleText6: ; 82078 (20:6078) + text "Are you lost, you" + line "little rat?" + done + +_RocketHideout1AfterBattleTxt6: ; 82097 (20:6097) + text "Uh-oh, that fight" + line "opened the door!" + done + |
