diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-03 22:59:12 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-03 22:59:12 -0400 |
commit | f9dc42a740eb28eddcefa1d872656600f02f55ce (patch) | |
tree | 69d22d8ba6e6fd78990d376ca87ff147d1713b40 /data | |
parent | 053afc46349952688c0ce2116cc76f8d4733895e (diff) |
Factor out Mew's pics and base data
Diffstat (limited to 'data')
-rw-r--r-- | data/pokemon/mew.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/pokemon/mew.asm b/data/pokemon/mew.asm new file mode 100644 index 00000000..972f3d05 --- /dev/null +++ b/data/pokemon/mew.asm @@ -0,0 +1,4 @@ +MewPicFront:: INCBIN "gfx/pokemon/front/mew.pic" +MewPicBack:: INCBIN "gfx/pokemon/back/mewb.pic" + +INCLUDE "data/pokemon/base_stats/mew.asm" |