diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-07-27 11:39:12 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-27 11:39:12 -0500 |
commit | 8b39cdac9adb52a6e6abd03314056ee5d6003a1b (patch) | |
tree | 71bb9e92fbf966a5e6d18a27085c1840b78a767a /data | |
parent | bb0cad7c072703f5a540e8c22c8e137267331f4d (diff) | |
parent | cdae8b6a125d717e1477e2874e25941598db0755 (diff) |
Merge pull request #387 from camthesaxman/decompile_battle_anim_807B69C
decompile battle_anim_807B69C
Diffstat (limited to 'data')
-rw-r--r-- | data/battle_anim_807B69C.s | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/data/battle_anim_807B69C.s b/data/battle_anim_807B69C.s deleted file mode 100644 index 0ed7d7cf0..000000000 --- a/data/battle_anim_807B69C.s +++ /dev/null @@ -1,23 +0,0 @@ - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - - .align 2 -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 - - .align 2 -gSubspriteTables_83931D8:: @ 83931D8 - .4byte 4, gSubspriteTable_83931B8 - - .align 2 -gSpriteTemplate_83931E0:: @ 83931E0 - spr_template 10010, 10010, gOamData_837E05C, gDummySpriteAnimTable, NULL, gDummySpriteAffineAnimTable, SpriteCallbackDummy - - .align 2 -gSpriteTemplate_83931F8:: @ 83931F8 - spr_template 10136, 10136, gOamData_837DF24, gDummySpriteAnimTable, NULL, gDummySpriteAffineAnimTable, sub_807B870 |