aboutsummaryrefslogtreecommitdiffstats
path: root/constants
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-04-22 13:37:07 -0400
committeryenatch <yenatch@gmail.com>2014-04-22 13:37:07 -0400
commitb73ed53ab77844d8e6fcf1d1c8f5dbb780e3cd06 (patch)
tree042d08dc1bb340352101e646e532d718438a57ad /constants
parentMore move and effect constants. Use a constant for total move count. (diff)
downloadpokeyellow-b73ed53ab77844d8e6fcf1d1c8f5dbb780e3cd06.tar.gz
pokeyellow-b73ed53ab77844d8e6fcf1d1c8f5dbb780e3cd06.tar.xz
pokeyellow-b73ed53ab77844d8e6fcf1d1c8f5dbb780e3cd06.zip
Comment in-game trade evolution.
Diffstat (limited to 'constants')
-rw-r--r--constants/wram_constants.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/constants/wram_constants.asm b/constants/wram_constants.asm
index 111ae584..51c5c604 100644
--- a/constants/wram_constants.asm
+++ b/constants/wram_constants.asm
@@ -5,3 +5,6 @@ SPRITEBUFFERSIZE EQU 7*7 * 8 ; 7 * 7 (tiles) * 8 (bytes per tile)
W_WATERRATE EQU $d8a4
W_WATERMONS EQU $d8a5
+; Overload enemy stat modifiers
+wTradeMonNick EQU $cd1e
+