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

@@ -23,13 +23,13 @@ ActorInfo D_8038C718 = {
};
/* .code */
bool func_80388F70(Actor *this){
bool TTC_func_80388F70(Actor *this){
return this->modelCacheIndex == 0x56;
}
void func_80388F88(void){
static f32 D_8038C73C[3] = {2500.0f, 250.0f, 4600.0f};
func_803272D0(D_8038C73C, 2000.0f, 2, func_80388F70);
func_803272D0(D_8038C73C, 2000.0f, 2, TTC_func_80388F70);
}
void func_80388FBC(Actor *this) {