summaryrefslogtreecommitdiff
path: root/src/rfu_union_tool.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-01-22 14:42:18 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2020-01-22 14:42:18 -0500
commit2037045ab0dadd4566b4ba123672ab533ee50197 (patch)
tree5e150fbb5596a1dfcd08773b764ca59a2f9a094d /src/rfu_union_tool.c
parent48f7bbe6f6521d2f62dabbc162c46da4848661bb (diff)
UnkStruct_Shared.gname
Diffstat (limited to 'src/rfu_union_tool.c')
-rw-r--r--src/rfu_union_tool.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rfu_union_tool.c b/src/rfu_union_tool.c
index c3f6de9c1..20b29de9b 100644
--- a/src/rfu_union_tool.c
+++ b/src/rfu_union_tool.c
@@ -586,11 +586,11 @@ static void UpdateUnionRoomPlayerSprites(struct UnkStruct_URoom *r0)
{
if (r4[i].field_1A_0 == 1)
{
- sub_811BDA8(i, &r4[i].unk.field_0);
+ sub_811BDA8(i, &r4[i].unk.gname);
}
else if (r4[i].field_1A_0 == 2)
{
- sub_811BE6C(i, &r4[i].unk.field_0);
+ sub_811BE6C(i, &r4[i].unk.gname);
}
}
}
@@ -659,5 +659,5 @@ static void sub_811C008(s32 arg0, s32 arg1, u8 arg2)
void sub_811C028(u32 arg0, u32 arg1, struct UnkStruct_Main0 *arg2)
{
- return sub_811C008(arg0, arg1, sub_811BBA0(arg0, arg1, &arg2->arr[arg1].unk.field_0));
+ return sub_811C008(arg0, arg1, sub_811BBA0(arg0, arg1, &arg2->arr[arg1].unk.gname));
}