Define scene constants alongside scene_scripts (#979)

Generic SCENE_DEFAULT and SCENE_FINISHED are legacy values
This commit is contained in:
Rangi
2022-07-29 17:43:10 -04:00
committed by GitHub
parent 51bfd31ea8
commit 8826d97ee4
94 changed files with 380 additions and 518 deletions

View File

@@ -5,7 +5,7 @@
MountMoonSquare_MapScripts:
def_scene_scripts
scene_script .DummyScene ; SCENE_DEFAULT
scene_script .DummyScene, SCENE_MOUNTMOONSQUARE_CLEFAIRY_DANCE
def_callbacks
callback MAPCALLBACK_NEWMAP, .DisappearMoonStone
@@ -139,7 +139,7 @@ MountMoonSquare_MapEvents:
warp_event 13, 7, MOUNT_MOON_GIFT_SHOP, 1
def_coord_events
coord_event 7, 11, SCENE_DEFAULT, ClefairyDance
coord_event 7, 11, SCENE_MOUNTMOONSQUARE_CLEFAIRY_DANCE, ClefairyDance
def_bg_events
bg_event 7, 7, BGEVENT_ITEM, MountMoonSquareHiddenMoonStone