summaryrefslogtreecommitdiff
path: root/src/kart_dma.c
diff options
context:
space:
mode:
authorTyler McGavran <tyler.taggerung@gmail.com>2022-08-25 20:57:58 -0400
committerGitHub <noreply@github.com>2022-08-25 17:57:58 -0700
commit1897d232a632e379caeeee5c651281617980ab8b (patch)
tree754a698004d816aba55a2f5885a28f15c8ad407b /src/kart_dma.c
parentdfd54d9a102b971e027058ce163e0f9cd84f5b44 (diff)
Add lots of headers (#252)
* Add a lot of header files Did my best to move all relevant function prototypes and external variable declarations into the header files too. Matched a few functions in the process * Updated progress.py Some of the listed files/folders have been deleted/renamed, so I reflected those changes in progress.py Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
Diffstat (limited to 'src/kart_dma.c')
-rw-r--r--src/kart_dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kart_dma.c b/src/kart_dma.c
index d4daa2ad6..88c05294a 100644
--- a/src/kart_dma.c
+++ b/src/kart_dma.c
@@ -4,7 +4,7 @@
#include "variables.h"
#include "framebuffers.h"
#include "common_structs.h"
-#include "code_80027040.h"
+#include "kart_dma.h"
uintptr_t **gKartMarioTable0[] = {
gKartMarioGroup8, gKartMarioGroup7, gKartMarioGroup6,