diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2023-08-28 09:59:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-28 09:59:31 -0700 |
| commit | 1e3511efea9cf4379a04fca77f6a00cb170da28c (patch) | |
| tree | 7650c04105d35d867939d19e3421102ae511102f /include/boot_variables.h | |
| parent | fcfbb6c52feec4a01b46f0c2bcc037af373d4fe9 (diff) | |
Fault + Fault_drawer (#77)
* Fault OK
* fault_drawer OK
* Cleanup
* Cleanup pt 2
* Forgot to save
* PR
Diffstat (limited to 'include/boot_variables.h')
| -rw-r--r-- | include/boot_variables.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/boot_variables.h b/include/boot_variables.h index 8345c2c..8aa1cbe 100644 --- a/include/boot_variables.h +++ b/include/boot_variables.h @@ -14,8 +14,6 @@ // extern UNK_TYPE D_FLT_8003BBCC_jp; extern OSPiHandle* carthandle; // TODO: Determine where this goes -// extern UNK_TYPE D_8003BBF0_jp; -// extern UNK_TYPE D_8003BC38_jp; // extern UNK_TYPE D_8003BC50_jp; // extern UNK_TYPE D_8003BC90_jp; // extern UNK_TYPE D_8003BC94_jp; @@ -245,11 +243,6 @@ extern OSPiHandle* carthandle; // TODO: Determine where this goes // extern UNK_TYPE B_80040AC8_jp; // extern UNK_TYPE B_80040ACC_jp; // extern UNK_TYPE B_80040AD0_jp; -// extern UNK_TYPE B_80040AE0_jp; -// extern UNK_TYPE B_80040AE4_jp; -// extern UNK_TYPE B_80040AE8_jp; -// extern UNK_TYPE B_800410E8_jp; -// extern UNK_TYPE B_80041108_jp; // extern UNK_TYPE B_800418D6_jp; extern struct_800418D8* B_800418D8_jp; // extern UNK_TYPE B_80041960_jp; |
