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/evos_moves.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/evos_moves.asm')
| -rwxr-xr-x | engine/evos_moves.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/evos_moves.asm b/engine/evos_moves.asm index c4af3951..b43fdcae 100755 --- a/engine/evos_moves.asm +++ b/engine/evos_moves.asm @@ -76,7 +76,7 @@ Evolution_PartyMonLoop: ; loop over party mons ld a, b cp EV_ITEM jr z, .checkItemEvo - ld a, [wccd4] + ld a, [wForceEvolution] and a jr nz, Evolution_PartyMonLoop ld a, b |
