diff options
| author | fig02 <fig02srl@gmail.com> | 2025-02-22 14:01:09 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-22 14:01:09 -0500 |
| commit | 5ddb3e68b6f7a08d7c670402168d52969933dc5f (patch) | |
| tree | ca6d2c0a4f11940443abd8076e7646c267440a0a /src/code/graph.c | |
| parent | 2e4d7a11012bf90ac21086ec1a9cd23f54413e86 (diff) | |
Clean out z64.h (#2484)
* Clean out z64.h
* fix version include
* overlay.h
* pr suggestion
* try fixing main.c
* add back forward declare
* fix bss
* header guard
* prefix
Diffstat (limited to 'src/code/graph.c')
| -rw-r--r-- | src/code/graph.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/code/graph.c b/src/code/graph.c index 36749697f..de9ecd900 100644 --- a/src/code/graph.c +++ b/src/code/graph.c @@ -9,6 +9,7 @@ #include "file_select_state.h" #include "line_numbers.h" #include "map_select_state.h" +#include "prenmi_buff.h" #include "prenmi_state.h" #include "regs.h" #include "setup_state.h" @@ -26,8 +27,8 @@ #define GFXPOOL_HEAD_MAGIC 0x1234 #define GFXPOOL_TAIL_MAGIC 0x5678 -#pragma increment_block_number "gc-eu:0 gc-eu-mq:0 gc-jp:0 gc-jp-ce:0 gc-jp-mq:0 gc-us:0 gc-us-mq:0 ntsc-1.0:192" \ - "ntsc-1.1:192 ntsc-1.2:192 pal-1.0:192 pal-1.1:192" +#pragma increment_block_number "gc-eu:0 gc-eu-mq:0 gc-jp:0 gc-jp-ce:0 gc-jp-mq:0 gc-us:0 gc-us-mq:0 ntsc-1.0:224" \ + "ntsc-1.1:224 ntsc-1.2:224 pal-1.0:224 pal-1.1:224" /** * The time at which the previous `Graph_Update` ended. |
