summaryrefslogtreecommitdiff
path: root/src/code/graph.c
diff options
context:
space:
mode:
authorDerek Hensley <hensley.derek58@gmail.com>2023-10-04 22:08:08 -0700
committerGitHub <noreply@github.com>2023-10-05 16:08:08 +1100
commit03d1a794e1fe3995ae3f4ca99e244e4b14310092 (patch)
tree130f54be4a4a0e932307e347b5739c252e98858b /src/code/graph.c
parentd3104be63caa4060a87ff169f42bf255d6a2a08c (diff)
z_kankyo pt 1 (#1377)
* z64environment.h * remove todo * Cleanup * data + bss + 2 functions * Bring over simple functions * Remove lerp comment * code functions csv * Remove docs changes * ZBufValToFixedPoint * Remove leading 0's * SEGMENT macros * eventDayCount * format * z64bombers_notebook.h * fix merge * Comments --------- Co-authored-by: angie <angheloalf95@gmail.com>
Diffstat (limited to 'src/code/graph.c')
-rw-r--r--src/code/graph.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code/graph.c b/src/code/graph.c
index ad4ad0286..3a178d2b8 100644
--- a/src/code/graph.c
+++ b/src/code/graph.c
@@ -1,3 +1,4 @@
+#include "prevent_bss_reordering.h"
#include "z64.h"
#include "regs.h"
#include "functions.h"