diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-01 19:18:42 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-01 19:18:42 -0400 |
commit | 14ef52bdd8202d9d595811a0ac8b6f1dbd2b8a6f (patch) | |
tree | a0343874cbcce87cf38c28ad69764ea2bb194344 /scripts | |
parent | 68dbc1cace667ebbf1ad1aa38a7aa906b8322821 (diff) |
Fuchsia House 1 and Fuchsia Pokecenter
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/fuchsiapokecenter.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/fuchsiapokecenter.asm b/scripts/fuchsiapokecenter.asm index 26f88844..2ad3ac01 100755 --- a/scripts/fuchsiapokecenter.asm +++ b/scripts/fuchsiapokecenter.asm @@ -7,6 +7,7 @@ FuchsiaPokecenterTextPointers: ; 75069 (1d:5069) dw FuchsiaPokecenterText2 dw FuchsiaPokecenterText3 dw FuchsiaPokecenterText4 + dw FuchsiaPokecenterText5 FuchsiaPokecenterText1: ; 75071 (1d:5071) db $ff @@ -21,3 +22,8 @@ FuchsiaPokecenterText3: ; 75077 (1d:5077) FuchsiaPokecenterText4: ; 7507c (1d:507c) db $f6 + +FuchsiaPokecenterText5: + TX_ASM + callab PokecenterChanseyText + jp TextScriptEnd |