diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-22 12:55:46 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-22 12:55:46 -0400 |
| commit | 15f6a0af437436200a944f81dee0a5f477b2e8eb (patch) | |
| tree | 7ad0ec5faa0ec62c8cd99788f3ff7802ce828cc8 /mobile | |
| parent | b9a74ff777ea9418a94616c3b5a26b932a66981c (diff) | |
Identify a few more labels and data
Diffstat (limited to 'mobile')
| -rw-r--r-- | mobile/mobile_42.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile/mobile_42.asm b/mobile/mobile_42.asm index b6c5a3e3d..f609cb74d 100644 --- a/mobile/mobile_42.asm +++ b/mobile/mobile_42.asm @@ -1509,7 +1509,7 @@ MobileTradeAnim_DeleteSprites: call ClearSprites ret -Function108bc7: +MobileTradeAnim_AnimateSentPulse: ld a, [wcf64] and a ret z @@ -1526,7 +1526,7 @@ Function108bc7: farcall DeinitializeSprite ret -Function108be0: +MobileTradeAnim_AnimateOTPulse: ld hl, SPRITEANIMSTRUCT_YCOORD add hl, bc ld a, [hl] |
