summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-03-30 09:23:47 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-03-30 09:23:47 -0400
commit3b9275b133c875bda4f8d43fe300394d9c4cbb2a (patch)
tree2e4c40a11da48f54aad85dce9f81ac2bd7b79d0a /src
parent2f57d6bc0f822fb5f6b6dd681de7cab252626144 (diff)
sub_8018404
Diffstat (limited to 'src')
-rw-r--r--src/union_room.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/union_room.c b/src/union_room.c
index 9483a2828..6928f13d6 100644
--- a/src/union_room.c
+++ b/src/union_room.c
@@ -5383,3 +5383,9 @@ void sub_8018220(u8 *unused, struct UnkStruct_URoom *arg1, bool8 arg2)
StringAppend(gStringVar4, arg1->field_1A4);
}
}
+
+void sub_8018404(u8 *dest, struct UnkStruct_x20 *arg1)
+{
+ StringCopy7(dest, arg1->unk.playerName);
+ ConvertInternationalString(dest, arg1->unk.field_0.unk_00.unk_00_0);
+}