diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-05 21:59:32 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-05 21:59:32 -0400 |
| commit | 66ebe56adc7a6a742a413eb2adbdc369b86183d5 (patch) | |
| tree | de514c32bac12c5b1d44a20f6f1ed8efeac2d860 /data/pokemon/mew.asm | |
| parent | Merge pull request #259 from Rangi42/master (diff) | |
| download | pokeyellow-66ebe56adc7a6a742a413eb2adbdc369b86183d5.tar.gz pokeyellow-66ebe56adc7a6a742a413eb2adbdc369b86183d5.tar.xz pokeyellow-66ebe56adc7a6a742a413eb2adbdc369b86183d5.zip | |
Port pokecrystal's base data and tmhm structure
To do: TM/HM constants named after moves
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" |
