summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2019-01-27 21:51:48 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2019-01-27 21:51:48 -0500
commitcc4443a04adeb15822d5502d5d708bc532c2931c (patch)
treea7c5464a7e0e078241acb2d1446b8cc2e3de01fe
parent1abd9baf7fa36ad79486cc74e84cfc45fd43e418 (diff)
experience
-rw-r--r--Useful-unused-data-and-routines.md4
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/).