Special_MapCallbackSprites_LoadUsedSpritesGFX -> Special_LoadUsedSpritesGFX

This commit is contained in:
xCrystal
2018-01-03 14:58:08 +01:00
parent aa9a0a900d
commit 91f97f08f0
7 changed files with 20 additions and 20 deletions

View File

@@ -23,7 +23,7 @@ Function14146: ; mobile
push af
res 7, [hl]
set 6, [hl]
call Special_MapCallbackSprites_LoadUsedSpritesGFX
call Special_LoadUsedSpritesGFX
pop af
ld [wSpriteFlags], a
ret
@@ -35,7 +35,7 @@ Function14157: ; mobile
push af
set 7, [hl]
res 6, [hl]
call Special_MapCallbackSprites_LoadUsedSpritesGFX
call Special_LoadUsedSpritesGFX
pop af
ld [wSpriteFlags], a
ret
@@ -43,7 +43,7 @@ Function14157: ; mobile
Special_RefreshSprites:: ; 14168
call .Refresh
call Special_MapCallbackSprites_LoadUsedSpritesGFX
call Special_LoadUsedSpritesGFX
ret
; 1416f
@@ -164,7 +164,7 @@ AddOutdoorSprites: ; 141ee
; 14209
Special_MapCallbackSprites_LoadUsedSpritesGFX: ; 14209
Special_LoadUsedSpritesGFX: ; 14209
ld a, MAPCALLBACK_SPRITES
call RunMapCallback
call GetUsedSprites