mirror of https://github.com/pret/pokecrystal.git
28 lines
1.5 KiB
NASM
28 lines
1.5 KiB
NASM
|
UnownAnimations:
|
||
|
UnownAAnimation: INCLUDE "gfx/pokemon/unown_a/anim0.asm"
|
||
|
UnownBAnimation: INCLUDE "gfx/pokemon/unown_b/anim0.asm"
|
||
|
UnownCAnimation: INCLUDE "gfx/pokemon/unown_c/anim0.asm"
|
||
|
UnownDAnimation: INCLUDE "gfx/pokemon/unown_d/anim0.asm"
|
||
|
UnownEAnimation: INCLUDE "gfx/pokemon/unown_e/anim0.asm"
|
||
|
UnownFAnimation: INCLUDE "gfx/pokemon/unown_f/anim0.asm"
|
||
|
UnownGAnimation: INCLUDE "gfx/pokemon/unown_g/anim0.asm"
|
||
|
UnownHAnimation: INCLUDE "gfx/pokemon/unown_h/anim0.asm"
|
||
|
UnownIAnimation: INCLUDE "gfx/pokemon/unown_i/anim0.asm"
|
||
|
UnownJAnimation: INCLUDE "gfx/pokemon/unown_j/anim0.asm"
|
||
|
UnownKAnimation: INCLUDE "gfx/pokemon/unown_k/anim0.asm"
|
||
|
UnownLAnimation: INCLUDE "gfx/pokemon/unown_l/anim0.asm"
|
||
|
UnownMAnimation: INCLUDE "gfx/pokemon/unown_m/anim0.asm"
|
||
|
UnownNAnimation: INCLUDE "gfx/pokemon/unown_n/anim0.asm"
|
||
|
UnownOAnimation: INCLUDE "gfx/pokemon/unown_o/anim0.asm"
|
||
|
UnownPAnimation: INCLUDE "gfx/pokemon/unown_p/anim0.asm"
|
||
|
UnownQAnimation: INCLUDE "gfx/pokemon/unown_q/anim0.asm"
|
||
|
UnownRAnimation: INCLUDE "gfx/pokemon/unown_r/anim0.asm"
|
||
|
UnownSAnimation: INCLUDE "gfx/pokemon/unown_s/anim0.asm"
|
||
|
UnownTAnimation: INCLUDE "gfx/pokemon/unown_t/anim0.asm"
|
||
|
UnownUAnimation: INCLUDE "gfx/pokemon/unown_u/anim0.asm"
|
||
|
UnownVAnimation: INCLUDE "gfx/pokemon/unown_v/anim0.asm"
|
||
|
UnownWAnimation: INCLUDE "gfx/pokemon/unown_w/anim0.asm"
|
||
|
UnownXAnimation: INCLUDE "gfx/pokemon/unown_x/anim0.asm"
|
||
|
UnownYAnimation: INCLUDE "gfx/pokemon/unown_y/anim0.asm"
|
||
|
UnownZAnimation: INCLUDE "gfx/pokemon/unown_z/anim0.asm"
|