From d191e8714e0b05ab8305951adff89542eb83e7c8 Mon Sep 17 00:00:00 2001 From: cadmic Date: Mon, 19 Aug 2024 14:58:31 -0700 Subject: Allow building the Debug ROM without debug features (#2052) * Allow building the Debug ROM without debug features * Fix bss * Add comment * Reword again * Fix bss --- src/code/z_message.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/code/z_message.c') diff --git a/src/code/z_message.c b/src/code/z_message.c index 620a6d086..2266cd1f9 100644 --- a/src/code/z_message.c +++ b/src/code/z_message.c @@ -3,6 +3,8 @@ #include "terminal.h" #include "assets/textures/parameter_static/parameter_static.h" +#pragma increment_block_number "gc-eu:128 gc-eu-mq:128 gc-jp:128 gc-jp-ce:128 gc-jp-mq:128 gc-us:128 gc-us-mq:128" + s16 sTextFade = false; // original name: key_off_flag ? u8 D_8014B2F4 = 0; -- cgit v1.2.3