mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-08 09:05:38 +13:00
First Commit
Upload literally everything from the pokecrystal16 expand-move-ID branch
This commit is contained in:
commit
2f8a41f833
4618 changed files with 480386 additions and 0 deletions
23
data/sprite_anims/unused_gfx.asm
Normal file
23
data/sprite_anims/unused_gfx.asm
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
MACRO sprite_anim_obj_gfx
|
||||
; # tiles, gfx pointer
|
||||
db \1
|
||||
dbw \2, \3
|
||||
ENDM
|
||||
|
||||
UnusedSpriteAnimGFX:
|
||||
; entries correspond to SPRITE_ANIM_DICT_* constants
|
||||
table_width 4, UnusedSpriteAnimGFX
|
||||
; # tiles, gfx bank, gfx pointer
|
||||
; (all pointers were dummied out to .DeletedGFX)
|
||||
sprite_anim_obj_gfx 128, $01, .DeletedGFX ; SPRITE_ANIM_DICT_DEFAULT
|
||||
sprite_anim_obj_gfx 128, $01, .DeletedGFX ; unused
|
||||
sprite_anim_obj_gfx 128, $01, .DeletedGFX ; unused
|
||||
sprite_anim_obj_gfx 128, $01, .DeletedGFX ; unused
|
||||
sprite_anim_obj_gfx 16, $37, .DeletedGFX ; unused
|
||||
sprite_anim_obj_gfx 16, $11, .DeletedGFX ; SPRITE_ANIM_DICT_TEXT_CURSOR
|
||||
sprite_anim_obj_gfx 16, $39, .DeletedGFX ; SPRITE_ANIM_DICT_GS_SPLASH (the bank includes engine/movie/splash.asm)
|
||||
sprite_anim_obj_gfx 16, $24, .DeletedGFX ; SPRITE_ANIM_DICT_SLOTS (the bank includes engine/games/slot_machine.asm)
|
||||
sprite_anim_obj_gfx 16, $21, .DeletedGFX ; SPRITE_ANIM_DICT_ARROW_CURSOR
|
||||
assert_table_length NUM_SPRITE_ANIM_GFX
|
||||
|
||||
.DeletedGFX
|
||||
Loading…
Add table
Add a link
Reference in a new issue