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

@@ -8,8 +8,8 @@
CeruleanGym_MapScripts:
db 2 ; scene scripts
scene_script .DummyScene0
scene_script .GruntRunsOut
scene_script .DummyScene0 ; SCENE_CERULEANGYM_0
scene_script .GruntRunsOut ; SCENE_CERULEANGYM_1
db 0 ; callbacks
@@ -46,9 +46,9 @@ CeruleanGym_MapScripts:
setevent EVENT_MET_ROCKET_GRUNT_AT_CERULEAN_GYM
clearevent EVENT_ROUTE_24_ROCKET
clearevent EVENT_ROUTE_25_MISTY_BOYFRIEND
setscene 0
setmapscene ROUTE_25, 1
setmapscene POWER_PLANT, 0
setscene SCENE_CERULEANGYM_0
setmapscene ROUTE_25, SCENE_ROUTE25_1
setmapscene POWER_PLANT, SCENE_POWERPLANT_0
waitsfx
special RestartMapMusic
pause 15