Fix/update sprite y-coord offscreen definitions (#1108)

This commit is contained in:
vulcandth
2024-04-14 15:55:46 -05:00
committed by GitHub
parent e8079e6d48
commit b0b5ed2eb8
5 changed files with 6 additions and 4 deletions

View File

@@ -93,7 +93,7 @@ GameFreakPresentsInit:
call InitSpriteAnimStruct
ld hl, SPRITEANIMSTRUCT_YOFFSET
add hl, bc
ld [hl], 160
ld [hl], OAM_YCOORD_HIDDEN
ld hl, SPRITEANIMSTRUCT_VAR1
add hl, bc
ld [hl], 96