diff options
author | yenatch <yenatch@gmail.com> | 2013-04-12 17:21:31 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-04-12 17:21:31 -0400 |
commit | d6f6df0feba7c9eb535b336b67a73b15d900a234 (patch) | |
tree | 5b1c5351e08e025c1ecf4e0ec9099cd16aa3bdef | |
parent | 474606ace72dc44565dfbd58e5e286a8456a9157 (diff) |
evolution minimum happiness constant
-rw-r--r-- | constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index cfa27c28e..f77f6c4ec 100644 --- a/constants.asm +++ b/constants.asm @@ -2337,6 +2337,7 @@ EVOLVE_HAPPINESS EQU 4 EVOLVE_STAT EQU 5 ; happiness evolution triggers +HAPPINESS_TO_EVOLVE EQU 220 TR_ANYTIME EQU 1 TR_MORNDAY EQU 2 TR_NITE EQU 3 |