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

@@ -0,0 +1,9 @@
#ifndef GUARD_MAP_SCRIPT_TABLE_H
#define GUARD_MAP_SCRIPT_TABLE_H
#include "constants/ground_map.h"
#include "structs/str_ground_script.h"
extern const struct GroundScriptHeader *const gMapScriptTable[MAP_COUNT];
#endif // GUARD_MAP_SCRIPT_TABLE_H