Map callback constants

This commit is contained in:
PikalaxALT
2016-01-06 07:44:50 -05:00
parent 80aba7fc13
commit ce019e6347
100 changed files with 191 additions and 193 deletions

View File

@@ -14,14 +14,14 @@ IcePathB1F_MapScriptHeader:
; callbacks
dbw 3, .SetUpStoneTable
dbw MAPCALLBACK_PALETTES, .SetUpStoneTable
.SetUpStoneTable:
writecmdqueue .CommandQueue
return
.CommandQueue:
dbw 2, .StoneTable ; check if any stones are sitting on a warp
dbw MAPCALLBACK_OBJECTS, .StoneTable ; check if any stones are sitting on a warp
db 0, 0 ; filler
.StoneTable: