mirror of
https://gitea.tendokyu.moe/beerpsi/CHUNITHM-Patch-Finder.git
synced 2024-11-23 23:31:03 +01:00
add force free play patch
This commit is contained in:
parent
689696f050
commit
d574c73988
@ -79,6 +79,12 @@
|
||||
- offset: 0x06
|
||||
off: [0x00]
|
||||
on: [0x01]
|
||||
- name: "Force FREE PLAY text"
|
||||
signature: "3C 01 75 10 6A 09 68 ?? ?? ?? ??"
|
||||
patches:
|
||||
- offset: 0x00
|
||||
off: [0x3C, 0x01]
|
||||
on: [0x38, 0xC0]
|
||||
- name: "Disable shop close lockout"
|
||||
danger: "[DEPRECATED] Just disable it in the test menu"
|
||||
signature: "56 8B CB E8 ?? ?? ?? ?? 84 C0 ?? 0E"
|
||||
|
@ -10,7 +10,8 @@
|
||||
# off: [0xFF, 0x15, 0x3E, 0x79, 0x1A, 0x00, 0x8B]
|
||||
off: [0xFF, 0x15, 0xC6, 0x2F, 0x1B, 0x00, 0x8B]
|
||||
on: [0x33, 0xC0, 0x48, 0x83, 0xC4, 0x28, 0xC3]
|
||||
- name: Infinite credits
|
||||
- name: Credit freeze
|
||||
tooltip: Prevents credits from being used. At least one credit must be available to start the game or purchase premium tickets.
|
||||
signature: "74 23 40 28 7C 4A ?? 39 05 ?? ?? ?? ?? 74 05"
|
||||
patches:
|
||||
- offset: 0x03
|
||||
|
Loading…
Reference in New Issue
Block a user