diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2024-09-11 18:58:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-11 18:58:33 +0200 |
| commit | 64570e871f08e64d2a2fd1e6b8fa32009dc78e88 (patch) | |
| tree | aedbe4a34a6b5e9c6a31ef905a12008e7a4a97aa /src/code/fault_gc.c | |
| parent | d9af701b88db6219954939e47c3eb0f4d1df8051 (diff) | |
Pause doc: Prompt page and save prompt state (#2170)
* Pause doc: Prompt page and save prompt state
* bss
* `QUAD_PROMPT_` -> `PROMPT_QUAD_`
* `QUAD_MAP_WORLD_`, `QUAD_MAP_` -> `WORLD_MAP_QUAD_`
* `PAUSE_QUAD_CURSOR_` -> `PAUSE_CURSOR_QUAD_`
* `PAUSE_SAVE_PROMPT_STATE_RETURN_TO_MENU_ALT` -> `_2`
* bss
* bss
* add comments to help clarify save prompt vs prompt
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 32d99f368..30ffc5309 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:208 gc-eu-mq:208 gc-eu-mq-dbg:208 gc-jp:208 gc-jp-ce:208 gc-jp-mq:208 gc-us:208" \ +#pragma increment_block_number "gc-eu:208 gc-eu-mq:208 gc-eu-mq-dbg:192 gc-jp:208 gc-jp-ce:208 gc-jp-mq:208 gc-us:208" \ "gc-us-mq:208" #include "global.h" |
