mirror of https://github.com/pret/pokecrystal.git
Experience growth rate constants.
This commit is contained in:
parent
fc16533207
commit
2d1a1b9c17
|
@ -1,3 +1,8 @@
|
|||
; growth rate
|
||||
MEDIUM_FAST EQU 0
|
||||
MEDIUM_SLOW EQU 3
|
||||
SLOW EQU 4
|
||||
FAST EQU 5
|
||||
|
||||
; egg group constants
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue