pokecrystal-board/gfx/pokemon/unown_anims.asm
2017-12-28 11:05:42 -05:00

28 lines
1.4 KiB
NASM

UnownAnimations:
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"