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

@@ -63,7 +63,7 @@ void func_80390218(void *arg0){
void __matchingGame_spawnJIggy(void){
static f32 jiggy_position[3] = {0.0f, 100.0f, 0.0f};
jiggySpawn(JIGGY_40_GV_MATCHING_GAME, jiggy_position);
jiggy_spawn(JIGGY_40_GV_MATCHING_GAME, jiggy_position);
}
void __matchingGame_setState(s32 next_state){