diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-28 15:13:40 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-28 15:13:40 -0500 |
commit | 8612a4a531b755b1d323e834980dab5ae896499c (patch) | |
tree | 10e38f0fb2bd99a4f7077c1d3c82662ae43b63a4 /items | |
parent | 43903f543bb04344710d57862a2c5534fd3e5b4c (diff) |
Renaming sections, further dissolving main.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 ea0c99881..621125a3b 100644 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -1206,7 +1206,7 @@ SunStone: ; ee0f jr z, .NoEffect ld a, $1 - ld [wd1e9], a + ld [wForceEvolution], a callba EvolvePokemon ld a, [wMonTriedToEvolve] @@ -1447,7 +1447,7 @@ RareCandy: ; ef14 predef LearnLevelMoves xor a - ld [wd1e9], a + ld [wForceEvolution], a callba EvolvePokemon jp UseDisposableItem |