diff options
author | YamaArashi <shadow962@live.com> | 2015-07-18 22:34:11 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-18 22:34:11 -0700 |
commit | d0526c036210d2ee186a2a45feac91747ef6fb85 (patch) | |
tree | bf8f67ee9c7edf30e3b0b37ca98f618f8aadfc85 /scripts | |
parent | c169073eed4f0362ef42170098a141a2fcbd71d0 (diff) |
small changes
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/safarizoneentrance-yellow.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/safarizoneentrance-yellow.asm b/scripts/safarizoneentrance-yellow.asm index 294c5993..74ecaa54 100644 --- a/scripts/safarizoneentrance-yellow.asm +++ b/scripts/safarizoneentrance-yellow.asm @@ -155,8 +155,8 @@ SafariZoneEntranceAutoWalk: ld bc,3 call FillMemory ld hl,.OhAllRightText - call Func_3c59 - ld a,$13 + call PrintText_NoCreatingTextBox + ld a,MONEY_BOX ld a,[$d124] call DisplayTextBoxID ld hl,.CantGive30BallsText |