diff options
| author | IIMarckus <iimarckus@gmail.com> | 2015-12-06 14:04:42 -0700 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2015-12-06 14:04:42 -0700 |
| commit | f33bd1d89e03b7eec679048ffdf704551b22fde0 (patch) | |
| tree | 935b541241a385d9ebfed8fc79ce3e60d2a0489e /text/maps/silph_co_8f.asm | |
| parent | fix repository links (diff) | |
| download | pokeyellow-f33bd1d89e03b7eec679048ffdf704551b22fde0.tar.gz pokeyellow-f33bd1d89e03b7eec679048ffdf704551b22fde0.tar.xz pokeyellow-f33bd1d89e03b7eec679048ffdf704551b22fde0.zip | |
Improve diffability with pokeyellow; remove address comments and ifs.
Diffstat (limited to 'text/maps/silph_co_8f.asm')
| -rw-r--r-- | text/maps/silph_co_8f.asm | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/text/maps/silph_co_8f.asm b/text/maps/silph_co_8f.asm index 900e134f..898c0600 100644 --- a/text/maps/silph_co_8f.asm +++ b/text/maps/silph_co_8f.asm @@ -1,56 +1,56 @@ -_SilphCo8Text_565be:: ; 84ac4 (21:4ac4) +_SilphCo8Text_565be:: text "I wonder if SILPH" line "is finished..." done -_SilphCo8Text_565c3:: ; 84ae6 (21:4ae6) +_SilphCo8Text_565c3:: text "Thanks for saving" line "us!" done -_SilphCo8BattleText1:: ; 84afd (21:4afd) +_SilphCo8BattleText1:: text "That's as far as" line "you'll go!" done -_SilphCo8EndBattleText1:: ; 84b18 (21:4b18) +_SilphCo8EndBattleText1:: text "Not" line "enough grit!" prompt -_SilphCo8AfterBattleText1:: ; 84b2a (21:4b2a) +_SilphCo8AfterBattleText1:: text "If you don't turn" line "back, I'll call" cont "for backup!" done -_SilphCo8BattleText2:: ; 84b57 (21:4b57) +_SilphCo8BattleText2:: text "You're causing us" line "problems!" done -_SilphCo8EndBattleText2:: ; 84b73 (21:4b73) +_SilphCo8EndBattleText2:: text "Huh?" line "I lost?" prompt -_SilphCo8AfterBattleText2:: ; 84b81 (21:4b81) +_SilphCo8AfterBattleText2:: text "So, what do you" line "think of SILPH" cont "BUILDING's maze?" done -_SilphCo8BattleText3:: ; 84bb1 (21:4bb1) +_SilphCo8BattleText3:: text "I am one of the 4" line "ROCKET BROTHERS!" done -_SilphCo8EndBattleText3:: ; 84bd5 (21:4bd5) +_SilphCo8EndBattleText3:: text "Whoo!" line "Oh brothers!" prompt -_SilphCo8AfterBattleText3:: ; 84be9 (21:4be9) +_SilphCo8AfterBattleText3:: text "I'll leave you up" line "to my brothers!" done |
