Link headers, and update object types for it

This commit is contained in:
Ryan Myers
2021-09-14 08:30:39 -04:00
parent 9d620f6bd0
commit c141eb1d8c
4 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -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;
}
+1
View File
@@ -18,6 +18,7 @@
#include "printf.h"
#include "thread0_epc.h"
#include "thread30.h"
#include "unknown_0ABDF0.h"
/************ .rodata ************/
+2 -2
View File
@@ -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++;
+1 -1
View File
@@ -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);