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_cfb.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_cfb.c')
| -rw-r--r-- | src/code/sys_cfb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/sys_cfb.c b/src/code/sys_cfb.c index 5c7c0bcae..e77002575 100644 --- a/src/code/sys_cfb.c +++ b/src/code/sys_cfb.c @@ -1,6 +1,6 @@ #include "global.h" -#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" uintptr_t sSysCfbFbPtr[2]; uintptr_t sSysCfbEnd; |
