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
28
gfx/pokemon/unown_frames.asm
Normal file
28
gfx/pokemon/unown_frames.asm
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
UnownsFrames: ; used only for BANK(UnownsFrames)
|
||||
|
||||
UnownAFrames: INCLUDE "gfx/pokemon/unown_a/frames.asm"
|
||||
UnownBFrames: INCLUDE "gfx/pokemon/unown_b/frames.asm"
|
||||
UnownCFrames: INCLUDE "gfx/pokemon/unown_c/frames.asm"
|
||||
UnownDFrames: INCLUDE "gfx/pokemon/unown_d/frames.asm"
|
||||
UnownEFrames: INCLUDE "gfx/pokemon/unown_e/frames.asm"
|
||||
UnownFFrames: INCLUDE "gfx/pokemon/unown_f/frames.asm"
|
||||
UnownGFrames: INCLUDE "gfx/pokemon/unown_g/frames.asm"
|
||||
UnownHFrames: INCLUDE "gfx/pokemon/unown_h/frames.asm"
|
||||
UnownIFrames: INCLUDE "gfx/pokemon/unown_i/frames.asm"
|
||||
UnownJFrames: INCLUDE "gfx/pokemon/unown_j/frames.asm"
|
||||
UnownKFrames: INCLUDE "gfx/pokemon/unown_k/frames.asm"
|
||||
UnownLFrames: INCLUDE "gfx/pokemon/unown_l/frames.asm"
|
||||
UnownMFrames: INCLUDE "gfx/pokemon/unown_m/frames.asm"
|
||||
UnownNFrames: INCLUDE "gfx/pokemon/unown_n/frames.asm"
|
||||
UnownOFrames: INCLUDE "gfx/pokemon/unown_o/frames.asm"
|
||||
UnownPFrames: INCLUDE "gfx/pokemon/unown_p/frames.asm"
|
||||
UnownQFrames: INCLUDE "gfx/pokemon/unown_q/frames.asm"
|
||||
UnownRFrames: INCLUDE "gfx/pokemon/unown_r/frames.asm"
|
||||
UnownSFrames: INCLUDE "gfx/pokemon/unown_s/frames.asm"
|
||||
UnownTFrames: INCLUDE "gfx/pokemon/unown_t/frames.asm"
|
||||
UnownUFrames: INCLUDE "gfx/pokemon/unown_u/frames.asm"
|
||||
UnownVFrames: INCLUDE "gfx/pokemon/unown_v/frames.asm"
|
||||
UnownWFrames: INCLUDE "gfx/pokemon/unown_w/frames.asm"
|
||||
UnownXFrames: INCLUDE "gfx/pokemon/unown_x/frames.asm"
|
||||
UnownYFrames: INCLUDE "gfx/pokemon/unown_y/frames.asm"
|
||||
UnownZFrames: INCLUDE "gfx/pokemon/unown_z/frames.asm"
|
||||
Loading…
Add table
Add a link
Reference in a new issue