diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-15 20:17:47 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-15 20:17:47 -0400 |
commit | 14aa5bf52f5e6bfe93b41afcd0f9ccd6bb796d68 (patch) | |
tree | c5ceea26b5526c6ccc11d8b757800076680c3a7f /src/union_room.c | |
parent | 81da6acff56cadc5e2b7b5572aba944bf0f1c8ad (diff) |
Remove unused, unneeded fields from BattleHealthboxInfo
Diffstat (limited to 'src/union_room.c')
-rw-r--r-- | src/union_room.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/union_room.c b/src/union_room.c index df4d5af64..b4d9c8e5e 100644 --- a/src/union_room.c +++ b/src/union_room.c @@ -3563,7 +3563,7 @@ static u8 HandlePlayerListUpdate(void) struct UnkStruct_URoom * structPtr = sUnionRoomMain.uRoom; s32 r7 = 0; - // If someone new joined, register them in field_8 + // If someone new joined, register them in soundTimer for (i = 0; i < RFU_CHILD_MAX; i++) { if (AreGnameUnameDifferent(&structPtr->field_C->arr[i].gname_uname, &sUnionGnameUnamePair_Dummy) == TRUE) |