diff --git a/src/sprites.asm b/src/sprites.asm index 650dd91..4f2c9b9 100644 --- a/src/sprites.asm +++ b/src/sprites.asm @@ -51,7 +51,7 @@ OAMDMA:: ; Jump to the current state's vblank handler. ldh a, [hGameState] jp nz, BlitField - jp GameLoop + jp EventLoop ENDL OAMDMAEnd::