aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/SafariZoneGate_2.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2025-07-02 21:15:13 -0500
committerdannye <33dannye@gmail.com>2025-07-02 21:15:13 -0500
commitca019eac8fd96559f4d4e712f0b53e95492e5dcb (patch)
tree209a500e3bda6c2109e5acec60448e9e52f8c2af /scripts/SafariZoneGate_2.asm
parentUse more ldpikacry (diff)
parentRequire RGBDS 0.9.3 for its DMG palette specs (#513) (diff)
downloadpokeyellow-ca019eac8fd96559f4d4e712f0b53e95492e5dcb.tar.gz
pokeyellow-ca019eac8fd96559f4d4e712f0b53e95492e5dcb.tar.xz
pokeyellow-ca019eac8fd96559f4d4e712f0b53e95492e5dcb.zip
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'scripts/SafariZoneGate_2.asm')
-rw-r--r--scripts/SafariZoneGate_2.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/SafariZoneGate_2.asm b/scripts/SafariZoneGate_2.asm
index d760ed83..819c2cc2 100644
--- a/scripts/SafariZoneGate_2.asm
+++ b/scripts/SafariZoneGate_2.asm
@@ -60,7 +60,7 @@ SafariZoneGatePrintSafariZoneWorker1WouldYouLikeToJoinText::
ld [wSafariSteps], a
ld a, l
ld [wSafariSteps + 1], a
- ld a, D_UP
+ ld a, PAD_UP
ld c, 3
call SafariZoneEntranceAutoWalk2
SetEvent EVENT_IN_SAFARI_ZONE
@@ -73,7 +73,7 @@ SafariZoneGatePrintSafariZoneWorker1WouldYouLikeToJoinText::
ld hl, .PleaseComeAgainText
call PrintText
.CantPayWalkDown
- ld a, D_DOWN
+ ld a, PAD_DOWN
ld c, 1
call SafariZoneEntranceAutoWalk2
ld a, SCRIPT_SAFARIZONEGATE_PLAYER_MOVING_DOWN