From d5e220ebbe7ca570306ee176926b9d81373414df Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Tue, 27 Jun 2017 22:56:08 -0400 Subject: decompile up to sub_80BAE10 --- include/global.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/global.h') diff --git a/include/global.h b/include/global.h index e90fcdd0f..ce58c02f4 100644 --- a/include/global.h +++ b/include/global.h @@ -43,6 +43,9 @@ fndec\ #define min(a, b) (a >= b ? a : b) #define max(a, b) (a <= b ? a : b) +// why does GF hate 2d arrays +#define ARR_2D(x, y) ((x) * 2 + (y)) + enum { VERSION_SAPPHIRE = 1, -- cgit v1.2.3