diff options
Diffstat (limited to 'arm9/src')
-rw-r--r-- | arm9/src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/src/main.c b/arm9/src/main.c index e7898c32..44f4127a 100644 --- a/arm9/src/main.c +++ b/arm9/src/main.c @@ -85,7 +85,7 @@ THUMB_FUNC void NitroMain(void) } else { - switch (*((s32 *)HW_RESET_PARAMETER_BUF)) + switch (OS_GetResetParameter()) { case 0: gBacklightTop.unk1C = 0; |