Pseudocode and stuff

This commit is contained in:
MaddoScientisto 2026-03-25 23:32:13 +01:00
commit ee33f94b4b
466 changed files with 27770 additions and 276 deletions

File diff suppressed because it is too large Load diff

View file

@ -56,7 +56,7 @@ def print_instructions(address_text: str, count: int) -> None:
instruction = instruction.getNext()
tx = program.startTransaction("Patch hidden cheat menu")
tx = program.startTransaction("Patch hidden usecode debugger entry")
commit = False
try:
write_bytes("1130:2b78", bytes.fromhex("9A 76 04 D8 12"), bytes.fromhex("9A 86 00 A0 13"))

View file

@ -56,7 +56,7 @@ def print_instructions(address_text: str, count: int) -> None:
instruction = instruction.getNext()
tx = program.startTransaction("Patch hidden cheat menu via deferred 0x103 lane")
tx = program.startTransaction("Patch hidden usecode debugger via deferred 0x103 lane")
commit = False
try:
write_bytes("1130:2b78", bytes.fromhex("9A 86 00 A0 13"), bytes.fromhex("9A 76 04 D8 12"))