mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Link headers, and update object types for it
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
#include "video.h"
|
||||
#include "camera.h"
|
||||
#include "menu.h" // For cheats
|
||||
#include "unknown_0ABDF0.h"
|
||||
|
||||
/************ .data ************/
|
||||
|
||||
@@ -1763,7 +1764,7 @@ void func_8004092C(s32 arg0, s32 arg1) {
|
||||
}
|
||||
|
||||
void func_8004094C(Object *arg0, s16 *arg1, s32 arg2) {
|
||||
func_800ACF60();
|
||||
func_800ACF60(arg0);
|
||||
arg0->scale = arg1[4];
|
||||
arg0->scale /= 40.0f;
|
||||
}
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
#include "printf.h"
|
||||
#include "thread0_epc.h"
|
||||
#include "thread30.h"
|
||||
#include "unknown_0ABDF0.h"
|
||||
|
||||
/************ .rodata ************/
|
||||
|
||||
|
||||
@@ -155,7 +155,7 @@ s32 D_80127C24;
|
||||
s32 D_80127C28;
|
||||
s32 D_80127C2C;
|
||||
s32 D_80127C30[4];
|
||||
s32 D_80127C40[16];
|
||||
Object *D_80127C40[16];
|
||||
|
||||
/******************************/
|
||||
|
||||
@@ -190,7 +190,7 @@ void func_800AC880(s32 arg0) {
|
||||
GLOBAL_ASM("asm/non_matchings/unknown_09F8F0/func_800AC8A8.s")
|
||||
GLOBAL_ASM("asm/non_matchings/unknown_09F8F0/func_800ACA20.s")
|
||||
|
||||
void func_800ACF60(s32 arg0) {
|
||||
void func_800ACF60(Object *arg0) {
|
||||
if (D_800E2A88 < 0x10) {
|
||||
D_80127C40[D_800E2A88] = arg0;
|
||||
D_800E2A88++;
|
||||
|
||||
@@ -65,7 +65,7 @@ extern u32 osTvType;
|
||||
|
||||
void func_800AB308(s16 arg0, s16 arg1);
|
||||
void func_800AC880(s32 arg0);
|
||||
void func_800ACF60(s32 arg0);
|
||||
void func_800ACF60(Object *arg0);
|
||||
void func_800AD220(void);
|
||||
void func_800AD2C4(s32 arg0, s32 arg1, f32 arg2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user