From 519dd7fd56c4688ead80e444d945fc188cea5b66 Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Sat, 18 Oct 2014 08:57:53 -0600 Subject: Improve labels for Yellow Safari Zone entrance. --- scripts/safarizoneentrance-yellow.asm | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'scripts') diff --git a/scripts/safarizoneentrance-yellow.asm b/scripts/safarizoneentrance-yellow.asm index 93f91620..1f1b6c23 100644 --- a/scripts/safarizoneentrance-yellow.asm +++ b/scripts/safarizoneentrance-yellow.asm @@ -137,38 +137,37 @@ SafariZoneEntranceAutoWalk: jp StartSimulatingJoypadStates .xf2077 - ld hl,$d346 + ld hl,wPlayerMoney ld de,$ff9f ld bc,3 - call $1b + call $b1 ; yellow $00b1 xor a ld [$ffa2],a ld [$ffa3],a - ld a,$17 + ld a,$17 ; ¥17 per safari ball ld [$ffa4],a - ld a,$d - call $3eb4 + predef DivideBCDPredef3 ld a,[$ffa4] call .xf211e pop af ld hl,$d346 xor a ld bc,3 - call $166e + call FillMemory ld hl,.OhAllRightText - call $3c46 + call Func_3c59 ld a,$13 ld a,[$d124] - call $3010 + call DisplayTextBoxID ld hl,.CantGive30BallsText call PrintText pop af inc a jr z,.xf20bd - cp $1d + cp 29 jr c,.xf20bf .xf20bd - ld a,$1d + ld a,29 .xf20bf ld hl,$1f6 and a -- cgit v1.2.3