diff options
author | YamaArashi <shadow962@live.com> | 2017-01-06 01:01:20 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-06 01:01:20 -0800 |
commit | 1409ca97eddc2a03f290c23a5810b9ff40fc9798 (patch) | |
tree | 33fe7b6a0629beef282bbe9be41e82b451757d66 /asm | |
parent | 8a4775755cf763d1d940eb6b43fa23c3576bd683 (diff) |
dump subsprite table
Diffstat (limited to 'asm')
-rw-r--r-- | asm/battle_anim_807B69C.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/battle_anim_807B69C.s b/asm/battle_anim_807B69C.s index faf9f4cf4..cef472d03 100644 --- a/asm/battle_anim_807B69C.s +++ b/asm/battle_anim_807B69C.s @@ -393,7 +393,7 @@ _0807B95E: lsls r0, 2 ldr r1, _0807B9C8 @ =gSprites adds r0, r1 - ldr r1, _0807B9CC @ =gUnknown_083931D8 + ldr r1, _0807B9CC @ =gSubspriteTables_83931D8 bl SetSubspriteTables ldr r1, _0807B9D0 @ =gTasks lsls r0, r6, 2 @@ -414,7 +414,7 @@ _0807B9BC: .4byte 0xfffa0000 _0807B9C0: .4byte REG_BLDCNT _0807B9C4: .4byte gSpriteTemplate_83931E0 _0807B9C8: .4byte gSprites -_0807B9CC: .4byte gUnknown_083931D8 +_0807B9CC: .4byte gSubspriteTables_83931D8 _0807B9D0: .4byte gTasks _0807B9D4: .4byte sub_807B9D8 thumb_func_end sub_807B920 |