diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-02 13:11:19 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-02 13:11:19 +0200 |
commit | 84240b1a5a445ff4efe21580c22051323a954fba (patch) | |
tree | 2ad5e5cb65cf0e06532a4500ef1b76e9a3e519f7 /data/sprite.s | |
parent | 24a1e3e544eecbb10905f41c257fce8df7e3a5ce (diff) |
sprite.c: move ewram, iwram, rom data
Diffstat (limited to 'data/sprite.s')
-rw-r--r-- | data/sprite.s | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/data/sprite.s b/data/sprite.s deleted file mode 100644 index 2e5343eee..000000000 --- a/data/sprite.s +++ /dev/null @@ -1,68 +0,0 @@ - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - -@ Unreferenced data. Also unreferenced in Ruby. - .incbin "baserom.gba", 0x2ec61c, 0x18 - -sCenterToCornerVecTable:: @ 82EC634 - .incbin "baserom.gba", 0x2ec634, 0x18 - -sDummySprite:: @ 82EC64C - .incbin "baserom.gba", 0x2ec64c, 0x44 - -@ off-screen and low priority relative to background -gDummyOamData:: @ 82EC690 - .2byte 160 @ Y - .2byte 304 @ X - .2byte 3 << 10 @ priority - - .align 2 -gDummyObjectImageAnim:: @ 82EC698 - obj_image_anim_end - - .align 2 -gDummyObjectImageAnimTable:: @ 82EC69C - .4byte gDummyObjectImageAnim - - .align 2 -gDummyObjectRotScalAnim:: @ 82EC6A0 - obj_rot_scal_anim_end - - .align 2 -gDummyObjectRotScalAnimTable:: @ 82EC6A8 - .4byte gDummyObjectRotScalAnim - -gDummySpriteTemplate:: @ 82EC6AC - .incbin "baserom.gba", 0x2ec6ac, 0x18 - -sAnimFuncs:: @ 82EC6C4 - .incbin "baserom.gba", 0x2ec6c4, 0x8 - -sAffineAnimFuncs:: @ 82EC6CC - .incbin "baserom.gba", 0x2ec6cc, 0x8 - -sAnimCmdFuncs:: @ 82EC6D4 - .incbin "baserom.gba", 0x2ec6d4, 0x10 - -sAffineAnimCmdFuncs:: @ 82EC6E4 - .incbin "baserom.gba", 0x2ec6e4, 0x10 - -gUnknown_082EC6F4:: @ 82EC6F4 - .incbin "baserom.gba", 0x2ec6f4, 0x60 - -gUnknown_082EC754:: @ 82EC754 - .incbin "baserom.gba", 0x2ec754, 0x70 - -gUnknown_82EC7C4:: @ 82EC7C4 - .2byte 0x0100 - .2byte 0x0200 - .2byte 0x0400 - .2byte 0x0800 - -gUnknown_82EC7CC:: @ 82EC7CC - .2byte 0x0001 - .2byte 0x0002 - .2byte 0x0004 - .2byte 0x0008 |