summaryrefslogtreecommitdiff
path: root/src/code/graph.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/graph.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/graph.c')
-rw-r--r--src/code/graph.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/code/graph.c b/src/code/graph.c
index e2a35cd5e..62453359a 100644
--- a/src/code/graph.c
+++ b/src/code/graph.c
@@ -12,6 +12,7 @@
#include "map_select_state.h"
#include "prenmi_buff.h"
#include "prenmi_state.h"
+#include "printf.h"
#include "regs.h"
#include "setup_state.h"
#include "speed_meter.h"
@@ -20,6 +21,7 @@
#include "sys_ucode.h"
#include "terminal.h"
#include "title_setup_state.h"
+#include "translation.h"
#include "ucode_disas.h"
#include "versions.h"
#include "vi_mode.h"
@@ -35,7 +37,7 @@
#define GFXPOOL_TAIL_MAGIC 0x5678
#pragma increment_block_number "gc-eu:0 gc-eu-mq:0 gc-jp:0 gc-jp-ce:0 gc-jp-mq:0 gc-us:0 gc-us-mq:0 ique-cn:128" \
- "ntsc-1.0:0 ntsc-1.1:0 ntsc-1.2:0 pal-1.0:0 pal-1.1:0"
+ "ntsc-1.0:224 ntsc-1.1:224 ntsc-1.2:224 pal-1.0:224 pal-1.1:224"
/**
* The time at which the previous `Graph_Update` ended.