Skip to content

Commit

Permalink
Ninja Gaiden 2 chapter 12 patch (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
A1eNaz authored Dec 2, 2024
1 parent 61cf6f4 commit 59e9e31
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
13 changes: 13 additions & 0 deletions patches/544307D5 - Ninja Gaiden II (Japan, TU3).patch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,16 @@ hash = "4CC4201C0C4ED58B" # default.xex, Japan, TU3
[[patch.be16]]
address = 0x837eb9f6
value = 0x02d0

[[patch]]
name = "Chapter 12 Crash Workaround"
desc = "Causes issues outside of Ch12. Use it only to skip the crash in Ch12."
author = "Gliniak"
is_enabled = false

[[patch.be32]]
address = 0x8285a2e4
value = 0x3bc00000
[[patch.be32]]
address = 0x8285a24c
value = 0x3bc00000
10 changes: 10 additions & 0 deletions patches/544307D5 - Ninja Gaiden II (World).patch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,13 @@ hash = "AFF931BFF00F8A0A" # default.xex
[[patch.be16]]
address = 0x837c62fa
value = 0x0500

[[patch]]
name = "Chapter 12 Crash Workaround"
desc = "Causes issues outside of Ch12. Use it only to skip the crash in Ch12."
author = "Gliniak"
is_enabled = false

[[patch.be32]]
address = 0x82834c78
value = 0x3bc00000

0 comments on commit 59e9e31

Please sign in to comment.