summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authorluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2018-01-30 14:52:46 -0500
committerluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2018-01-30 14:52:46 -0500
commit0b45e2e846c8b2feb7d2c4c4ebb854db07cf06fd (patch)
treedf6b2a87398c5912f878de5798cb8d19a31bc15b /home.asm
parent3c7ba37de72795e46c76f791b50b4a3d89ba0c2c (diff)
Fix wVirtualOAM labels, part 2.
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home.asm b/home.asm
index a45c135b7..b5d066639 100644
--- a/home.asm
+++ b/home.asm
@@ -181,7 +181,7 @@ ClearSprites:: ; 300b
HideSprites:: ; 3016
; Set all OAM y-positions to 160 to hide them offscreen
- ld hl, wSprite01YCoord
+ ld hl, wVirtualOAMSprite00YCoord
ld de, SPRITEOAMSTRUCT_LENGTH
ld b, NUM_SPRITE_OAM_STRUCTS
ld a, SCREEN_WIDTH_PX