This commit is contained in:
Christian Semmler 2023-08-10 04:31:44 -04:00
parent 23fc6acc94
commit ee54fc4251

View File

@ -3,8 +3,6 @@
#include <float.h> #include <float.h>
#include <limits.h> #include <limits.h>
#define TWOCC(a, b) (((a) << 0) | ((b) << 8))
// GLOBAL OFFSET: LEGO1 0x10101410 // GLOBAL OFFSET: LEGO1 0x10101410
MxU16 g_unkSep = TWOCC(',', ' '); MxU16 g_unkSep = TWOCC(',', ' ');