diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2024-09-07 10:14:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-07 17:14:08 +0900 |
| commit | 3a9ebfbbad15294c1546074c4b64da0289e8a334 (patch) | |
| tree | b390eb0c6e1dcc2765b2387b420e8bec996edf3d /src/code/fault_gc.c | |
| parent | 87c304afcb6a7e6d06728d953df182ed43393842 (diff) | |
Pause doc: World map points (#2141)
* Pause doc: World map points
* bss
* `WORLD_MAP_POINT_HYLIA_LAKESIDE` -> `_LAKE_HYLIA`
Diffstat (limited to 'src/code/fault_gc.c')
| -rw-r--r-- | src/code/fault_gc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/fault_gc.c b/src/code/fault_gc.c index ffed05048..857cc4b88 100644 --- a/src/code/fault_gc.c +++ b/src/code/fault_gc.c @@ -42,7 +42,7 @@ */ #if PLATFORM_GC -#pragma increment_block_number "gc-eu:224 gc-eu-mq:224 gc-eu-mq-dbg:224 gc-jp:224 gc-jp-ce:224 gc-jp-mq:224 gc-us:224" \ +#pragma increment_block_number "gc-eu:224 gc-eu-mq:224 gc-eu-mq-dbg:208 gc-jp:224 gc-jp-ce:224 gc-jp-mq:224 gc-us:224" \ "gc-us-mq:224" #include "global.h" |
