Add header dependency tracking; add asm-differ config & more

This commit is contained in:
2022-04-12 23:55:49 -04:00
parent 604ef813e4
commit 121b5808c0
7 changed files with 96 additions and 18 deletions

View File

@@ -31,8 +31,8 @@ import math
# #
###############################################
DOL_PATH = "baserom.dol"
MAP_PATH = "build/mp1.0/MetroidPrime.MAP"
DOL_PATH = sys.argv[1]
MAP_PATH = sys.argv[2]
MEM1_HI = 0x81200000
MEM1_LO = 0x80004000