mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-18 04:27:38 +01:00
Fix Safari Zone healthbox glitch
This commit is contained in:
parent
427bad6413
commit
f744986bb2
@ -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 New Issue
Block a user