Renamed unknown_0348C0 to object_functions

This commit is contained in:
David Benepe
2022-02-13 09:21:59 -05:00
parent 1bb83aabdd
commit 6e40c21b89
5 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -565,7 +565,7 @@ typedef struct Object_60 {
// This REALLY needs to be refactored at some point.
// This structure differs based on the type of object being loaded.
// See functions in unknown_0348C0.c for how these get loaded.
// See functions in object_functions.c for how these get loaded.
typedef struct Object_64 {
union {
f32 unk0;
+1 -1
View File
@@ -24,7 +24,7 @@
#include "unknown_06B2B0.h"
#include "unknown_078050.h"
#include "controller_pak.h"
#include "unknown_0348C0.h"
#include "object_functions.h"
#include "unknown_003260.h"
/**
@@ -1,7 +1,7 @@
/* The comment below is needed for this file to be picked up by generate_ld */
/* RAM_POS: 0x80033CC0 */
#include "unknown_0348C0.h"
#include "object_functions.h"
#include "PR/os_cont.h"
#include "types.h"
+1 -1
View File
@@ -14,7 +14,7 @@
#include "unknown_008C40.h"
#include "unknown_00BC20.h"
#include "audio.h"
#include "unknown_0348C0.h"
#include "object_functions.h"
#include "unknown_06B2B0.h"
#define MAX_NUMBER_OF_GHOST_NODES 360