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_9f.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_9f.asm')
| -rw-r--r-- | text/maps/silph_co_9f.asm | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/text/maps/silph_co_9f.asm b/text/maps/silph_co_9f.asm new file mode 100644 index 00000000..1005f993 --- /dev/null +++ b/text/maps/silph_co_9f.asm @@ -0,0 +1,63 @@ +_UnnamedText_5d8e5: ; 84c0b (21:4c0b) + text "You look tired!" + line "You should take a" + cont "quick nap!" + prompt + +_UnnamedText_5d8ea: ; 84c39 (21:4c39) + text "Don't give up!" + done + +_UnnamedText_5d8ef: ; 84c48 (21:4c48) + text "Thank you so" + line "much!" + done + +_SilphCo9BattleText1: ; 84c5c (21:4c5c) + text "Your #MON seem" + line "to adore you, kid!" + done + +_SilphCo9EndBattleText1: ; 84c7f (21:4c7f) + text "Ghaaah!" + prompt + +_SilphCo9AfterBattleText1: ; 84c88 (21:4c88) + text "If I had started" + line "as a trainer at" + cont "your age..." + done + +_SilphCo9BattleText2: ; 84cb6 (21:4cb6) + text "Your #MON have" + line "weak points! I" + cont "can nail them!" + done + +_SilphCo9EndBattleText2: ; 84ce4 (21:4ce4) + text "You" + line "hammered me!" + prompt + +_SilphCo9AfterBattleText2: ; 84cf6 (21:4cf6) + text "Exploiting weak" + line "spots does work!" + cont "Think about" + cont "element types!" + done + +_SilphCo9BattleText3: ; 84d33 (21:4d33) + text "I am one of the 4" + line "ROCKET BROTHERS!" + done + +_SilphCo9EndBattleText3: ; 84d57 (21:4d57) + text "Warg!" + line "Brothers, I lost!" + prompt + +_SilphCo9AfterBattleText3: ; 84d70 (21:4d70) + text "My brothers will" + line "avenge me!" + done + |
