You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
Move monster pics from numbered directories to named ones.
This commit is contained in:
@@ -1,26 +1,26 @@
|
||||
UnownAAnimation: INCLUDE "gfx/pics/201a/anim0.asm"
|
||||
UnownBAnimation: INCLUDE "gfx/pics/201b/anim0.asm"
|
||||
UnownCAnimation: INCLUDE "gfx/pics/201c/anim0.asm"
|
||||
UnownDAnimation: INCLUDE "gfx/pics/201d/anim0.asm"
|
||||
UnownEAnimation: INCLUDE "gfx/pics/201e/anim0.asm"
|
||||
UnownFAnimation: INCLUDE "gfx/pics/201f/anim0.asm"
|
||||
UnownGAnimation: INCLUDE "gfx/pics/201g/anim0.asm"
|
||||
UnownHAnimation: INCLUDE "gfx/pics/201h/anim0.asm"
|
||||
UnownIAnimation: INCLUDE "gfx/pics/201i/anim0.asm"
|
||||
UnownJAnimation: INCLUDE "gfx/pics/201j/anim0.asm"
|
||||
UnownKAnimation: INCLUDE "gfx/pics/201k/anim0.asm"
|
||||
UnownLAnimation: INCLUDE "gfx/pics/201l/anim0.asm"
|
||||
UnownMAnimation: INCLUDE "gfx/pics/201m/anim0.asm"
|
||||
UnownNAnimation: INCLUDE "gfx/pics/201n/anim0.asm"
|
||||
UnownOAnimation: INCLUDE "gfx/pics/201o/anim0.asm"
|
||||
UnownPAnimation: INCLUDE "gfx/pics/201p/anim0.asm"
|
||||
UnownQAnimation: INCLUDE "gfx/pics/201q/anim0.asm"
|
||||
UnownRAnimation: INCLUDE "gfx/pics/201r/anim0.asm"
|
||||
UnownSAnimation: INCLUDE "gfx/pics/201s/anim0.asm"
|
||||
UnownTAnimation: INCLUDE "gfx/pics/201t/anim0.asm"
|
||||
UnownUAnimation: INCLUDE "gfx/pics/201u/anim0.asm"
|
||||
UnownVAnimation: INCLUDE "gfx/pics/201v/anim0.asm"
|
||||
UnownWAnimation: INCLUDE "gfx/pics/201w/anim0.asm"
|
||||
UnownXAnimation: INCLUDE "gfx/pics/201x/anim0.asm"
|
||||
UnownYAnimation: INCLUDE "gfx/pics/201y/anim0.asm"
|
||||
UnownZAnimation: INCLUDE "gfx/pics/201z/anim0.asm"
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user