summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-04-29 10:42:47 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2018-04-29 10:42:47 -0400
commit63d3135bde32ed110ddf7624ea4dc8a76b20523b (patch)
treeaf20e9a49315df58e96e2dede5933e7034f2a945 /include
parente79f35324a846fa99be5f2a6e368c6fddf34d8a1 (diff)
Decompile pokedex_cry_screen data
Diffstat (limited to 'include')
-rw-r--r--include/global.h12
1 files changed, 6 insertions, 6 deletions
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.