diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-20 01:04:58 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-20 01:04:58 -0800 |
commit | 236f91e6f0e30197d44fa8352350f4cbf9218a59 (patch) | |
tree | 871fb766a4c76af36ffcd4bc9012c912d29272f2 /asm/battle_script_commands.s | |
parent | bdbc89bcea6eda0b0083b627ba83d822cec3ebf0 (diff) |
decompile sprite
Diffstat (limited to 'asm/battle_script_commands.s')
-rw-r--r-- | asm/battle_script_commands.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/battle_script_commands.s b/asm/battle_script_commands.s index 06fe2be47..f8ec68c90 100644 --- a/asm/battle_script_commands.s +++ b/asm/battle_script_commands.s @@ -17923,7 +17923,7 @@ PutMonIconOnLvlUpBox: @ 8026688 bl CreateSprite lsls r0, 24 lsrs r0, 24 - ldr r2, _0802674C @ =gUnknown_202063C + ldr r2, _0802674C @ =gSprites lsls r1, r0, 4 adds r1, r0 lsls r1, 2 @@ -17947,7 +17947,7 @@ _0802673C: .4byte 0x0000ffff _08026740: .4byte 0xd75a0000 _08026744: .4byte 0x0000d75a _08026748: .4byte gUnknown_82507C8 -_0802674C: .4byte gUnknown_202063C +_0802674C: .4byte gSprites _08026750: .4byte gUnknown_202297C thumb_func_end PutMonIconOnLvlUpBox |