mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-15 06:06:04 +00:00
b82f54bb95
* Decompile N64 anti-piracy checks in overlays * Fix BSS splits (I think) * Use physical address and comment on meaning Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com> --------- Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com>
8 lines
90 B
C
8 lines
90 B
C
#ifndef CIC6105_H
|
|
#define CIC6105_H
|
|
|
|
#include "ultra64.h"
|
|
|
|
extern u32 B_80008EE0;
|
|
|
|
#endif
|