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 233d76cd..9d4722d2 100644
--- a/home.asm
+++ b/home.asm
@@ -192,7 +192,7 @@ jp_de::
ret
ClearSprites:: ; 30ff (0:30ff)
- ld hl, wOAMBuffer
+ ld hl, wVirtualOAM
ld b, $a0
xor a
.asm_3105
@@ -202,7 +202,7 @@ ClearSprites:: ; 30ff (0:30ff)
ret
HideSprites::
- ld hl, wOAMBuffer
+ ld hl, wVirtualOAM
ld de, $4
ld b, $28
ld a, $a0