Skip to content

Commit

Permalink
Make the game beatable again
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLX5 committed Jul 8, 2024
1 parent e9bcfef commit c5ad65a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions worlds/mmx2/Rom.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@ def patch_rom(world: World, patch: MMX2ProcedurePatch):
patch.write_bytes(0x1488EF, bytearray([0xFF,0xFF,0xFF,0xFF]))
patch.write_bytes(0x149A02, bytearray([0xFF,0xFF,0xFF]))
patch.write_bytes(0x154082, bytearray([0xFF,0xFF,0xFF,0xFF,0xFF]))
patch.write_bytes(0x155CA5, bytearray([0xFF,0xFF,0xFF,0xFF]))
patch.write_bytes(0x1569BB, bytearray([0xFF,0xFF,0xFF]))
patch.write_bytes(0x17FB5A, bytearray([0xFF,0xFF,0xFF]))
patch.write_bytes(0x155CA5, bytearray([0xFF,0xFF,0xFF]))
patch.write_bytes(0x1569BB, bytearray([0xFF,0xFF,0xFF,0xFF]))
patch.write_bytes(0x17FB5A, bytearray([0xFF,0xFF,0xFF,0xFF,0xFF,0xFF]))
patch.write_bytes(0x17FB62, bytearray([0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
0xFF]))
Expand Down

0 comments on commit c5ad65a

Please sign in to comment.