diff --git a/romfs_script.py b/romfs_script.py index 68a2fc0..4cf15f1 100644 --- a/romfs_script.py +++ b/romfs_script.py @@ -231,13 +231,15 @@ def patch_anim(filename, offset, value): patch_blyt('NumDisplaySecond_00', 'RootPane', 'shift_y', 540*s2) patch_blyt('NumDisplay_00', 'RootPane', 'shift_y', 540*s2) patch_blyt('OwnedHorseList_00', 'N_BG_00', 'scale_y', 1/s1) + patch_blyt('PaExtraStaminaGauge_00', 'N_BasePattern_00', 'shift_y', 540*s3) + patch_blyt('PaExtraStaminaGauge_00', 'N_GaugeMainPattern_00', 'shift_y', 540*s3) patch_blyt('PaLargeDungeonMap_00', 'P_BG_00', 'scale_y', 1/s1) patch_blyt('PaRecipeCardList_00', 'P_BG_00', 'scale_y', 1/s1) patch_blyt('PauseMenuOverlay_00', 'RootPane', 'shift_y', -540*s2) patch_blyt('PickUpWin_00', 'RootPane', 'shift_y', 540*s2) - patch_blyt('PlayerStatus3D_00', 'N_ExtraStaminaTarget_01', 'shift_y', 304+540*s3) patch_blyt('PlayerStatus_00', 'RootPane', 'shift_y', 540*s2) patch_blyt('Pouch_00', 'N_Info_00', 'shift_y', -540*s3) + patch_blyt('Pouch_00', 'Pa_ExtraStamina_00', 'shift_y', -540*s3) patch_blyt('Pouch_00', 'RootPane', 'shift_y', 540*s2) patch_blyt('SaveLoadIcon_00', 'RootPane', 'shift_y', -540*s2) patch_blyt('ShopMenu_00', 'A_AlignGuide_00', 'shift_y', -(477+540*s3))