diff options
author | yenatch <yenatch@gmail.com> | 2017-12-28 01:30:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-28 01:30:36 -0500 |
commit | da28d1a84b0499bead314e17ae2ff0d13eb03196 (patch) | |
tree | c212adfc53d1996c06f2e4be1d6e480e687a2ad8 /gfx/pokemon/unown_extras.asm | |
parent | bad9e33530af8cdc29ce5629df682fc7915bfff0 (diff) | |
parent | 2c4777f3363cd64d05fb00084fd83dff8ac31674 (diff) |
Merge pull request #437 from roukaour/master
Reorganize battle/; rename most "header" misnomers; gfx/pics → gfx/pokemon
Diffstat (limited to 'gfx/pokemon/unown_extras.asm')
-rw-r--r-- | gfx/pokemon/unown_extras.asm | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/gfx/pokemon/unown_extras.asm b/gfx/pokemon/unown_extras.asm new file mode 100644 index 000000000..218a539fe --- /dev/null +++ b/gfx/pokemon/unown_extras.asm @@ -0,0 +1,26 @@ +UnownAAnimationExtra: INCLUDE "gfx/pokemon/unown_a/anim1.asm" +UnownBAnimationExtra: INCLUDE "gfx/pokemon/unown_b/anim1.asm" +UnownCAnimationExtra: INCLUDE "gfx/pokemon/unown_c/anim1.asm" +UnownDAnimationExtra: INCLUDE "gfx/pokemon/unown_d/anim1.asm" +UnownEAnimationExtra: INCLUDE "gfx/pokemon/unown_e/anim1.asm" +UnownFAnimationExtra: INCLUDE "gfx/pokemon/unown_f/anim1.asm" +UnownGAnimationExtra: INCLUDE "gfx/pokemon/unown_g/anim1.asm" +UnownHAnimationExtra: INCLUDE "gfx/pokemon/unown_h/anim1.asm" +UnownIAnimationExtra: INCLUDE "gfx/pokemon/unown_i/anim1.asm" +UnownJAnimationExtra: INCLUDE "gfx/pokemon/unown_j/anim1.asm" +UnownKAnimationExtra: INCLUDE "gfx/pokemon/unown_k/anim1.asm" +UnownLAnimationExtra: INCLUDE "gfx/pokemon/unown_l/anim1.asm" +UnownMAnimationExtra: INCLUDE "gfx/pokemon/unown_m/anim1.asm" +UnownNAnimationExtra: INCLUDE "gfx/pokemon/unown_n/anim1.asm" +UnownOAnimationExtra: INCLUDE "gfx/pokemon/unown_o/anim1.asm" +UnownPAnimationExtra: INCLUDE "gfx/pokemon/unown_p/anim1.asm" +UnownQAnimationExtra: INCLUDE "gfx/pokemon/unown_q/anim1.asm" +UnownRAnimationExtra: INCLUDE "gfx/pokemon/unown_r/anim1.asm" +UnownSAnimationExtra: INCLUDE "gfx/pokemon/unown_s/anim1.asm" +UnownTAnimationExtra: INCLUDE "gfx/pokemon/unown_t/anim1.asm" +UnownUAnimationExtra: INCLUDE "gfx/pokemon/unown_u/anim1.asm" +UnownVAnimationExtra: INCLUDE "gfx/pokemon/unown_v/anim1.asm" +UnownWAnimationExtra: INCLUDE "gfx/pokemon/unown_w/anim1.asm" +UnownXAnimationExtra: INCLUDE "gfx/pokemon/unown_x/anim1.asm" +UnownYAnimationExtra: INCLUDE "gfx/pokemon/unown_y/anim1.asm" +UnownZAnimationExtra: INCLUDE "gfx/pokemon/unown_z/anim1.asm" |