summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home.asm b/home.asm
index 35968744d..58dcdb433 100644
--- a/home.asm
+++ b/home.asm
@@ -169,8 +169,8 @@ INCLUDE "home/double_speed.asm"
ClearSprites:: ; 300b
; Erase OAM data
- ld hl, Sprites
- ld b, SpritesEnd - Sprites
+ ld hl, wVirtualOAM
+ ld b, SpritesEnd - wVirtualOAM
xor a
.loop
ld [hli], a