diff options
Diffstat (limited to 'home.asm')
-rw-r--r-- | home.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -170,7 +170,7 @@ INCLUDE "home/double_speed.asm" ClearSprites:: ; 300b ; Erase OAM data ld hl, wVirtualOAM - ld b, wSpritesEnd - wVirtualOAM + ld b, wVirtualOAMEnd - wVirtualOAM xor a .loop ld [hli], a |