yes i looked at that and i selected the focus button to try and toggle it but nothing happened is there another way to configure to normal modelook at last button on tne menu
"The lower right corner button shows whether you are in normal mode or focus mode, to see buttons not in focus mode you need to be in normal mode"
Post automatically merged:
thank you so much i will keep these things in mind and i will look at the other tutorials once again thank youThis is what AI said, not vetted. You can ask AI if you have question.
Yes, Breeze-Beta by tomvita does have documented instructions for making ASM cheats, both in its GitHub repo and through community tutorials.
Official GitHub Documentation
The Breeze-Beta GitHub repo includes a dedicated docs/ folder with markdown guides. The main one is:
- advance_cheat_making_tutorial.md — A comprehensive tutorial covering two primary techniques: creating Assembly (ASM) cheats and other advanced cheat methods.github
- dynamic_module.md — Covers how Breeze handles ASM cheats for games that reside in dynamic modules, and how the "Add to Cheat" button in ASM Explorer auto-generates the necessary code.github
- x30 match example.md — A worked example guide (e.g., creating a "moon jump" cheat) demonstrating real-world ASM cheat construction.github
Built-in ASM Tools in Breeze
Breeze comes with a full suite of in-app tools for ASM cheat creation:gamebrew
- ASM Composer — Create ASM cheats directly within the app
- Integrated disassembler & assembler — Disassemble game code, edit it, and reassemble
- ASM Explorer — Browse game assembly, set breakpoints, and copy instructions directly into a cheat
- Extract ASM button — Extracts embedded assembly from existing cheats and saves to a .txt file for analysis and modificationgithub
- ARM64 instruction support — Full ARM64 assembly/disassembly since Switch games use ARM64gamebrew
Community Tutorials
Beyond the GitHub docs, there are step-by-step community resources:
The Breeze Discord server (linked from the GitHub repo) is also the main support channel for feedback and advanced questions.github
- A GBAtemp thread walks through making a simple ASM cheat with Breeze step by step, requiring gen2 features to be enabled.gbatemp
- A recent YouTube tutorial (March 2026) covers using the Easy Template feature to make an ASM cheat.youtube
- Another YouTube video specifically covers making an ASM "off" cheat (disabling an effect via ASM).youtube













