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 /items | |
parent | 425b727784801b0d1f2e45f7329a1129f7172f48 (diff) |
start using relevant constants in wram.asm
Diffstat (limited to 'items')
-rw-r--r-- | items/item_effects.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/item_effects.asm b/items/item_effects.asm index 51e5ff0ef..09e6857bf 100644 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -448,7 +448,7 @@ ParkBall: ; e8a2 xor a ld [CurPartyMon], a - ld a, $2 + ld a, BOXMON ld [MonType], a ld de, $d050 ld b, $0 @@ -775,7 +775,7 @@ Function_0xed12: ; ed12 push de ld a, [TempEnemyMonSpecies] ld [CurPartySpecies], a - ld a, $4 + ld a, WILDMON ld [MonType], a ld a, $14 ld hl, $4bdd |