mirror of https://github.com/pret/pokecrystal.git
evolution minimum happiness constant
This commit is contained in:
parent
474606ace7
commit
d6f6df0feb
|
@ -2337,6 +2337,7 @@ EVOLVE_HAPPINESS EQU 4
|
||||||
EVOLVE_STAT EQU 5
|
EVOLVE_STAT EQU 5
|
||||||
|
|
||||||
; happiness evolution triggers
|
; happiness evolution triggers
|
||||||
|
HAPPINESS_TO_EVOLVE EQU 220
|
||||||
TR_ANYTIME EQU 1
|
TR_ANYTIME EQU 1
|
||||||
TR_MORNDAY EQU 2
|
TR_MORNDAY EQU 2
|
||||||
TR_NITE EQU 3
|
TR_NITE EQU 3
|
||||||
|
|
Loading…
Reference in New Issue