From 63d3135bde32ed110ddf7624ea4dc8a76b20523b Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sun, 29 Apr 2018 10:42:47 -0400 Subject: Decompile pokedex_cry_screen data --- include/global.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'include') diff --git a/include/global.h b/include/global.h index 82c4916bd..89f56e174 100644 --- a/include/global.h +++ b/include/global.h @@ -10,12 +10,12 @@ #if defined(__APPLE__) || defined(__CYGWIN__) #define _(x) x #define __(x) x -#define INCBIN_U8 {0} -#define INCBIN_U16 {0} -#define INCBIN_U32 {0} -#define INCBIN_S8 {0} -#define INCBIN_S16 {0} -#define INCBIN_S32 {0} +#define INCBIN_U8(...) {0} +#define INCBIN_U16(...) {0} +#define INCBIN_U32(...) {0} +#define INCBIN_S8(...) {0} +#define INCBIN_S16(...) {0} +#define INCBIN_S32(...) {0} #endif // Prevent cross-jump optimization. -- cgit v1.2.3