Fix alignment in AgbRfu_LinkManager.h

This commit is contained in:
PikalaxALT
2020-02-16 14:34:58 -05:00
parent a851a02f01
commit 867734a791
4 changed files with 106 additions and 106 deletions
-2
View File
@@ -180,8 +180,6 @@ typedef struct linkManagerTag
/* 0x044 */ void (*MSC_callback)(u16);
} LINK_MANAGER;
extern struct GFtgtGname gUnknown_02022B14;
extern u8 gUnknown_02022B22[];
extern struct linkManagerTag lman;
u32 rfu_LMAN_REQBN_softReset_and_checkID(void);
+2
View File
@@ -196,6 +196,8 @@ struct UnkRfuStruct_8010A14
// Exported RAM declarations
extern struct GFtgtGname gUnknown_02022B14;
extern u8 gUnknown_02022B22[];
extern struct UnkRfuStruct_2 Rfu;
extern u8 gWirelessStatusIndicatorSpriteId;
+5
View File
@@ -2811,3 +2811,8 @@ u32 GetRfuRecvQueueLength(void)
{
return Rfu.unk_124.unk_8c2;
}
void nullsub_89(u8 taskId)
{
}
-5
View File
@@ -147,11 +147,6 @@ void nullsub_14(u8 windowId, s32 itemId, u8 y);
#include "data/union_room.h"
// code
void nullsub_89(u8 taskId)
{
}
void sub_80124EC(u8 windowId, u8 arg1, u8 stringId)
{
FillWindowPixelBuffer(windowId, PIXEL_FILL(1));