You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Rename pokemon animation files (fix #439)
This commit is contained in:
@@ -1,27 +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"
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user