mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
5f60cc24cf
Glass ting SFX were added in crystal. PicAnimations and UnownAnimations are expected to be in the same bank as their pointers, because the pointers are not BANK()-referenced separately.
27 lines
1.4 KiB
NASM
27 lines
1.4 KiB
NASM
UnownAAnimation: INCLUDE "gfx/pokemon/unown_a/anim.asm"
|
|
UnownBAnimation: INCLUDE "gfx/pokemon/unown_b/anim.asm"
|
|
UnownCAnimation: INCLUDE "gfx/pokemon/unown_c/anim.asm"
|
|
UnownDAnimation: INCLUDE "gfx/pokemon/unown_d/anim.asm"
|
|
UnownEAnimation: INCLUDE "gfx/pokemon/unown_e/anim.asm"
|
|
UnownFAnimation: INCLUDE "gfx/pokemon/unown_f/anim.asm"
|
|
UnownGAnimation: INCLUDE "gfx/pokemon/unown_g/anim.asm"
|
|
UnownHAnimation: INCLUDE "gfx/pokemon/unown_h/anim.asm"
|
|
UnownIAnimation: INCLUDE "gfx/pokemon/unown_i/anim.asm"
|
|
UnownJAnimation: INCLUDE "gfx/pokemon/unown_j/anim.asm"
|
|
UnownKAnimation: INCLUDE "gfx/pokemon/unown_k/anim.asm"
|
|
UnownLAnimation: INCLUDE "gfx/pokemon/unown_l/anim.asm"
|
|
UnownMAnimation: INCLUDE "gfx/pokemon/unown_m/anim.asm"
|
|
UnownNAnimation: INCLUDE "gfx/pokemon/unown_n/anim.asm"
|
|
UnownOAnimation: INCLUDE "gfx/pokemon/unown_o/anim.asm"
|
|
UnownPAnimation: INCLUDE "gfx/pokemon/unown_p/anim.asm"
|
|
UnownQAnimation: INCLUDE "gfx/pokemon/unown_q/anim.asm"
|
|
UnownRAnimation: INCLUDE "gfx/pokemon/unown_r/anim.asm"
|
|
UnownSAnimation: INCLUDE "gfx/pokemon/unown_s/anim.asm"
|
|
UnownTAnimation: INCLUDE "gfx/pokemon/unown_t/anim.asm"
|
|
UnownUAnimation: INCLUDE "gfx/pokemon/unown_u/anim.asm"
|
|
UnownVAnimation: INCLUDE "gfx/pokemon/unown_v/anim.asm"
|
|
UnownWAnimation: INCLUDE "gfx/pokemon/unown_w/anim.asm"
|
|
UnownXAnimation: INCLUDE "gfx/pokemon/unown_x/anim.asm"
|
|
UnownYAnimation: INCLUDE "gfx/pokemon/unown_y/anim.asm"
|
|
UnownZAnimation: INCLUDE "gfx/pokemon/unown_z/anim.asm"
|