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:
cadmic
2024-08-15 20:44:05 -07:00
committed by GitHub
parent b734a159e3
commit b82f54bb95
8 changed files with 50 additions and 8 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef CIC6105_H
#define CIC6105_H
#include "ultra64.h"
extern u32 B_80008EE0;
#endif
+1
View File
@@ -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];