diff options
| author | fig02 <fig02srl@gmail.com> | 2024-11-18 18:47:41 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-18 18:47:41 -0500 |
| commit | ae1a1adcf13daef3e5a4d2e885f6e4aa00e5d8a4 (patch) | |
| tree | 50df1ae98be434010abf42edf26f20b37e9ad41d /src/code/graph.c | |
| parent | 5881164453ddd540e120669eb19bf9cdd3136b78 (diff) | |
Player Docs: Begin "Start Mode" Documentation (#2301)
* set up start mode
* note unused modes
* fix bss
Diffstat (limited to 'src/code/graph.c')
| -rw-r--r-- | src/code/graph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/graph.c b/src/code/graph.c index 405be9cb7..56765ae5a 100644 --- a/src/code/graph.c +++ b/src/code/graph.c @@ -8,7 +8,7 @@ #define GFXPOOL_TAIL_MAGIC 0x5678 #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" \ - "ntsc-1.0:192 ntsc-1.1:192 ntsc-1.2:192 pal-1.0:192 pal-1.1:192" + "ntsc-1.0:160 ntsc-1.1:160 ntsc-1.2:160 pal-1.0:160 pal-1.1:160" /** * The time at which the previous `Graph_Update` ended. |
