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/silph_co_6f.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/silph_co_6f.asm')
| -rw-r--r-- | text/maps/silph_co_6f.asm | 108 |
1 files changed, 108 insertions, 0 deletions
diff --git a/text/maps/silph_co_6f.asm b/text/maps/silph_co_6f.asm new file mode 100644 index 00000000..c60695ee --- /dev/null +++ b/text/maps/silph_co_6f.asm @@ -0,0 +1,108 @@ +_UnnamedText_1a24a: ; 84176 (21:4176) + text "The ROCKETs came" + line "and took over the" + cont "building!" + done + +_UnnamedText_1a24f: ; 841a4 (21:41a4) + text "Well, better get" + line "back to work!" + done + +_UnnamedText_1a261: ; 841c4 (21:41c4) + text "Oh dear, oh dear." + line "Help me please!" + done + +_UnnamedText_1a266: ; 841e7 (21:41e7) + text "We got engaged!" + line "Heheh!" + done + +_UnnamedText_1a278: ; 841ff (21:41ff) + text "Look at him! He's" + line "such a coward!" + done + +_UnnamedText_1a27d: ; 84220 (21:4220) + text "I feel so sorry" + line "for him, I have" + cont "to marry him!" + done + +_UnnamedText_1a28f: ; 8424f (21:424f) + text "TEAM ROCKET is" + line "trying to conquer" + cont "the world with" + cont "#MON!" + done + +_UnnamedText_1a294: ; 84286 (21:4286) + text "TEAM ROCKET ran" + line "because of you!" + done + +_UnnamedText_1a2a6: ; 842a7 (21:42a7) + text "They must have" + line "targeted SILPH" + cont "for our #MON" + cont "products." + done + +_UnnamedText_1a2ab: ; 842dd (21:42dd) + text "Come work for" + line "SILPH when you" + cont "get older!" + done + +_SilphCo6BattleText2: ; 84306 (21:4306) + text "I am one of the 4" + line "ROCKET BROTHERS!" + done + +_SilphCo6EndBattleText2: ; 8432a (21:432a) + text "Flame" + line "out!" + prompt + +_SilphCo6AfterBattleText2: ; 84336 (21:4336) + text "No matter!" + line "My brothers will" + cont "avenge me!" + done + +_SilphCo6BattleText3: ; 8435e (21:435e) + text "That rotten" + line "PRESIDENT!" + + para "He shouldn't have" + line "sent me to the" + cont "TIKSI BRANCH!" + done + +_SilphCo6EndBattleText3: ; 843a4 (21:43a4) + text "Shoot!" + prompt + +_SilphCo6AfterBattleText3: ; 843ac (21:43ac) + text "TIKSI BRANCH?" + line "It's in Russian" + cont "no man's land!" + done + +_SilphCo6BattleText4: ; 843d8 (21:43d8) + text "You dare betray" + line "TEAM ROCKET?" + done + +_SilphCo6EndBattleText4: ; 843f6 (21:43f6) + text "You" + line "traitor!" + prompt + +_SilphCo6AfterBattleText4: ; 84404 (21:4404) + text "If you stand for" + line "justice, you" + cont "betray evil!" + done + |
