summaryrefslogtreecommitdiff
path: root/src/rom_8011DC0.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-07-22 12:49:49 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2018-07-22 12:49:49 +0200
commitc9d486a5d3ea6bf7d256c2d7ca7f10339e498427 (patch)
tree2113f75d105acb6bc3c13fb4d1069d6510ff0b85 /src/rom_8011DC0.c
parent377280ac3beb96cef5f0842650a6c80dc46d470c (diff)
make union room compile i guess
Diffstat (limited to 'src/rom_8011DC0.c')
-rw-r--r--src/rom_8011DC0.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/rom_8011DC0.c b/src/rom_8011DC0.c
index 81aef45c6..0a751a9f5 100644
--- a/src/rom_8011DC0.c
+++ b/src/rom_8011DC0.c
@@ -38,6 +38,7 @@ extern void HealPlayerParty(void);
struct UnkStruct_Shared
{
struct UnkLinkRfuStruct_02022B14 field_0;
+ u8 needingPadding[3];
u8 playerName[PLAYER_NAME_LENGTH];
};
@@ -2508,6 +2509,8 @@ void sub_80156C8(struct UnkStruct_URoom *data)
memcpy(data->field_0, &gDecompressionBuffer[0x3F00], 0x100);
}
+// Cannot match, please fix later.
+/*
void sub_80156E0(u8 taskId)
{
u32 id = 0;
@@ -3257,3 +3260,5 @@ void var_800D_set_xB(void)
if (InUnionRoom() == TRUE)
gSpecialVar_Result = 11;
}
+
+*/