mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-16 12:54:40 +00:00
Disassemble the rom header and entrypoint function (#87)
The actual boot code (ipl3) is still only incbin'd. If someone else wants to disassemble it properly, go ahead. I might do it eventually, but for now it doesn't seem required for shiftability or anything interesting.
This commit is contained in:
parent
26b8e77f99
commit
0a59863457
6 changed files with 76 additions and 12 deletions
|
@ -51,6 +51,7 @@ DECLARE_ROM_SEGMENT(map_grand_static)
|
|||
DECLARE_ROM_SEGMENT(map_i_static)
|
||||
DECLARE_ROM_SEGMENT(map_48x85_static)
|
||||
|
||||
DECLARE_SEGMENT(code)
|
||||
DECLARE_ROM_SEGMENT(code)
|
||||
DECLARE_BSS_SEGMENT(code)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue