I have the same version of the game but the title id is different - tomvita/Breeze-Beta GitHub Wiki
Cheat Compatibility Guide
Checking Build ID
Check the build ID — if it’s the same, it’s safe to use the cheats.
If the build ID is different, it means something has changed.
However, since the version is the same, there’s still a good chance the cheats might work.
Each cheat should be checked individually to confirm compatibility.
ASM Cheats
For ASM cheats, verify that:
- The hooked address still contains the same instruction.
- The code cave address is empty (filled with
00).
For ASM Cheats That I Made
You can easily test them as follows:
- Load the file with Breeze, but don’t activate any cheats yet.
- Use the Edit Cheat button, then press Get Original for each cheat.
- If the first line doesn’t change, and the second line becomes identical to the first while the rest turn to
0, the cheat should be safe to use.
⚠️ Do not use the cheat otherwise — there may be dragons.
For ASM Cheats Made by Others
You’ll need a bit more skill since the original code is usually not included.
Some authors provide a restore code, and others include it in a master code.
Try to look for it there.
Pointer Cheats
For pointer cheats, use Edit Cheat → Jump to Target.
You’ll need some basic understanding to make sense of what you see there.
Practice Tip
It’s best to practice with a known good cheat file —
for example, any file with a matching build ID that you already know works correctly.