diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-10 15:18:26 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-10 15:18:26 -0400 |
commit | 66506824a796f28e9d926077024d319fa67d3aaf (patch) | |
tree | cd6e3643fac8506da97b9c3a553d364fefe2605a /include/main.h | |
parent | d6dcf8bf6522ccd5cacac774d57657cd1da313c1 (diff) |
SDK declaration of PM_GetBackLight
Diffstat (limited to 'include/main.h')
-rw-r--r-- | include/main.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/main.h b/include/main.h index 57cc5fef..da8d7921 100644 --- a/include/main.h +++ b/include/main.h @@ -2,6 +2,7 @@ #define GUARD_MAIN_H #include "FS_overlay.h" +#include "SPI_pm.h" struct Unk21DBE18 { @@ -10,7 +11,7 @@ struct Unk21DBE18 struct Unk2106FA0 { - s32 unk0; + PMBackLightSwitch unk0; s32 unk4; s32 unk8; s32 unkC; @@ -44,4 +45,7 @@ struct Unk21C48B8 s32 unk6C; }; +extern struct Unk2106FA0 gBacklightTop; +extern struct Unk2106FA0 gBacklightTop_2; // same as the first one, it's referenced twice in the constant pool... + #endif //GUARD_MAIN_H |