mirror of
https://gitea.tendokyu.moe/beerpsi/CHUNITHM-Patch-Finder.git
synced 2024-11-23 23:31:03 +01:00
Add hide credit text patch
This commit is contained in:
parent
d574c73988
commit
65ad4bb7b5
@ -79,12 +79,28 @@
|
||||
- offset: 0x06
|
||||
off: [0x00]
|
||||
on: [0x01]
|
||||
# When making a patcher, these two patches should be a "union" patch.
|
||||
# One is based off another, and both must not be on at the same time.
|
||||
- name: "Force FREE PLAY text"
|
||||
signature: "3C 01 75 10 6A 09 68 ?? ?? ?? ??"
|
||||
patches:
|
||||
- offset: 0x00
|
||||
off: [0x3C, 0x01]
|
||||
on: [0x38, 0xC0]
|
||||
- name: "Hide credit text"
|
||||
patches:
|
||||
- signature: "3C 01 75 10 6A 09 68 ?? ?? ?? ??"
|
||||
offset: 0x00
|
||||
off: [0x3C, 0x01]
|
||||
on: [0x38, 0xC0]
|
||||
- signature: "3C 01 75 10 6A 09 68 ?? ?? ?? ??"
|
||||
offset: 0x05
|
||||
off: [0x09]
|
||||
on: [0x00]
|
||||
- signature: "46 52 45 45 20 50 4C 41 59"
|
||||
offset: 0x00
|
||||
off: [0x46]
|
||||
on: [0x00]
|
||||
- name: "Disable shop close lockout"
|
||||
danger: "[DEPRECATED] Just disable it in the test menu"
|
||||
signature: "56 8B CB E8 ?? ?? ?? ?? 84 C0 ?? 0E"
|
||||
|
Loading…
Reference in New Issue
Block a user