diff options
Diffstat (limited to 'engine/battle/d.asm')
-rwxr-xr-x | engine/battle/d.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/d.asm b/engine/battle/d.asm index dcd58ec4..94a07eb6 100755 --- a/engine/battle/d.asm +++ b/engine/battle/d.asm @@ -17,7 +17,7 @@ DisplayLinkBattleVersusTextBox: ; 372d6 (d:72d6) ld [hli], a ld [hl], $6a xor a - ld [wcfcb], a + ld [wUpdateSpritesEnabled], a callab SetupPlayerAndEnemyPokeballs ld c, 150 jp DelayFrames |