Fix/suppress warnings when building with gcc-8
This commit is contained in:
+5
-5
@@ -53,11 +53,11 @@ struct PikeWildMon
|
||||
};
|
||||
|
||||
// IWRAM bss
|
||||
static IWRAM_DATA u8 sRoomType;
|
||||
static IWRAM_DATA u8 sStatusMon;
|
||||
static IWRAM_DATA bool8 sUnknown_0300128E;
|
||||
static IWRAM_DATA u32 sStatusFlags;
|
||||
static IWRAM_DATA u8 sNpcId;
|
||||
static u8 sRoomType;
|
||||
static u8 sStatusMon;
|
||||
static bool8 sUnknown_0300128E;
|
||||
static u32 sStatusFlags;
|
||||
static u8 sNpcId;
|
||||
|
||||
// This file's functions.
|
||||
static void SetRoomType(void);
|
||||
|
||||
Reference in New Issue
Block a user