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