diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2024-09-04 23:51:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-04 17:51:08 -0400 |
| commit | dc469461a96589d9b4e4be0d0310b38cc4dfc952 (patch) | |
| tree | dae755800dc48fb4d135f297441724bdc4611520 /src/code/sys_matrix.c | |
| parent | c7b55f9a072359d3c28b9cfca2d20e2fc23b35a4 (diff) | |
Pause docs: `WorldMapArea` enum and related data (#2130)
* Pause docs: WorldMapArea enum and related data
* `WORLD_MAP_AREA_20` -> `_QUESTION_MARK`
* bss
Diffstat (limited to 'src/code/sys_matrix.c')
| -rw-r--r-- | src/code/sys_matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/sys_matrix.c b/src/code/sys_matrix.c index 440e4c6d6..08fb31579 100644 --- a/src/code/sys_matrix.c +++ b/src/code/sys_matrix.c @@ -19,7 +19,7 @@ MtxF gMtxFClear = { }; // clang-format on -#pragma increment_block_number "gc-eu:128 gc-eu-mq:128" +#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" MtxF* sMatrixStack; // "Matrix_stack" MtxF* sCurrentMatrix; // "Matrix_now" |
