summaryrefslogtreecommitdiff
path: root/constants.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-04-29 15:42:31 -0400
committeryenatch <yenatch@gmail.com>2013-04-29 15:49:58 -0400
commit620d5c09c70d85a07bc9c55875db971ac3cd7097 (patch)
treec808c842ba350b5c7757f6978174f0b7bb07f5c0 /constants.asm
parentf2185cd0e4ef38a84fd8b49104843b8e84f37aba (diff)
More labels in LoadEnemyMon
Diffstat (limited to 'constants.asm')
-rw-r--r--constants.asm1
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