Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Fruithapje21 authored Jul 29, 2023
1 parent dfa4551 commit 331b929
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion romfs_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 331b929

Please sign in to comment.