add force free play patch

This commit is contained in:
beerpsi 2024-04-12 03:37:36 +07:00
parent 689696f050
commit d574c73988
2 changed files with 8 additions and 1 deletions

View File

@ -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"

View File

@ -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