diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2023-08-04 09:02:33 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-04 12:02:33 -0400 |
| commit | 5b54707958ca7fe5455436cf732cdf034232cd50 (patch) | |
| tree | fcb69dbd4becb53a3b8d16c5d721c30454e28b1a /include/boot_variables.h | |
| parent | c51da0ee0f9c5616bb3fb212f8b6943f727e37d3 (diff) | |
Viconfig OK (#29)
Diffstat (limited to 'include/boot_variables.h')
| -rw-r--r-- | include/boot_variables.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/boot_variables.h b/include/boot_variables.h index 65fd39a..577b212 100644 --- a/include/boot_variables.h +++ b/include/boot_variables.h @@ -12,7 +12,7 @@ // extern UNK_TYPE D_8003BBC4_jp; // extern UNK_TYPE D_FLT_8003BBC8_jp; // extern UNK_TYPE D_FLT_8003BBCC_jp; -// extern UNK_TYPE gCartHandle; +extern OSPiHandle* gCartHandle; // TODO: Determine where this goes // extern UNK_TYPE D_8003BBE0_jp; // extern UNK_TYPE D_8003BBF0_jp; // extern UNK_TYPE D_8003BC38_jp; @@ -248,8 +248,8 @@ // extern UNK_TYPE B_8003FE00_jp; // extern UNK_TYPE B_8003FEC8_jp; // extern UNK_TYPE B_8003FEE0_jp; -// extern UNK_TYPE B_8003FF30_jp; -// extern UNK_TYPE B_8003FF31_jp; +// extern UNK_TYPE gViConfigBlackNext; +// extern UNK_TYPE gViConfigBlack; // extern UNK_TYPE B_8003FF40_jp; // extern UNK_TYPE B_8003FF5C_jp; // extern UNK_TYPE B_8003FF60_jp; |
