diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-16 11:28:52 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-16 11:28:52 -0400 |
commit | b9f2b93c1741c44eaa6468284303d16dde654553 (patch) | |
tree | 6fd5f53a732e2b5b2c574d945bf85ef7ef1004d4 /mobile | |
parent | 4342ced31f53ff5d523a7a9cf15aad8e37b355ae (diff) |
Harmonize some more symbols with pokegold
Diffstat (limited to 'mobile')
-rw-r--r-- | mobile/mobile_45_sprite_engine.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile/mobile_45_sprite_engine.asm b/mobile/mobile_45_sprite_engine.asm index d8f2d8b39..28b5b611b 100644 --- a/mobile/mobile_45_sprite_engine.asm +++ b/mobile/mobile_45_sprite_engine.asm @@ -668,7 +668,7 @@ Function1163c0: ld bc, 16 * SPRITEOAMSTRUCT_LENGTH call ByteFill call DelayFrame - farcall Function14146 + farcall _RefreshSprites ld b, SCGB_MAPPALS call GetSGBLayout ldh a, [rSVBK] @@ -686,7 +686,7 @@ Function1163c0: ld a, $90 ldh [hWY], a call UpdateSprites - farcall Function14157 + farcall _ClearSprites pop af ldh [rSVBK], a farcall ReloadMapPart |