Pseudocode and stuff
This commit is contained in:
parent
7310c4fe96
commit
ee33f94b4b
466 changed files with 27770 additions and 276 deletions
File diff suppressed because it is too large
Load diff
Binary file not shown.
Binary file not shown.
|
|
@ -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"))
|
||||
|
|
|
|||
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue