diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-06 07:44:50 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-06 07:44:50 -0500 |
commit | ce019e6347435a89fe53037db993049958fc837e (patch) | |
tree | 2a79c77f2b9b5b4e2dac11b222d62bd7cbe9a956 /engine/overworld.asm | |
parent | 80aba7fc13c89d8799776ed479aa13ca69c718fe (diff) |
Map callback constants
Diffstat (limited to 'engine/overworld.asm')
-rwxr-xr-x | engine/overworld.asm | 2 |
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 |