Releases: tomvita/Breeze-Beta
fix atmosphere version check
Please update before you update atmosphere to 1.0.0 or Breeze won't run and you have to update manually.
Add cheats group from file
Extend cheat outline group support to add individual cheats from file.
Added cheats group add / delete buttons.
For people who has number of cheats that exceed the limits of atmosphere now you can have all your cheats organized in groups and stored in one file to be loaded into dmnt cheatVM when needed.
Support cheat outline groups
If first opcode is 0x20000000 it is treated as outline label
The following is a outline label:
[outline label name]
20000000
https://user-images.githubusercontent.com/68505331/130886596-e0c547fa-e00b-4178-a381-b3ab596e180b.mp4
Cheat code editor improvements
Assembler now supports code type FFF.
Code type 3 assembler now makes 3XRR code. (dmnt current and older release implement 3XR0, future release will implement 3X0R).
Cut, Paste and edit value now works on disassembly display.
Cut and Paste for cheats
Added Cut and Paste for cheats.
Paste will duplicate the cheat if clipboard is empty.
Can use cut and paste to re-arrange the order of the cheats.
Use this to:
Duplicate and edit to customize the cheats to your preference while preserving the original.
Have multiple cheats with slightly different parameters for testing and tuning.
Rearrange components of a cheat task before combining them into one cheats for release.
Bug fixes to Asembler and Disasembler
beta13 Bug fixes to Asembler and Disasembler.
Interactive assembler
Added interactive assembler. People who wants to create more complex cheats should find this useful. Instead of creating the code in your brain now some assistance is provided. Hopefully more people will venture into creating more complex codes.
Improved disassembly output.
remove dmnt fork, option to launch HBM into Breeze folder
Removed dmnt fork from the release. So no more master code loading for the time being.
I discover that the profile launcher don't work on HOS 10.0.2. Until I know how to do it properly here is an option to put HBM on profile and launch into Breeze folder to have quick access to Breeze. The option is in setting.
add support for master code loading
Support for master code loading by Breeze (only if dmnt fork bundled with this release is installed).
You can change any cheat to master code by changing the label to "master code" and master code to normal code if the label is changed to something other than "master code".
Master code loaded by Breeze will be renamed to "master code". Master code loaded by dmnt when game is launch will retain what is between "{" and "}".
option to install dmnt fork for supported system
Added setting option to install dmnt fork for supported system (currently only atm19.5)
dmnt fork support alias as memory region and let edizon se support dmnt detach (ZL+B)
static code created by edizon se on static memory in alias extend can only work with dmnt fork