summaryrefslogtreecommitdiff
path: root/src/code/graph.c
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2024-08-25 16:00:10 +0200
committerGitHub <noreply@github.com>2024-08-25 16:00:10 +0200
commit7056423e5b47775da6955b2a8a3e6e10fd5c7be8 (patch)
tree2cd83447908d94a0cc232d3b929ef00a059f84e1 /src/code/graph.c
parent22a00b46fb645f7ad1b47ea81f42f4036e9a5f9c (diff)
[ntsc-1.2] Decompile cic6105.c, main.c (#2068)
* decompile-OK Main, cic6105.c * names cleanup / minimal doc * match versions * fix bad disasm metadata format * bss * bss * review 1 * review 2 * review 3 * review 4 * cleanup * bss * add some sizes to disasm metadata symbols
Diffstat (limited to 'src/code/graph.c')
-rw-r--r--src/code/graph.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/code/graph.c b/src/code/graph.c
index 1fffacac5..747416399 100644
--- a/src/code/graph.c
+++ b/src/code/graph.c
@@ -4,6 +4,8 @@
#define GFXPOOL_HEAD_MAGIC 0x1234
#define GFXPOOL_TAIL_MAGIC 0x5678
+#pragma increment_block_number "gc-eu:128 gc-eu-mq:128"
+
/**
* The time at which the previous `Graph_Update` ended.
*/