Update 'src/sprites.asm'

This commit is contained in:
villadelfia 2023-10-18 02:09:28 +00:00
parent fb022aa6d7
commit a9aebb6a24
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ OAMDMA::
; Jump to the current state's vblank handler. ; Jump to the current state's vblank handler.
ldh a, [hGameState] ldh a, [hGameState]
jp nz, BlitField jp nz, BlitField
jp GameLoop jp EventLoop
ENDL ENDL
OAMDMAEnd:: OAMDMAEnd::