Update 'src/sprites.asm'
This commit is contained in:
parent
6bddc381ec
commit
97cb802152
|
@ -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::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue