Simplify UNROLL16 macro

This commit is contained in:
Evan Chang
2026-04-29 23:36:36 -04:00
parent 056d35bff0
commit ccb22d66c8

View File

@@ -4,24 +4,7 @@
#include "code_800558C.h"
#include "math.h"
#define UNROLL16(x) do { \
x; \
x; \
x; \
x; \
x; \
x; \
x; \
x; \
x; \
x; \
x; \
x; \
x; \
x; \
x; \
x; \
} while (0)
#define UNROLL16(x) do { x; x; x; x; x; x; x; x; x; x; x; x; x; x; x; x; } while (0)
EWRAM_DATA bool8 gDrawWindow = FALSE;
EWRAM_DATA s16 *gWin0HPtr = NULL;