mirror of
https://github.com/zeldaret/oot
synced 2026-07-11 15:18:59 -04:00
Decompile N64 anti-piracy checks in overlays (#2042)
* 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>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef CIC6105_H
|
||||
#define CIC6105_H
|
||||
|
||||
#include "ultra64.h"
|
||||
|
||||
extern u32 B_80008EE0;
|
||||
|
||||
#endif
|
||||
@@ -9,6 +9,7 @@ extern Mtx D_01000000;
|
||||
extern u32 osTvType;
|
||||
extern u32 osRomBase;
|
||||
extern u32 osResetType;
|
||||
extern u32 osCicId;
|
||||
extern u32 osMemSize;
|
||||
extern u8 osAppNMIBuffer[0x40];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user