mirror of
https://github.com/n64decomp/sm64
synced 2026-07-11 22:20:04 -04:00
refresh 6
This commit is contained in:
@@ -50,6 +50,10 @@ if len(mybin) != len(basebin):
|
||||
print("Modified ROM has different size...")
|
||||
exit(1)
|
||||
|
||||
if mybin == basebin:
|
||||
print("No differences!")
|
||||
exit(0)
|
||||
|
||||
def search_map(rom_addr):
|
||||
ram_offset = None
|
||||
last_ram = 0
|
||||
|
||||
Reference in New Issue
Block a user