mirror of
https://github.com/zeldaret/mm.git
synced 2024-11-24 05:19:53 +00:00
Fix generation of undef.txt
This commit is contained in:
parent
da6f7fcbe2
commit
b32ad2401f
@ -618,7 +618,7 @@ class Disassembler:
|
||||
f.write("%s = 0x%08X;\n" % (self.make_load(addr), addr));
|
||||
|
||||
# TODO not hard code
|
||||
f.write("func_84001B0C = 0x84001B0C;\nfunc_840010CC = 0x840010CC;\nfunc_84001060 = 0x84001060;\nD_80920340 = 0x80920340;\nD_80922430 = 0x80922430;\n")
|
||||
f.write("func_80920340 = 0x80920340;\nfunc_80922430 = 0x80922430;\nD_80099AD0_ = 0x80099AD0;\n")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
@ -14288,9 +14288,6 @@ D_A4800018 = 0xA4800018;
|
||||
D_C00032B8 = 0xC00032B8;
|
||||
D_C00032BC = 0xC00032BC;
|
||||
D_C1200B34 = 0xC1200B34;
|
||||
func_84001B0C = 0x84001B0C;
|
||||
func_840010CC = 0x840010CC;
|
||||
func_84001060 = 0x84001060;
|
||||
func_80920340 = 0x80920340;
|
||||
func_80922430 = 0x80922430;
|
||||
D_80099AD0_ = 0x80099AD0;
|
||||
|
Loading…
Reference in New Issue
Block a user