diff options
| author | dannye <corrnondacqb@yahoo.com> | 2015-07-14 03:46:23 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2015-07-14 03:49:49 -0500 |
| commit | b1cb3788938fa981e65619f022a41f1c1d91ae3b (patch) | |
| tree | e328c0eea6e6c87a954e396266c355fa3fbec286 /engine/evolve_trade.asm | |
| parent | Use more screen dimension constants (diff) | |
| download | pokeyellow-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-x | engine/evolve_trade.asm | 2 |
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 |
