1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-03 22:44:30 +00:00

En_Bom and En_Bombf (#264)

* data migrated

* progress

* progress

* enbom ok

* cleanup

* progress

* still have stack issues

* bombf done

* done i think

* review comments 1

* add type enums

* move enums and use -1

* remove unwanted file
This commit is contained in:
fig02 2020-07-19 14:04:30 -04:00 committed by GitHub
parent 15f75b0ddd
commit 15038468ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 853 additions and 1899 deletions

View file

@ -836,6 +836,7 @@ void Collider_CylinderUpdate(Actor* actor, ColliderCylinder* collider);
void func_80062718(ColliderCylinder* collider, Vec3s* pos);
// ? func_80062734(?);
void func_800627A0(ColliderTris* collider, s32 index, Vec3f* a, Vec3f* b, Vec3f* c);
void func_800628A4(s32 arg0, ColliderJntSph* collider);
void func_80062A28(GlobalContext*, Vec3f*);
void func_80062B80(GlobalContext*, Vec3f*);
void func_80062CD4(GlobalContext* globalCtx, Vec3f* v);
@ -1100,6 +1101,7 @@ void func_8008ECAC(GlobalContext*, Player* player);
void func_8008EDF0(Player*);
// ? func_8008EE08(?);
s32 func_8008EF44(GlobalContext*, s32);
s32 func_8008EF5C(GlobalContext* globalCtx, Vec3f* pos, f32 radius, f32 arg3);
// ? func_8008F034(?);
u8 func_8008F080(GlobalContext*);
Player* func_8008F08C(GlobalContext*);