You've already forked ultrasm64-2
mirror of
https://github.com/HackerN64/ultrasm64-2.git
synced 2026-01-21 10:38:08 -08:00
src dir rework
This commit is contained in:
@@ -62,7 +62,7 @@ def main():
|
||||
structdef.append("u8 " + item["name"] + "[" + str(len(demobytes)) + "];")
|
||||
structobj.append("{" + ",".join(hex(x) for x in demobytes) + "},")
|
||||
|
||||
print("#include \"game/memory.h\"")
|
||||
print("#include \"init/memory.h\"")
|
||||
print("#include <stddef.h>")
|
||||
print("")
|
||||
|
||||
|
||||
@@ -136,7 +136,7 @@ try:
|
||||
structdef.append("{} {}[{}];".format(type, name, len(arr)))
|
||||
structobj.append("{" + ",".join(arr) + "},")
|
||||
|
||||
print("#include \"game/memory.h\"")
|
||||
print("#include \"init/memory.h\"")
|
||||
print("#include <stddef.h>")
|
||||
print("")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user