summaryrefslogtreecommitdiff
path: root/include/pokenav.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-07-18 20:46:00 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-07-18 20:46:00 -0400
commit20863ac85bcf047feeeba8295d0f9bcecef6f636 (patch)
treeefc58685cb556334f83733b085e27b9f92a5c0db /include/pokenav.h
parent7fd327d63279bb01492da57be6d6091be435d19c (diff)
Resolve compile warnings in modern
Diffstat (limited to 'include/pokenav.h')
-rw-r--r--include/pokenav.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pokenav.h b/include/pokenav.h
index c840fd494..203d14015 100644
--- a/include/pokenav.h
+++ b/include/pokenav.h
@@ -4,7 +4,7 @@
#include "bg.h"
#include "main.h"
-typedef u32 (*LoopedTask)(int state);
+typedef u32 (*LoopedTask)(s32 state);
// Return values of LoopedTask functions.
#define LT_INC_AND_PAUSE 0
@@ -111,7 +111,7 @@ void sub_81C7850(u32 a0);
u32 sub_81C786C(void);
void LoadLeftHeaderGfxForIndex(u32 arg0);
void sub_81C7FA0(u32 arg0, bool32 arg1, bool32 arg2);
-void sub_81C7AC0(int a0);
+void sub_81C7AC0(s32 a0);
bool32 sub_81C8010(void);
void InitBgTemplates(const struct BgTemplate *templates, int count);
bool32 IsPaletteFadeActive(void);