From cc9a32f7b9ea95df9683feaba0a18a4ef9d2dea9 Mon Sep 17 00:00:00 2001 From: red031000 Date: Thu, 26 Aug 2021 22:46:27 +0100 Subject: rename padding to filler --- arm9/modules/59/include/mod59_021D74E0.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/arm9/modules/59/include/mod59_021D74E0.h b/arm9/modules/59/include/mod59_021D74E0.h index 059f80c8..bee72507 100644 --- a/arm9/modules/59/include/mod59_021D74E0.h +++ b/arm9/modules/59/include/mod59_021D74E0.h @@ -24,27 +24,27 @@ typedef struct MOD59_OverlayData u32 unk10; struct UnkStruct_02006234 *unk14; struct BgConfig *bgConfig; - u8 padding[0x10]; + u8 filler1C[0x10]; u32 unk2C; - u8 padding2[0x1C]; + u8 filler30[0x1C]; struct MsgData *msgData; u32 unk50; u32 unk54; - u8 padding3[0x8]; + u8 filler58[0x8]; u32 unk60; // unknown if this is the right type, possibly a pointer instead? struct ScrStrBufs *strBufs; - u8 padding4[0x8]; + u8 filler68[0x8]; struct MOD59_UnkPlayerStruct *playerStruct; struct MOD59_UnkPlayerStruct *rivalStruct; u32 unk78; - u8 padding5[0xC]; + u8 filler7C[0xC]; u8 unk88; u8 unk89; u8 unk8A; u8 unk8B; - u8 padding6[4]; + u8 filler8C[4]; u32 unk90; - u8 padding7[32]; + u8 filler94[32]; } MOD59_OverlayData; BOOL MOD59_Init(struct UnkStruct_02006234 *param0); -- cgit v1.2.3