diff options
author | yenatch <yenatch@gmail.com> | 2013-04-29 15:42:31 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-04-29 15:49:58 -0400 |
commit | 620d5c09c70d85a07bc9c55875db971ac3cd7097 (patch) | |
tree | c808c842ba350b5c7757f6978174f0b7bb07f5c0 /constants.asm | |
parent | f2185cd0e4ef38a84fd8b49104843b8e84f37aba (diff) |
More labels in LoadEnemyMon
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index 5dfa28715..437ad3c1a 100644 --- a/constants.asm +++ b/constants.asm @@ -2339,6 +2339,7 @@ EVOLVE_TRADE EQU 3 EVOLVE_HAPPINESS EQU 4 EVOLVE_STAT EQU 5 +BASE_HAPPINESS EQU 70 ; happiness evolution triggers HAPPINESS_TO_EVOLVE EQU 220 TR_ANYTIME EQU 1 |