mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-16 21:05:12 +00:00
[ntsc-1.2] Organize n64dd declarations and convert to 1.0 addresses (#2127)
* Reorganize n64dd declarations * Fix bss * Really fix bss
This commit is contained in:
parent
aa1c7f3155
commit
8153c952f6
31 changed files with 156 additions and 178 deletions
|
@ -84,6 +84,12 @@ DECLARE_SEGMENT(code)
|
|||
DECLARE_ROM_SEGMENT(code)
|
||||
DECLARE_BSS_SEGMENT(code)
|
||||
|
||||
// N64-only, not wrapped in these are not wrapped in an `#if PLATFORM_N64`
|
||||
// so that the N64DD code can always be built.
|
||||
DECLARE_SEGMENT(n64dd)
|
||||
DECLARE_ROM_SEGMENT(n64dd)
|
||||
DECLARE_BSS_SEGMENT(n64dd)
|
||||
|
||||
DECLARE_OVERLAY_SEGMENT(kaleido_scope)
|
||||
DECLARE_OVERLAY_SEGMENT(player_actor)
|
||||
DECLARE_OVERLAY_SEGMENT(map_mark_data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue