diff options
author | yenatch <yenatch@gmail.com> | 2014-04-22 13:37:07 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-04-22 13:37:07 -0400 |
commit | b73ed53ab77844d8e6fcf1d1c8f5dbb780e3cd06 (patch) | |
tree | 042d08dc1bb340352101e646e532d718438a57ad /constants/wram_constants.asm | |
parent | d0e2fc78c0c25e1b6508f7173d4e85c4b6949b2d (diff) |
Comment in-game trade evolution.
Diffstat (limited to 'constants/wram_constants.asm')
-rw-r--r-- | constants/wram_constants.asm | 3 |
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 + |