From ee7db46023b1bde6a06f61242c7dd7c4770b6125 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 1 Oct 2016 22:08:32 -0700 Subject: trig.h --- src/script.c | 2 +- src/trig.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/script.c b/src/script.c index df2763a36..fdce4f7d2 100644 --- a/src/script.c +++ b/src/script.c @@ -312,7 +312,7 @@ bool8 mapheader_run_first_tag2_script_list_match(void) return 1; } -void mapheader_run_first_tag4_script_list_match() +void mapheader_run_first_tag4_script_list_match(void) { u8 *ptr = mapheader_get_first_match_from_tagged_ptr_list(4); if (ptr) diff --git a/src/trig.c b/src/trig.c index cd9f39cac..8b75b3838 100644 --- a/src/trig.c +++ b/src/trig.c @@ -1,4 +1,5 @@ #include "global.h" +#include "trig.h" extern s16 gSineTable[]; extern s16 gSineDegreeTable[]; -- cgit v1.2.3