diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-07-22 12:49:49 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-07-22 12:49:49 +0200 |
commit | c9d486a5d3ea6bf7d256c2d7ca7f10339e498427 (patch) | |
tree | 2113f75d105acb6bc3c13fb4d1069d6510ff0b85 /src/rom_8011DC0.c | |
parent | 377280ac3beb96cef5f0842650a6c80dc46d470c (diff) |
make union room compile i guess
Diffstat (limited to 'src/rom_8011DC0.c')
-rw-r--r-- | src/rom_8011DC0.c | 5 |
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; } + +*/ |