Meaningful scene constant names

(Two common patterns: 0=default event and 1=nothing; and 0=nothing and 1=some event)
This commit is contained in:
Rangi
2018-02-01 12:40:58 -05:00
parent 936a170e0d
commit fcfe77bc3d
85 changed files with 596 additions and 678 deletions

View File

@@ -3,7 +3,7 @@
Route17Route18Gate_MapScripts:
db 1 ; scene scripts
scene_script .DummyScene ; SCENE_ROUTE17ROUTE18GATE_0
scene_script .DummyScene ; SCENE_DEFAULT
db 0 ; callbacks
@@ -59,8 +59,8 @@ Route17Route18Gate_MapEvents:
warp_event 9, 5, 2, ROUTE_18
db 2 ; coord events
coord_event 5, 4, SCENE_ROUTE17ROUTE18GATE_0, UnknownScript_0x73611
coord_event 5, 5, SCENE_ROUTE17ROUTE18GATE_0, UnknownScript_0x73611
coord_event 5, 4, SCENE_DEFAULT, UnknownScript_0x73611
coord_event 5, 5, SCENE_DEFAULT, UnknownScript_0x73611
db 0 ; bg events