aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Route23.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/Route23.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/Route23.asm')
-rw-r--r--scripts/Route23.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/Route23.asm b/scripts/Route23.asm
index 911a2ef3..07558996 100644
--- a/scripts/Route23.asm
+++ b/scripts/Route23.asm
@@ -12,11 +12,11 @@ Route23SetVictoryRoadBoulders:
ret z
ResetEvents EVENT_VICTORY_ROAD_2_BOULDER_ON_SWITCH1, EVENT_VICTORY_ROAD_2_BOULDER_ON_SWITCH2
ResetEvents EVENT_VICTORY_ROAD_3_BOULDER_ON_SWITCH1, EVENT_VICTORY_ROAD_3_BOULDER_ON_SWITCH2
- ld a, HS_VICTORY_ROAD_3F_BOULDER
- ld [wMissableObjectIndex], a
+ ld a, TOGGLE_VICTORY_ROAD_3F_BOULDER
+ ld [wToggleableObjectIndex], a
predef ShowObject
- ld a, HS_VICTORY_ROAD_2F_BOULDER
- ld [wMissableObjectIndex], a
+ ld a, TOGGLE_VICTORY_ROAD_2F_BOULDER
+ ld [wToggleableObjectIndex], a
predef_jump HideObject
Route23_ScriptPointers: