diff --git a/patterns.yaml b/patterns.yaml index 256458c..222b3d8 100644 --- a/patterns.yaml +++ b/patterns.yaml @@ -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" diff --git a/patterns_amdaemon.yaml b/patterns_amdaemon.yaml index c72f56c..083c061 100644 --- a/patterns_amdaemon.yaml +++ b/patterns_amdaemon.yaml @@ -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