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

@@ -350,7 +350,7 @@ CheckTileEvent: ; 96874
call CheckCoordEventScriptFlag
jr z, .coord_events_disabled
call CheckCurrentNextMapXYTriggers
call CheckCurrentMapXYTriggers
jr c, .coord_event
.coord_events_disabled
@@ -391,7 +391,7 @@ CheckTileEvent: ; 96874
ret
.coord_event
ld hl, EngineBuffer5
ld hl, wCurCoordEventScriptAddr
ld a, [hli]
ld h, [hl]
ld l, a