aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/MtMoonB2F_2.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2024-09-29 10:50:46 -0500
committerdannye <33dannye@gmail.com>2024-09-29 10:50:46 -0500
commit716f8608c13fbee20b8fb71118e0691344098591 (patch)
treea69f3805e6e8e372a8fe9c064aa77d76efbed3a3 /scripts/MtMoonB2F_2.asm
parentIdentify more bit flags (#119) (diff)
downloadpokeyellow-716f8608c13fbee20b8fb71118e0691344098591.tar.gz
pokeyellow-716f8608c13fbee20b8fb71118e0691344098591.tar.xz
pokeyellow-716f8608c13fbee20b8fb71118e0691344098591.zip
Rename off-by-one wram labels
Diffstat (limited to 'scripts/MtMoonB2F_2.asm')
-rw-r--r--scripts/MtMoonB2F_2.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/MtMoonB2F_2.asm b/scripts/MtMoonB2F_2.asm
index a319b87f..c2515abd 100644
--- a/scripts/MtMoonB2F_2.asm
+++ b/scripts/MtMoonB2F_2.asm
@@ -1,5 +1,5 @@
MtMoonB2FScript_ApplyPikachuMovementData:
- ld a, [wd472]
+ ld a, [wd471]
bit 7, a
ret z
ld a, [wWalkBikeSurfState]