diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-27 23:06:15 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-27 23:06:15 -0600 |
commit | 443ff15688285af0e4635f5a58e263210b756459 (patch) | |
tree | 02d32974b75938db3e73f0677abfb8058342e1d1 | |
parent | 8de771cfe32e0c05ef3458634cf6fc3a98e802b4 (diff) |
update MewBaseStats to use DEX_MEW
hg-commit-id: e8868bb94b5e
-rw-r--r-- | main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6103,7 +6103,7 @@ MewPicBack: ; 0x4205 ; 0x425b MewBaseStats: ; 0x425b - db 151 ; pokedex id + db DEX_MEW ; pokedex id db 100 ; base hp db 100 ; base attack db 100 ; base defense |