Skip to content

Commit

Permalink
Add FOV patches for Minecraft TU0
Browse files Browse the repository at this point in the history
  • Loading branch information
Margen67 committed Feb 10, 2024
1 parent 11954d1 commit c62d6c5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions patches/584111F7 - Minecraft (XBLA, TU0).patch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@ title_id = "584111F7" # XA-4599
hash = "5FA6BE391D4387F1" # default.xex
#media_id = "7CD33B56"

[[patch]]
name = "90 FOV"
desc = "Default FOV is 70. Also affects the viewmodel. FOV is decreased underwater by default."
author = "Margen67"
is_enabled = false

[[patch.be16]]
address = 0x821b8726
value = 0x0334 # offset from 0x820fe130

[[patch]]
name = "Don't decrease FOV underwater"
author = "Margen67"
is_enabled = false

[[patch.be16]]
address = 0x821b9308
value = 0x4280 # b

[[patch]]
name = "Debug Menu"
desc = "Replaced Credits with DebugMenu. Replaced How To Play with Debug Overlay. Do not open on the main menu."
Expand Down

0 comments on commit c62d6c5

Please sign in to comment.