diff options
| author | Rangi <sylvie.oukaour+rangi42@gmail.com> | 2025-09-26 16:55:23 -0400 |
|---|---|---|
| committer | Rangi <sylvie.oukaour+rangi42@gmail.com> | 2025-09-26 16:55:23 -0400 |
| commit | 628797baffe7ea7dd4b224116d9704c7ae1b9c29 (patch) | |
| tree | c018e77ef1f05cf777f3349f04165a1c78d2dc3d /constants/pokemon_data_constants.asm | |
| parent | Clean up home/copy2.asm (#531) (diff) | |
| download | pokeyellow-628797baffe7ea7dd4b224116d9704c7ae1b9c29.tar.gz pokeyellow-628797baffe7ea7dd4b224116d9704c7ae1b9c29.tar.xz pokeyellow-628797baffe7ea7dd4b224116d9704c7ae1b9c29.zip | |
Revise some RAM buffer constants
Diffstat (limited to 'constants/pokemon_data_constants.asm')
| -rw-r--r-- | constants/pokemon_data_constants.asm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/constants/pokemon_data_constants.asm b/constants/pokemon_data_constants.asm index e174f78d..1234acab 100644 --- a/constants/pokemon_data_constants.asm +++ b/constants/pokemon_data_constants.asm @@ -64,7 +64,6 @@ DEF HOF_MON EQU $10 DEF HOF_TEAM EQU PARTY_LENGTH * HOF_MON DEF HOF_TEAM_CAPACITY EQU 50 - ; mon data locations ; Note that some values are not supported by all functions that use these values. const_def @@ -74,15 +73,14 @@ DEF HOF_TEAM_CAPACITY EQU 50 const DAYCARE_DATA ; 3 const BATTLE_MON_DATA ; 4 - -; See data/pokemon/evos_moves.asm - ; Evolution types const_def 1 const EVOLVE_LEVEL ; 1 const EVOLVE_ITEM ; 2 const EVOLVE_TRADE ; 3 +; evolution data (see data/pokemon/evos_moves.asm) +DEF NUM_EVOS_IN_BUFFER EQU 3 ; wMonHGrowthRate values ; GrowthRateTable indexes (see data/growth_rates.asm) |
