Skip to content

Commit

Permalink
bean: improved remove-blur patch & rename debug-menu patch (#3)
Browse files Browse the repository at this point in the history
* bean: improved remove-blur patch & rename debug-menu patch

Current patch makes the classic graphics have a noisy effect on them, this patch works differently and seems to remove the blur without any bad effects.

(the check near where I patch is also checking for the 0x4E cheat-ID for "vaseline-o-vision", seems 82136FA0 is some sort of "isCheatActive" function - that check is left intact so the cheat/debug option should still work)

Co-authored-by: illusion0001 <37698908+illusion0001@users.noreply.github.com>
  • Loading branch information
emoose and illusion0001 committed Feb 4, 2021
1 parent 96a2791 commit 439a0c0
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions patches/584108A9.patch
Expand Up @@ -18,21 +18,18 @@ title_id = "584108A9"
value = 0x01

[[patch]]
name = "Remove Blur in Classic Graphics (Partially)"
desc = ""
author = "illusion"
name = "Remove Blur in Classic Graphics"
desc = "Can still be enabled as 'Vaseline-o-vision' cheat"
author = "illusion, emoose"
is_enabled = false

[[patch.be32]]
address = 0x821891b0
value = 0x60000000
[[patch.be32]]
address = 0x82189270
address = 0x82188E70
value = 0x60000000

[[patch]]
name = "Pause Menu"
desc = "Press LB"
name = "Debug Menu"
desc = "Press LB to open menu"
author = "N/A"
is_enabled = false

Expand Down

0 comments on commit 439a0c0

Please sign in to comment.