diff options
author | dannye <corrnondacqb@yahoo.com> | 2016-06-11 17:10:37 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2016-06-11 17:10:37 -0500 |
commit | 401d6e7f36e86aa246a2c0591195e1f0f01e879f (patch) | |
tree | 1a8c702fa533d2923c952e9f6b69bb28d657e357 /scripts/pewterpokecenter2.asm | |
parent | c979b3bb03b121dd03a800df74144cd69a74601a (diff) |
More syncing with pokered
from April 8, 2016 to present
Diffstat (limited to 'scripts/pewterpokecenter2.asm')
-rwxr-xr-x | scripts/pewterpokecenter2.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/pewterpokecenter2.asm b/scripts/pewterpokecenter2.asm index e424071a..9f035fa9 100755 --- a/scripts/pewterpokecenter2.asm +++ b/scripts/pewterpokecenter2.asm @@ -4,13 +4,13 @@ Func_f1d98: ret PewterPokecenterText_f1d9f: - TX_FAR _PewterPokecenterText2 + TX_FAR _PewterPokecenterText3 db "@" -Func_f1da4: +PewterJigglypuff: ld a, $1 ld [wDoNotWaitForButtonPressAfterDisplayingText], a - ld hl, PewterPokecenterText_f1e19 + ld hl, .Text call PrintText call StopAllMusic ld c, 32 @@ -60,8 +60,8 @@ Func_f1da4: call DisablePikachuFollowingPlayer ret -PewterPokecenterText_f1e19: - TX_FAR _PewterPokecenterText5 +.Text + TX_FAR _PewterJigglypuffText db "@" JigglypuffSpinData: |