diff options
| author | cadmic <cadmic24@gmail.com> | 2024-08-19 14:58:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-19 23:58:31 +0200 |
| commit | d191e8714e0b05ab8305951adff89542eb83e7c8 (patch) | |
| tree | 7c2efe8fde8b02b9fc89cee4ea7788cecf6d763f /src/code/z_message.c | |
| parent | 6bc6cedaf8a26b4b73be748b635308fb059c61f1 (diff) | |
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
Diffstat (limited to 'src/code/z_message.c')
| -rw-r--r-- | src/code/z_message.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
