aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorNarishma-gb <194818981+Narishma-gb@users.noreply.github.com>2025-11-22 18:13:55 +0100
committerGitHub <noreply@github.com>2025-11-22 11:13:55 -0600
commit451b494284b7b292d6153404f749fcde0ec69b88 (patch)
treef38416b631a5c41100b0149ca0a201eed105e6dd /scripts
parentFix tools/unnamed.py (diff)
downloadpokeyellow-451b494284b7b292d6153404f749fcde0ec69b88.tar.gz
pokeyellow-451b494284b7b292d6153404f749fcde0ec69b88.tar.xz
pokeyellow-451b494284b7b292d6153404f749fcde0ec69b88.zip
Minor fix in Makefile, add one `PIKACHU_SPRITE_INDEX` (#141)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/VictoryRoad3F.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/VictoryRoad3F.asm b/scripts/VictoryRoad3F.asm
index ec042e48..fc148c0d 100644
--- a/scripts/VictoryRoad3F.asm
+++ b/scripts/VictoryRoad3F.asm
@@ -38,7 +38,7 @@ VictoryRoad3FDefaultScript:
cp $1
jr nz, .handle_hole
ldh a, [hSpriteIndex]
- cp $f ; Pikachu
+ cp PIKACHU_SPRITE_INDEX
jp z, .check_switch_hole
ld hl, wCurrentMapScriptFlags
set BIT_CUR_MAP_LOADED_1, [hl]