Add scene ID constants (TODO: meaningful names)

This commit is contained in:
Rangi
2018-01-31 23:16:51 -05:00
parent 7d6e82ef1c
commit a17623d96b
87 changed files with 826 additions and 437 deletions

View File

@@ -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: