diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2023-08-10 11:41:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-10 11:41:19 -0400 |
| commit | 0d54e2ae4c473be47dba69ef6d560c49cc86d053 (patch) | |
| tree | 7d4134acde42d6bfb10dad1260907b08694aefce /include/boot_variables.h | |
| parent | 04b31d912636eaea12a0b6f3d5e822605da68504 (diff) | |
`libc64.a` identification (#45)
* __osMalloc
* aprintf.c
* math64.c
* qrand.c
* sleep.c
* sprintf.c
* malloc.c
* fixes
* fp and math64 cleanup
* RAD_TO_BINANG
Diffstat (limited to 'include/boot_variables.h')
| -rw-r--r-- | include/boot_variables.h | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/include/boot_variables.h b/include/boot_variables.h index c85f519..ecd5b60 100644 --- a/include/boot_variables.h +++ b/include/boot_variables.h @@ -21,8 +21,8 @@ extern OSPiHandle* gCartHandle; // TODO: Determine where this goes // extern UNK_TYPE D_8003BC94_jp; // extern UNK_TYPE D_8003C560_jp; -// extern UNK_TYPE D_FLT_8003C584_jp; -// extern UNK_TYPE D_8003C590_jp; + +// extern UNK_TYPE __qrand_idum; // .rodata @@ -193,18 +193,7 @@ extern OSPiHandle* gCartHandle; // TODO: Determine where this goes // extern UNK_TYPE RO_STR_8003E27C_jp; // extern UNK_TYPE jtbl_8003E290_jp; // extern UNK_TYPE RO_STR_8003E2B0_jp; -// extern UNK_TYPE RO_FLT_8003E2C0_jp; -// extern UNK_TYPE RO_FLT_8003E2E4_jp; -// extern UNK_TYPE RO_FLT_8003E2E8_jp; -// extern UNK_TYPE RO_FLT_8003E2EC_jp; -// extern UNK_TYPE RO_FLT_8003E2F0_jp; -// extern UNK_TYPE RO_FLT_8003E2F4_jp; -// extern UNK_TYPE RO_FLT_8003E2F8_jp; -// extern UNK_TYPE RO_FLT_8003E2FC_jp; -// extern UNK_TYPE RO_FLT_8003E300_jp; -// extern UNK_TYPE RO_FLT_8003E304_jp; -// extern UNK_TYPE RO_FLT_8003E308_jp; -// extern UNK_TYPE RO_FLT_8003E30C_jp; + // extern UNK_TYPE RO_STR_8003E310_jp; // extern UNK_TYPE RO_STR_8003E328_jp; // extern UNK_TYPE RO_STR_8003E35C_jp; @@ -281,8 +270,6 @@ extern OSPiHandle* gCartHandle; // TODO: Determine where this goes // extern UNK_TYPE B_80041995_jp; // extern UNK_TYPE B_80041998_jp; -// extern UNK_TYPE B_800419F0_jp; - // extern UNK_TYPE B_80044684_jp; |
