Fix Safari Zone healthbox glitch
This commit is contained in:
parent
427bad6413
commit
f744986bb2
1 changed files with 2 additions and 0 deletions
|
@ -831,6 +831,8 @@ u8 CreateSafariPlayerHealthboxSprites(void)
|
|||
gSprites[healthboxLeftSpriteId].oam.affineParam = healthboxRightSpriteId;
|
||||
gSprites[healthboxRightSpriteId].hOther_HealthBoxSpriteId = healthboxLeftSpriteId;
|
||||
|
||||
gSprites[healthboxRightSpriteId].hOther_IndicatorSpriteId = 0xFF;
|
||||
|
||||
gSprites[healthboxRightSpriteId].callback = SpriteCB_HealthBoxOther;
|
||||
|
||||
return healthboxLeftSpriteId;
|
||||
|
|
Loading…
Reference in a new issue