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 @@ MountMoonSquare_MapScripts:
scene_script .DummyScene
db 2 ; callbacks
callback MAPCALLBACK_NEWMAP, .DisappearMoonStone
callback MAPCALLBACK_OBJECTS, .DisappearRock
callback MAPCALLBACK_NEWMAP, .DisappearMoonStone ; SCENE_MOUNTMOONSQUARE_0
callback MAPCALLBACK_OBJECTS, .DisappearRock ; SCENE_MOUNTMOONSQUARE_1
.DummyScene:
end
@@ -139,7 +139,7 @@ MountMoonSquare_MapEvents:
warp_event 13, 7, 1, MOUNT_MOON_GIFT_SHOP
db 1 ; coord events
coord_event 7, 11, 0, ClefairyDance
coord_event 7, 11, SCENE_MOUNTMOONSQUARE_0, ClefairyDance
db 2 ; bg events
bg_event 7, 7, BGEVENT_ITEM, MountMoonSquareHiddenMoonStone