diff options
-rw-r--r-- | Useful-unused-data-and-routines.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Useful-unused-data-and-routines.md b/Useful-unused-data-and-routines.md index 62d113e..34fad35 100644 --- a/Useful-unused-data-and-routines.md +++ b/Useful-unused-data-and-routines.md @@ -63,8 +63,8 @@ Use it in [data/items/attributes.asm](../blob/master/data/items/attributes.asm). From [constants/pokemon_data_constants.asm](../blob/master/constants/pokemon_data_constants.asm): -- `GROWTH_SLIGHTLY_FAST`: Needs 849,970 to reach level 100. -- `GROWTH_SLIGHTLY_SLOW`: Needs 949,930 to reach level 100. +- `GROWTH_SLIGHTLY_FAST`: Needs 849,970 experience to reach level 100. +- `GROWTH_SLIGHTLY_SLOW`: Needs 949,930 experience to reach level 100. Use them in [data/pokemon/base_stats/\*.asm](../tree/master/data/pokemon/base_stats/). |