mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-21 22:52:15 +13:00
Clean up some data, using macros for multiline list entries
This commit is contained in:
parent
aa97e196dd
commit
f37cf959c9
298 changed files with 5274 additions and 5646 deletions
|
|
@ -28,3 +28,14 @@ HOF_TEAM_CAPACITY EQU 50
|
|||
|
||||
MAX_EVOLUTIONS EQU 3
|
||||
EVOLUTION_SIZE EQU 4
|
||||
|
||||
|
||||
; wMonHGrowthRate values
|
||||
; GrowthRateTable indexes (see data/growth_rates.asm)
|
||||
const_def
|
||||
const GROWTH_MEDIUM_FAST
|
||||
const GROWTH_SLIGHTLY_FAST
|
||||
const GROWTH_SLIGHTLY_SLOW
|
||||
const GROWTH_MEDIUM_SLOW
|
||||
const GROWTH_FAST
|
||||
const GROWTH_SLOW
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue