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/battle | |
parent | ef9e59101e10aed82184bd2fd063b1109e2e4f6a (diff) |
Comment naming screen
also use more joypad constants
Diffstat (limited to 'engine/battle')
-rwxr-xr-x | engine/battle/end_of_battle.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/end_of_battle.asm b/engine/battle/end_of_battle.asm index d1452770..0ca4b886 100755 --- a/engine/battle/end_of_battle.asm +++ b/engine/battle/end_of_battle.asm @@ -41,7 +41,7 @@ EndOfBattle: ; 137aa (4:77aa) call PrintText .evolution xor a - ld [wccd4], a + ld [wForceEvolution], a predef EvolutionAfterBattle .resetVariables xor a |