You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
ReplaceKrisSprite -> UpdatePlayerSprite
This commit is contained in:
@@ -94,8 +94,8 @@ Unreferenced_DMATransfer:
|
||||
ldh [hBGMapMode], a
|
||||
ret
|
||||
|
||||
ReplaceKrisSprite::
|
||||
farcall _ReplaceKrisSprite
|
||||
UpdatePlayerSprite::
|
||||
farcall _UpdatePlayerSprite
|
||||
ret
|
||||
|
||||
LoadStandardFont::
|
||||
|
@@ -38,7 +38,7 @@ CloseText::
|
||||
call SafeUpdateSprites
|
||||
ld a, $90
|
||||
ldh [hWY], a
|
||||
call ReplaceKrisSprite
|
||||
call UpdatePlayerSprite
|
||||
farcall InitMapNameSign
|
||||
farcall LoadOverworldFont
|
||||
ret
|
||||
|
Reference in New Issue
Block a user