You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
ReplaceKrisSprite -> UpdatePlayerSprite
This commit is contained in:
@@ -142,7 +142,7 @@ SkipUpdateMapSprites:
|
||||
set PLAYERSPRITESETUP_SKIP_RELOAD_GFX_F, [hl]
|
||||
ret
|
||||
|
||||
CheckReplaceKrisSprite:
|
||||
CheckUpdatePlayerSprite:
|
||||
nop
|
||||
call .CheckBiking
|
||||
jr c, .ok
|
||||
@@ -153,7 +153,7 @@ CheckReplaceKrisSprite:
|
||||
ret
|
||||
|
||||
.ok
|
||||
call ReplaceKrisSprite
|
||||
call UpdatePlayerSprite
|
||||
ret
|
||||
|
||||
.CheckBiking:
|
||||
|
||||
Reference in New Issue
Block a user