move map script table to C

This commit is contained in:
DizzyEggg
2025-06-16 21:55:26 +02:00
parent aead764c7c
commit 24bf8eaa89
10 changed files with 493 additions and 253 deletions

View File

@@ -2,7 +2,7 @@
#include "constants/item.h"
#include "constants/ground_map.h"
#include "structs/str_ground_script.h"
#define LPARRAY(x) (sizeof(x)/sizeof(*(x))), x
#define LPARRAY(x) (ARRAY_COUNT(x)), x
#define CPOS_HALFTILE 0x2
#define CPOS_CURRENT 0x4