aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/VictoryRoad3F.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2026-01-17 22:38:33 -0600
committerdannye <33dannye@gmail.com>2026-01-17 22:38:33 -0600
commitbc2354dd6626ce28bb9561547ed2107cfa56c18e (patch)
tree5902d4c3389253c76b7c3351e0d7dfecb551c28d /scripts/VictoryRoad3F.asm
parentIdentify characters in `_OakSpeechText2B` and `Printer_GetMonStats.IDNo` (#144) (diff)
parentUse macros for `WildMonEncounterSlotChances` (#562) (diff)
downloadpokeyellow-bc2354dd6626ce28bb9561547ed2107cfa56c18e.tar.gz
pokeyellow-bc2354dd6626ce28bb9561547ed2107cfa56c18e.tar.xz
pokeyellow-bc2354dd6626ce28bb9561547ed2107cfa56c18e.zip
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'scripts/VictoryRoad3F.asm')
-rw-r--r--scripts/VictoryRoad3F.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/VictoryRoad3F.asm b/scripts/VictoryRoad3F.asm
index fc148c0d..ec081642 100644
--- a/scripts/VictoryRoad3F.asm
+++ b/scripts/VictoryRoad3F.asm
@@ -47,11 +47,11 @@ VictoryRoad3FDefaultScript:
.handle_hole
CheckAndSetEvent EVENT_VICTORY_ROAD_3_BOULDER_ON_SWITCH2
jr nz, .check_switch_hole
- ld a, HS_VICTORY_ROAD_3F_BOULDER
- ld [wMissableObjectIndex], a
+ ld a, TOGGLE_VICTORY_ROAD_3F_BOULDER
+ ld [wToggleableObjectIndex], a
predef HideObject
- ld a, HS_VICTORY_ROAD_2F_BOULDER
- ld [wMissableObjectIndex], a
+ ld a, TOGGLE_VICTORY_ROAD_2F_BOULDER
+ ld [wToggleableObjectIndex], a
predef_jump ShowObject
.SwitchOrHoleCoords: