From 62e926d5217f1f4cd8efd610e7d38374535836e1 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sun, 14 Jun 2020 21:18:07 -0400 Subject: through FUN_0206A998 --- include/global.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/global.h b/include/global.h index 35d0c3aa..67744d42 100644 --- a/include/global.h +++ b/include/global.h @@ -5,6 +5,8 @@ #include "function_target.h" #include "nitro.h" +#define NELEMS(a) (sizeof(a) / sizeof(*(a))) + enum GameVersion { VERSION_SAPPHIRE = 1, VERSION_RUBY = 2, -- cgit v1.2.3