diff options
| author | dannye <corrnondacqb@yahoo.com> | 2015-07-17 02:52:25 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2015-07-17 02:52:25 -0500 |
| commit | fb559f1f4e0104bfc59350359a2fb82fbe88ebba (patch) | |
| tree | 8f0a248d06139fe584ca6381ceea2a3fd5f248e7 /scripts/safarizoneentrance-yellow.asm | |
| parent | Fix Safari Zone check labels (diff) | |
| download | pokeyellow-fb559f1f4e0104bfc59350359a2fb82fbe88ebba.tar.gz pokeyellow-fb559f1f4e0104bfc59350359a2fb82fbe88ebba.tar.xz pokeyellow-fb559f1f4e0104bfc59350359a2fb82fbe88ebba.zip | |
More direction constants
facing directions, npc movement, joypad
Diffstat (limited to 'scripts/safarizoneentrance-yellow.asm')
| -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 c4343095..294c5993 100644 --- a/scripts/safarizoneentrance-yellow.asm +++ b/scripts/safarizoneentrance-yellow.asm @@ -61,7 +61,7 @@ ld [wSafariSteps],a ld a,l ld [wSafariSteps + 1],a - ld a,$40 + ld a,D_UP ld c,3 call SafariZoneEntranceAutoWalk ld hl,wd790 @@ -75,7 +75,7 @@ ld hl,.PleaseComeAgainText call PrintText .CantPayWalkDown - ld a,$80 + ld a,D_DOWN ld c,1 call SafariZoneEntranceAutoWalk ld a,4 |
