diff options
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 61ddb4e7..240fd9fa 100755 --- a/engine/evos_moves.asm +++ b/engine/evos_moves.asm @@ -127,7 +127,7 @@ Evolution_PartyMonLoop: ; loop over party mons ld a, $1 ld [H_AUTOBGTRANSFERENABLED], a ld a, $ff - ld [wcfcb], a + ld [wUpdateSpritesEnabled], a call ClearSprites callab Func_7bde9 jp c, CancelledEvolution |