summaryrefslogtreecommitdiff
path: root/src/code/z_map_mark.c
diff options
context:
space:
mode:
authorfig02 <fig02srl@gmail.com>2025-04-23 19:31:49 -0400
committerGitHub <noreply@github.com>2025-04-23 19:31:49 -0400
commitde59ad3db71a7e1d0134fa8be0c047c4cb1efacd (patch)
tree687a4e8c76366dcc2bca16cb159c9c64400ecaaa /src/code/z_map_mark.c
parent680ba667c71fb3df952345527726be20a9b40c93 (diff)
macros.h 1/?: `PRINTF` and `T` (#2509)
* create printf and translation headers * non-overlays complete * printf finished * move T macro * edit comment * fix error * fix bss * remove is_64 * fix bss
Diffstat (limited to 'src/code/z_map_mark.c')
-rw-r--r--src/code/z_map_mark.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/code/z_map_mark.c b/src/code/z_map_mark.c
index 600aa2189..1bccd2921 100644
--- a/src/code/z_map_mark.c
+++ b/src/code/z_map_mark.c
@@ -1,18 +1,21 @@
#include "libu64/debug.h"
#include "libu64/overlay.h"
#include "map.h"
+#include "printf.h"
+#if PLATFORM_N64
+#include "n64dd.h"
+#endif
#include "regs.h"
#include "romfile.h"
#include "segment_symbols.h"
#include "terminal.h"
-#include "assets/textures/parameter_static/parameter_static.h"
-#if PLATFORM_N64
-#include "n64dd.h"
-#endif
+#include "translation.h"
#include "z64map_mark.h"
#include "z64play.h"
#include "z64save.h"
+#include "assets/textures/parameter_static/parameter_static.h"
+
#include "global.h"
typedef struct MapMarkInfo {