Created inital yaml for decompressed rom, edited makefile to build it and fixed all undefined symbol/multiple definition errors

This commit is contained in:
Mr-Wiseguy
2022-10-28 02:46:26 -04:00
parent cc8a6ffc78
commit e1bf4549e3
174 changed files with 3648 additions and 1282 deletions

View File

@@ -4,12 +4,12 @@
extern
void func_8038FB84(Actor *this);
void RBB_func_8038FB84(Actor *this);
/* .data */
ActorInfo D_80390E00 = {
ActorInfo RBB_D_80390E00 = {
0x1B8, 0x2A5, 0x0, 0x0, NULL,
func_8038FB84, NULL, func_80325340,
RBB_func_8038FB84, NULL, func_80325340,
0, 0, 0.0f, 0
};
@@ -17,7 +17,7 @@ ActorInfo D_80390E00 = {
u8 D_803912B0;
/* .code */
void func_8038FA60(ActorMarker *marker){
void RBB_func_8038FA60(ActorMarker *marker){
Actor *actor = marker_getActor(marker);
func_802C8F70(actor->yaw);
func_802C937C(6, &actor->position);
@@ -28,7 +28,7 @@ void func_8038FA9C(Actor *this, s32 arg1){
func_80324E38(0.0f, 3);
timedFunc_set_2(1.0f, (TFQM2)func_8025A6EC, COMUSIC_2B_DING_B, 28000);
timed_setCameraToNode(1.8f, 1);
timedFunc_set_1(2.0f, (GenMethod_1) func_8038FA60, (s32)this->marker);
timedFunc_set_1(2.0f, (GenMethod_1) RBB_func_8038FA60, (s32)this->marker);
func_80324E88(5.0f);
func_80324E38(5.0f, 0);
}
@@ -43,7 +43,7 @@ void func_8038FB6C(void){
D_803912B0--;
}
void func_8038FB84(Actor *this){
void RBB_func_8038FB84(Actor *this){
if(!this->unk16C_4){
this->unk16C_4 = 1;
D_803912B0 = 0;