From a5aeb6159622fd1f2cb1df967378989c9a77073b Mon Sep 17 00:00:00 2001 From: Ryan Dwyer Date: Sat, 29 Feb 2020 16:29:29 +1000 Subject: [PATCH] Identify currentPlayerCalculateAiBuddyNums --- src/game/game_127910.c | 2 +- src/game/game_167ae0.c | 2 +- src/include/game/game_127910.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/game/game_127910.c b/src/game/game_127910.c index 6ec8a79cb..536c9512d 100644 --- a/src/game/game_127910.c +++ b/src/game/game_127910.c @@ -954,7 +954,7 @@ glabel playerAllocate ); GLOBAL_ASM( -glabel func0f128834 +glabel currentPlayerCalculateAiBuddyNums /* f128834: 3c0a800a */ lui $t2,%hi(g_Vars) /* f128838: 254a9fc0 */ addiu $t2,$t2,%lo(g_Vars) /* f12883c: 8d4e006c */ lw $t6,0x6c($t2) diff --git a/src/game/game_167ae0.c b/src/game/game_167ae0.c index c0cb8f57a..09444b472 100644 --- a/src/game/game_167ae0.c +++ b/src/game/game_167ae0.c @@ -734,7 +734,7 @@ glabel func0f167e7c /* f168390: 314b0002 */ andi $t3,$t2,0x2 /* f168394: 51600004 */ beqzl $t3,.L0f1683a8 /* f168398: 8e0c006c */ lw $t4,0x6c($s0) -/* f16839c: 0fc4a20d */ jal func0f128834 +/* f16839c: 0fc4a20d */ jal currentPlayerCalculateAiBuddyNums /* f1683a0: 00000000 */ sll $zero,$zero,0x0 /* f1683a4: 8e0c006c */ lw $t4,0x6c($s0) .L0f1683a8: diff --git a/src/include/game/game_127910.h b/src/include/game/game_127910.h index 1fbe3d78a..a8f9a49cc 100644 --- a/src/include/game/game_127910.h +++ b/src/include/game/game_127910.h @@ -7,7 +7,7 @@ void func0f127910(void); void playersUnrefAll(void); void playersAllocate(s32 count); void playerAllocate(u32 index); -u32 func0f128834(void); +void currentPlayerCalculateAiBuddyNums(void); u32 propGetPlayerNum(struct prop *prop); void func0f128a9c(u32 arg0, u32 arg2); u32 func0f128ab8(void);