summaryrefslogtreecommitdiff
path: root/include/map.h
diff options
context:
space:
mode:
authorfig02 <fig02srl@gmail.com>2025-04-16 08:22:42 -0400
committerGitHub <noreply@github.com>2025-04-16 08:22:42 -0400
commit655ec771387927eda89d89b5bc2751192b075909 (patch)
tree54a448444c162850017777c43509d05c2f8c4adf /include/map.h
parent0c5282ba66bec5eba8f11fa5922b893b1deed7e7 (diff)
variables.h: migrate all remaining varaibles, remove other dependencies except z64.h (#2505)
* move remaining variables from variables.h * fix other dependencies * extra newline * fix and adjust comment * is this the problem * fix bss
Diffstat (limited to 'include/map.h')
-rw-r--r--include/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/map.h b/include/map.h
index 88c5d9279..ef82c0355 100644
--- a/include/map.h
+++ b/include/map.h
@@ -68,6 +68,7 @@ typedef struct MapData {
#define MAP_48x85_TEX_SIZE ((MAP_48x85_TEX_WIDTH * MAP_48x85_TEX_HEIGHT) / 2) // 48x85 CI4 texture
extern MapData gMapDataTable;
+extern MapData* gMapData;
void Map_SavePlayerInitialInfo(struct PlayState* play);
void Map_SetFloorPalettesData(struct PlayState* play, s16 floor);