Page Index - tomvita/Breeze-Beta GitHub Wiki
77 page(s) in this GitHub Wiki:
- Home
- Installing / Updating
- Launching the app
- Navigating the UI
- Getting / loading cheats
- Cheat Url
- Cheat database
- Manual placement of cheat files
- Picking individual cheats from file (Advance option, make sure you understand what is BID, you are responsible to check that BID match)
- Combining cheats from different files
- A note about code compatibility
- Loading cheat code for a BID different from the copy installed on your Switch
- Customizing cheats for everyone
- Saving the change you made
- Change cheat name
- Change cheat value
- Changing / Adding conditional key / key combo
- Changing a moon jump into a hover
- CheatVM operation
- Clears the cheat registers
- Assemble opcodes to be executed
- Take the master code
- Check if the next section is to be added
- Repeat the last step until there is no more labels.
- Execute the opcodes assembled
- Syntax of cheat code file
- How cheat code works
- The desired game behavior is modified by changing memory content at locations that game fetch data from
- Memory hack works by using cheatVM to hack memory periodically
- ASM hack works by hacking game code to write desired content to memory
- Some data hack only need to be successful some of the time and some need to be so all the time
- Pointer chain
- The When and How
- Customizing cheats for adventurous users
- Format of cheatVM instruction
- What is a master code
- Common use for master code
- Set up ASM code cave
- Set up register content that may be use by more than one cheat code
- Enable ASM cheat to be turn off
- Disassembler and Assembler
- Basics of making cheat codes
- Please reload this page
- Basics of Search
- Please reload this page
- cheat vm limits
- Please reload this page
- Customisation
- Please reload this page
- File Management and Game State Handling
- Please reload this page
- How to choose a place to hook a ASM hack
- Please reload this page
- How to enable gen2 features
- Please reload this page
- How to hack a group of inventory items
- Please reload this page
- How to tell friend from foe
- Please reload this page
- How to use AOB to port cheats (WIP)
- Please reload this page
- How to watch what an instruction reads or writes
- Please reload this page
- make ASM hack with X30 match
- Please reload this page
- MISC information
- Please reload this page
- Setup Profile to launch Breeze (optional)
- Please reload this page
- Unknown Search
- Please reload this page
- Using Search Manager
- Please reload this page
- Walk through of making a simple ASM cheat
- Please reload this page
- Why editing some memory don't do anything
- Please reload this page