diff options
| -rw-r--r-- | Replace-stat-experience-with-EVs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Replace-stat-experience-with-EVs.md b/Replace-stat-experience-with-EVs.md index 9dae49d..0cdbf09 100644 --- a/Replace-stat-experience-with-EVs.md +++ b/Replace-stat-experience-with-EVs.md @@ -218,7 +218,7 @@ Finally, edit all 251 [data/pokemon/base_stats/\*.asm](../tree/master/data/pokem db 20 ; step cycles to hatch - db 5 ; unknown 2 INCBIN "gfx/pokemon/chikorita/front.dimensions" - db 0, 0, 0, 0 ; padding + dw NULL, NULL ; unused (beta front/back pics) db GROWTH_MEDIUM_SLOW ; growth rate dn EGG_MONSTER, EGG_PLANT ; egg groups |
