d_a_obj_carry work, SETUP_ACTOR macro, header cleanup (#1885)

* d_a_obj_carry work, SETUP_ACTOR macro

* rm headers, add script

* progress

* macro rename, consistent spacing
This commit is contained in:
Pheenoh
2023-08-16 13:07:52 -06:00
committed by GitHub
parent c372915a50
commit f9380b3e05
4558 changed files with 741 additions and 6064 deletions
-1
View File
@@ -1,7 +1,6 @@
#ifndef GFGEOMETRY_H
#define GFGEOMETRY_H
#include "dolphin/types.h"
#include "dolphin/gx/GX.h"
void GFSetGenMode2(u8 param_0, u8 param_1, u8 param_2, u8 param_3, _GXCullMode param_4);
-1
View File
@@ -1,7 +1,6 @@
#ifndef GFLIGHT_H
#define GFLIGHT_H
#include "dolphin/types.h"
#include "dolphin/gx/GXEnum.h"
#include "dolphin/gx/GXStruct.h"
-1
View File
@@ -1,6 +1,5 @@
#ifndef GFPIXEL_H
#define GFPIXEL_H
#include "dolphin/types.h"
#endif /* GFPIXEL_H */
-1
View File
@@ -1,6 +1,5 @@
#ifndef GFTEV_H
#define GFTEV_H
#include "dolphin/types.h"
#endif /* GFTEV_H */