You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Add scene ID constants (TODO: meaningful names)
This commit is contained in:
@@ -17,11 +17,11 @@ Route43_MapScripts:
|
||||
.CheckIfRockets:
|
||||
checkevent EVENT_CLEARED_ROCKET_HIDEOUT
|
||||
iftrue .NoRockets
|
||||
setmapscene ROUTE_43_GATE, 0
|
||||
setmapscene ROUTE_43_GATE, SCENE_ROUTE43GATE_0
|
||||
return
|
||||
|
||||
.NoRockets:
|
||||
setmapscene ROUTE_43_GATE, 1
|
||||
setmapscene ROUTE_43_GATE, SCENE_ROUTE43GATE_1
|
||||
return
|
||||
|
||||
TrainerCamperSpencer:
|
||||
|
||||
Reference in New Issue
Block a user