Fixes wearable sprite offset and layering issues when autoscrolling the map

This commit is contained in:
infinitefusion
2024-07-05 17:52:17 -04:00
parent 6180590860
commit 4a6a889b3e
15 changed files with 10 additions and 19 deletions

View File

@@ -17,10 +17,6 @@ class Sprite_Player < Sprite_Character
getClothedPlayerSprite(true)
end
def toggleWearableScrollAdjustments(value)
@hair.must_adjust_scroll = value
@hat.must_adjust_scroll = value
end
def updateCharacterBitmap
skinTone = $Trainer.skin_tone ? $Trainer.skin_tone : 0