mirror of
https://github.com/pret/pmd-red.git
synced 2026-08-21 16:24:54 -05:00
Simplify UNROLL16 macro
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user