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 /data | |
parent | 8a4775755cf763d1d940eb6b43fa23c3576bd683 (diff) |
dump subsprite table
Diffstat (limited to 'data')
-rw-r--r-- | data/battle_anim_807B69C.s | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/data/battle_anim_807B69C.s b/data/battle_anim_807B69C.s index 985e1adba..0ed7d7cf0 100644 --- a/data/battle_anim_807B69C.s +++ b/data/battle_anim_807B69C.s @@ -4,11 +4,15 @@ .section .rodata .align 2 -Unknown_083931B8: - .incbin "baserom.gba", 0x003931b8, 0x20 +gSubspriteTable_83931B8:: @ 83931B8 + subsprite -16, -16, 2, 0, 64x64 + subsprite -16, 48, 2, 64, 64x32 + subsprite 48, -16, 2, 96, 32x64 + subsprite 48, 48, 2, 128, 32x32 -gUnknown_083931D8:: @ 83931D8 - .4byte 4, Unknown_083931B8 + .align 2 +gSubspriteTables_83931D8:: @ 83931D8 + .4byte 4, gSubspriteTable_83931B8 .align 2 gSpriteTemplate_83931E0:: @ 83931E0 |