mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-15 04:14:34 +00:00
[ntsc-1.2] Decompile cic6105.c, main.c (#2068)
* decompile-OK Main, cic6105.c * names cleanup / minimal doc * match versions * fix bad disasm metadata format * bss * bss * review 1 * review 2 * review 3 * review 4 * cleanup * bss * add some sizes to disasm metadata symbols
This commit is contained in:
parent
22a00b46fb
commit
7056423e5b
19 changed files with 186 additions and 14 deletions
|
@ -40,9 +40,9 @@ extern OSViContext* __osViCurr;
|
|||
extern OSViContext* __osViNext;
|
||||
extern OSViMode osViModeFpalLan1;
|
||||
extern u32 __additional_scanline;
|
||||
extern u8 gBuildTeam[];
|
||||
extern u8 gBuildDate[];
|
||||
extern u8 gBuildMakeOption[];
|
||||
extern const char gBuildTeam[];
|
||||
extern const char gBuildDate[];
|
||||
extern const char gBuildMakeOption[];
|
||||
extern OSMesgQueue gPiMgrCmdQueue;
|
||||
extern OSViMode gViConfigMode;
|
||||
extern u8 gViConfigModeType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue