diff options
author | yenatch <yenatch@gmail.com> | 2013-07-02 14:10:49 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-07-10 19:17:03 -0400 |
commit | dca6fd37cd16d12b1f35174bcf278d41138903d5 (patch) | |
tree | bb20ca779a44857fe48f0530b2f65585d4eaeb96 /battle | |
parent | 425b727784801b0d1f2e45f7329a1129f7172f48 (diff) |
start using relevant constants in wram.asm
Diffstat (limited to 'battle')
-rw-r--r-- | battle/effect_commands.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm index a25e5eede..2336c524a 100644 --- a/battle/effect_commands.asm +++ b/battle/effect_commands.asm @@ -9953,7 +9953,7 @@ Function0x377f5: ; 377f5 ld [$d123], a ld a, [hl] ld [$d124], a - ld a, $3 + ld a, 3 ld [MonType], a ld a, $14 ld hl, $4bdd |