summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/pokemon/mew.asm4
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"