documentation. Include nonmatched functions in README

This commit is contained in:
Banjo Kazooie
2024-06-29 14:38:03 -05:00
parent a3648a5084
commit 955312954f
79 changed files with 784 additions and 612 deletions

View File

@@ -90,7 +90,7 @@ void chhut_update(Actor *this){
__spawnQueue_add_4((GenFunction_4)func_802C4218, D_803898D8[D_8037DCB0], *(s32*)(&sp3C[0]),*(s32*)(&sp3C[1]),*(s32*)(&sp3C[2]));
}
else{
jiggySpawn(JIGGY_5_MM_HUTS, sp3C);
jiggy_spawn(JIGGY_5_MM_HUTS, sp3C);
}
D_8037DCB0 = ( D_8037DCB0 + 1 ) % 6;
}

View File

@@ -89,7 +89,7 @@ void func_803891E8(s32 x, s32 y, s32 z, s32 yaw){
sp1C[0] = x;
sp1C[1] = y + 0x14;
sp1C[2] = z;
jiggySpawn(JIGGY_4_MM_JUJU, sp1C);
jiggy_spawn(JIGGY_4_MM_JUJU, sp1C);
}
void func_80389244(s32 x, s32 y, s32 z, s32 yaw){

View File

@@ -64,7 +64,7 @@ void MM_func_803883AC(Actor *this){
void __chLMonkey_spawnJiggy(s32 x, s32 y, s32 z){
f32 sp1C[3];
TUPLE_ASSIGN(sp1C, x, y, z);
jiggySpawn(JIGGY_9_MM_CHIMPY, sp1C);
jiggy_spawn(JIGGY_9_MM_CHIMPY, sp1C);
}
void __chLMonkey_complete(ActorMarker *marker, enum asset_e arg1, s32 arg2){

View File

@@ -24,7 +24,7 @@ void MM_func_803863F0(s32 x, s32 y, s32 z){
TUPLE_ASSIGN(pos, x, y, z);
jiggySpawn(JIGGY_8_MM_ORANGE_PADS, pos);
jiggy_spawn(JIGGY_8_MM_ORANGE_PADS, pos);
}
void func_80386444(ActorMarker *arg0){