diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/global.h | 4 | ||||
-rw-r--r-- | include/rom4.h | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/include/global.h b/include/global.h index 3ee1610e6..ce2267642 100644 --- a/include/global.h +++ b/include/global.h @@ -229,8 +229,8 @@ struct SaveBlock1 /*0x2B0C*/ u8 unk2B0C; /*0x2B0D*/ u8 outbreakPokemonProbability; /*0x2B0E*/ u8 filler_2B0E[0xE]; - /*0x2B1C*/ u16 unk2B1C[4]; - /*0x2B24*/ u8 filler_2B24[0x2B0]; + /*0x2B1C*/ u16 unk2B1C[4]; + /*0x2B24*/ u8 filler_2B24[0x2B0]; /*0x2DD4*/ struct EasyChatPair easyChatPairs[5]; //Dewford trend [0] and some other stuff /*0x2DFC*/ u8 filler_2DFC[0x100]; /*0x2EFC*/ struct SB1_2EFC_Struct sb1_2EFC_struct[5]; diff --git a/include/rom4.h b/include/rom4.h index afa489770..b12bbf4bc 100644 --- a/include/rom4.h +++ b/include/rom4.h @@ -5,15 +5,15 @@ struct UnkPlayerStruct { - u8 player_field_0; - u8 player_field_1; + u8 player_field_0; + u8 player_field_1; }; struct LinkPlayerMapObject { - u8 active; - u8 linkPlayerId; - u8 mapObjId; - u8 mode; + u8 active; + u8 linkPlayerId; + u8 mapObjId; + u8 mode; }; // sub_8052F5C |