diff options
Diffstat (limited to 'data/pokemon/mew.asm')
-rw-r--r-- | data/pokemon/mew.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/pokemon/mew.asm b/data/pokemon/mew.asm index ad8cb9b8..c68867ee 100644 --- a/data/pokemon/mew.asm +++ b/data/pokemon/mew.asm @@ -11,4 +11,5 @@ MewPicFront:: INCBIN "gfx/pokemon/front/mew.pic" MewPicBack:: INCBIN "gfx/pokemon/back/mewb.pic" +MewBaseStats:: INCLUDE "data/pokemon/base_stats/mew.asm" |