mirror of
https://github.com/pret/pmd-red.git
synced 2026-08-31 05:04:26 -05:00
move map script table to C
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user