diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2024-09-18 21:40:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-18 15:40:59 -0400 |
| commit | a1a192b1a2dba0ba6b7a4035f9e1ff0a89db6fc4 (patch) | |
| tree | b638404c9690c7c90ef70f353d962d01cfd347c6 /src/code/graph.c | |
| parent | 834813251146fef1af0abd33ec89f82de189254c (diff) | |
[headers] z64inventory.h, move savectx/inventory macros to z64save.h (#2209)
* [headers] z64inventory.h
* move savectx/inventory macros to z64save.h
* commit the file
* 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 7c562f160..95affaf82 100644 --- a/src/code/graph.c +++ b/src/code/graph.c @@ -6,7 +6,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.2:223" + "ntsc-1.2:192" /** * The time at which the previous `Graph_Update` ended. |
