mirror of https://github.com/zeldaret/mm.git
Add overlays to elf
This commit is contained in:
parent
0ce4d2789e
commit
ef7033993e
3079
codescript.txt
3079
codescript.txt
File diff suppressed because it is too large
Load Diff
13
disasm.py
13
disasm.py
|
|
@ -626,19 +626,6 @@ class Disassembler:
|
|||
|
||||
# TODO not hard code
|
||||
f.write('''
|
||||
func_8080074C = 0x8080074C;
|
||||
func_80801B4C = 0x80801B4C;
|
||||
func_80803F30 = 0x80803F30;
|
||||
func_80813C98 = 0x80813C98;
|
||||
func_80815820 = 0x80815820;
|
||||
func_808283D8 = 0x808283D8;
|
||||
func_8082895C = 0x8082895C;
|
||||
func_80841AC4 = 0x80841AC4;
|
||||
func_808460B8 = 0x808460B8;
|
||||
func_80846528 = 0x80846528;
|
||||
func_808470D4 = 0x808470D4;
|
||||
func_80920340 = 0x80920340;
|
||||
func_80922430 = 0x80922430;
|
||||
D_80099AD0_ = 0x80099AD0;'''
|
||||
)
|
||||
|
||||
|
|
|
|||
4
files.py
4
files.py
|
|
@ -6,8 +6,8 @@ known_files = {
|
|||
('decomp/ovl_opening', 'ovl_opening', 0x80803DF0, ((0x80803FC0, 0x8080400C),)),
|
||||
('decomp/ovl_file_choose', 'ovl_file_choose', 0x80804010, ((0x80813DF0, 0x80814E7C),)),
|
||||
('decomp/ovl_daytelop', 'ovl_daytelop', 0x80814EB0, ((0x808158E0, 0x8081609C),)),
|
||||
('decomp/ovl_kaleido_scope', 'ovl_kaleido_scope', 0x808160a0, ((0x8082AED0, 0x8082DA4C),)),
|
||||
('decomp/ovl_Player_Actor', 'ovl_Player_Actor', 0x8082da90, ((0x8085B9F0, 0x80862AEC),)),
|
||||
('decomp/ovl_kaleido_scope', 'ovl_kaleido_scope', 0x808160A0, ((0x8082AED0, 0x8082DA4C),)),
|
||||
('decomp/ovl_Player_Actor', 'ovl_Player_Actor', 0x8082DA90, ((0x8085B9F0, 0x80862AEC),)),
|
||||
('decomp/ovl_En_Test', 'ovl_En_Test', 0x80862B70, ((0x808637B0, 0x8086386F),)),
|
||||
('decomp/ovl_En_GirlA', 'ovl_En_GirlA', 0x80863870, ((0x80864A30, 0x8086536F),)),
|
||||
('decomp/ovl_En_Part', 'ovl_En_Part', 0x80865370, ((0x808658E0, 0x8086598F),)),
|
||||
|
|
|
|||
13
undef.txt
13
undef.txt
|
|
@ -15552,17 +15552,4 @@ D_C00032BC = 0xC00032BC;
|
|||
D_C1200B34 = 0xC1200B34;
|
||||
D_FC110200 = 0xFC110200;
|
||||
|
||||
func_8080074C = 0x8080074C;
|
||||
func_80801B4C = 0x80801B4C;
|
||||
func_80803F30 = 0x80803F30;
|
||||
func_80813C98 = 0x80813C98;
|
||||
func_80815820 = 0x80815820;
|
||||
func_808283D8 = 0x808283D8;
|
||||
func_8082895C = 0x8082895C;
|
||||
func_80841AC4 = 0x80841AC4;
|
||||
func_808460B8 = 0x808460B8;
|
||||
func_80846528 = 0x80846528;
|
||||
func_808470D4 = 0x808470D4;
|
||||
func_80920340 = 0x80920340;
|
||||
func_80922430 = 0x80922430;
|
||||
D_80099AD0_ = 0x80099AD0;
|
||||
Loading…
Reference in New Issue