diff options
author | garak <garakmon@gmail.com> | 2019-05-23 18:33:21 -0400 |
---|---|---|
committer | garak <garakmon@gmail.com> | 2019-05-23 18:33:21 -0400 |
commit | d81aaaad6779d4f48e0df10c9ebba263298d2491 (patch) | |
tree | b6c8783717d065e68ae0b7b88742b7d357e7a551 /asm/ghost.s | |
parent | 3f26e88ecdb165cd7ca0e4cb3135179835449cef (diff) |
name some more battle anim globals
Diffstat (limited to 'asm/ghost.s')
-rw-r--r-- | asm/ghost.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/ghost.s b/asm/ghost.s index 621ed8104..e3665a210 100644 --- a/asm/ghost.s +++ b/asm/ghost.s @@ -3929,7 +3929,7 @@ sub_80B7158: @ 80B7158 movs r2, 0x4 orrs r1, r2 strb r1, [r3] - ldr r2, _080B719C @ =gUnknown_2023D44 + ldr r2, _080B719C @ =gBattlerSpriteIds ldr r1, _080B71A0 @ =gBattleAnimAttacker ldrb r1, [r1] adds r1, r2 @@ -3958,7 +3958,7 @@ sub_80B7158: @ 80B7158 strh r1, [r0, 0x22] bx lr .align 2, 0 -_080B719C: .4byte gUnknown_2023D44 +_080B719C: .4byte gBattlerSpriteIds _080B71A0: .4byte gBattleAnimAttacker _080B71A4: .4byte gBattleAnimArgs _080B71A8: .4byte sub_80B71B0 |