diff options
Diffstat (limited to 'engine/battle/end_of_battle.asm')
-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 |