mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 00:25:24 +13:00
First Commit
Upload literally everything from the pokecrystal16 expand-move-ID branch
This commit is contained in:
commit
2f8a41f833
4618 changed files with 480386 additions and 0 deletions
26
gfx/pokemon/unown_anims.asm
Normal file
26
gfx/pokemon/unown_anims.asm
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue