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

@@ -72,7 +72,7 @@ void func_802990B4(void){
func_802991A8(1);
}
void func_80299118(void){
void yaw_update(void){
switch(D_8037C698){
case 0:
break;
@@ -96,7 +96,7 @@ void yaw_setIdeal(f32 arg0){
D_8037C694 = mlNormalizeAngle(arg0);
}
void func_802991D8(f32 arg0){
void yaw_set(f32 arg0){
D_8037C690 = mlNormalizeAngle(arg0);
}