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_play.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_play.c')
| -rw-r--r-- | src/code/z_play.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_play.c b/src/code/z_play.c index 5323a2c69..135f24c75 100644 --- a/src/code/z_play.c +++ b/src/code/z_play.c @@ -4,7 +4,7 @@ #include "z64frame_advance.h" -#pragma increment_block_number "gc-eu:24 gc-eu-mq:24 gc-jp:24 gc-jp-ce:24 gc-jp-mq:24 gc-us:24 gc-us-mq:24" +#pragma increment_block_number "gc-eu:252 gc-eu-mq:252 gc-jp:0 gc-jp-ce:0 gc-jp-mq:0 gc-us:0 gc-us-mq:0" TransitionTile gTransitionTile; s32 gTransitionTileState; |
