Update 'src/sprites.asm'

This commit is contained in:
villadelfia 2023-10-18 02:06:40 +00:00
parent 6bddc381ec
commit 97cb802152
1 changed files with 3 additions and 5 deletions

View File

@ -49,11 +49,9 @@ OAMDMA::
jr nz, :-
; Jump to the current state's vblank handler.
ld a, [wStateVBlankHandler]
ld l, a
ld a, [wStateVBlankHandler + 1]
ld h, a
jp hl
ldh a, [hGameState]
jp nz, BlitField
jp GameLoop
ENDL
OAMDMAEnd::