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, :- jr nz, :-
; Jump to the current state's vblank handler. ; Jump to the current state's vblank handler.
ld a, [wStateVBlankHandler] ldh a, [hGameState]
ld l, a jp nz, BlitField
ld a, [wStateVBlankHandler + 1] jp GameLoop
ld h, a
jp hl
ENDL ENDL
OAMDMAEnd:: OAMDMAEnd::