Fix/update sprite y-coord offscreen definitions (#1108)
This commit is contained in:
@@ -14,7 +14,7 @@ HideSprites::
|
||||
ld hl, wShadowOAMSprite00YCoord
|
||||
ld de, SPRITEOAMSTRUCT_LENGTH
|
||||
ld b, NUM_SPRITE_OAM_STRUCTS
|
||||
ld a, SCREEN_WIDTH_PX
|
||||
ld a, OAM_YCOORD_HIDDEN
|
||||
.loop
|
||||
ld [hl], a ; y
|
||||
add hl, de
|
||||
|
Reference in New Issue
Block a user