summaryrefslogtreecommitdiff
path: root/engine/overworld.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2016-01-06 07:44:50 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2016-01-06 07:44:50 -0500
commitce019e6347435a89fe53037db993049958fc837e (patch)
tree2a79c77f2b9b5b4e2dac11b222d62bd7cbe9a956 /engine/overworld.asm
parent80aba7fc13c89d8799776ed479aa13ca69c718fe (diff)
Map callback constants
Diffstat (limited to 'engine/overworld.asm')
-rwxr-xr-xengine/overworld.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld.asm b/engine/overworld.asm
index 748ab4649..e1d50d0b8 100755
--- a/engine/overworld.asm
+++ b/engine/overworld.asm
@@ -166,7 +166,7 @@ endr
RunCallback_04: ; 14209
- ld a, $4
+ ld a, MAPCALLBACK_SPRITES
call RunMapCallback
call GetUsedSprites
call .LoadMiscTiles