Created inital yaml for decompressed rom, edited makefile to build it and fixed all undefined symbol/multiple definition errors
This commit is contained in:
@@ -21,7 +21,7 @@ void func_80328B8C(Actor*, s32, f32, s32);
|
||||
void func_802C8F70(f32);
|
||||
void func_80324E88(f32);
|
||||
Actor *func_8032811C(s32 actor_id, s32 position[3], s32 yaw);
|
||||
void func_80387F44(void);
|
||||
void MM_func_80387F44(void);
|
||||
|
||||
void func_803876D0(Actor *);
|
||||
|
||||
@@ -180,7 +180,7 @@ void func_803873C8(ActorMarker *congaMarker){
|
||||
f32 iVelY;
|
||||
|
||||
congaPtr->unk10_12 -= (congaPtr->unk10_12 && ( conga_state == 7));
|
||||
func_80387F44();
|
||||
MM_func_80387F44();
|
||||
congaPtr->unk28 = 2.0f;
|
||||
orangePtr = func_8032811C(ACTOR_14_ORANGE_PROJECTILE, conga_localPtr->orangeSpawnPosition, congaPtr->yaw);
|
||||
|
||||
|
Reference in New Issue
Block a user