mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Renamed unknown_0348C0 to object_functions
This commit is contained in:
+1
-1
@@ -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
@@ -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"
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user