diff options
Diffstat (limited to 'gfx/pokemon/unown_anims.asm')
-rw-r--r-- | gfx/pokemon/unown_anims.asm | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/gfx/pokemon/unown_anims.asm b/gfx/pokemon/unown_anims.asm new file mode 100644 index 000000000..cb5bf0aa2 --- /dev/null +++ b/gfx/pokemon/unown_anims.asm @@ -0,0 +1,27 @@ +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" |