diff options
Diffstat (limited to 'engine/battle/1c.asm')
-rwxr-xr-x | engine/battle/1c.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/1c.asm b/engine/battle/1c.asm index b3b24007..3f23a27c 100755 --- a/engine/battle/1c.asm +++ b/engine/battle/1c.asm @@ -87,7 +87,7 @@ BattleTransition: ; 7096d (1c:496d) ld [H_AUTOBGTRANSFERENABLED], a call Delay3 xor a - ld [$ffb0], a + ld [hVBlankWY], a dec a ld [wcfcb], a call DelayFrame |