aboutsummaryrefslogtreecommitdiffstats
path: root/engine/evolve_trade.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2015-07-14 03:46:23 -0500
committerdannye <corrnondacqb@yahoo.com>2015-07-14 03:49:49 -0500
commitb1cb3788938fa981e65619f022a41f1c1d91ae3b (patch)
treee328c0eea6e6c87a954e396266c355fa3fbec286 /engine/evolve_trade.asm
parentUse more screen dimension constants (diff)
downloadpokeyellow-b1cb3788938fa981e65619f022a41f1c1d91ae3b.tar.gz
pokeyellow-b1cb3788938fa981e65619f022a41f1c1d91ae3b.tar.xz
pokeyellow-b1cb3788938fa981e65619f022a41f1c1d91ae3b.zip
Comment naming screen
also use more joypad constants
Diffstat (limited to 'engine/evolve_trade.asm')
-rwxr-xr-xengine/evolve_trade.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/evolve_trade.asm b/engine/evolve_trade.asm
index c7297527..81e41166 100755
--- a/engine/evolve_trade.asm
+++ b/engine/evolve_trade.asm
@@ -35,7 +35,7 @@ EvolveTradeMon: ; 17d7d (5:7d7d)
dec a
ld [wWhichPokemon], a
ld a, $1
- ld [wccd4], a
+ ld [wForceEvolution], a
ld a, LINK_STATE_TRADING
ld [wLinkState], a
callab TryEvolvingMon