More changes for modern gcc compat

This commit is contained in:
PikalaxALT
2018-11-10 18:28:24 -05:00
parent d6233c5b3b
commit a6b5d09ddf
8 changed files with 24 additions and 31 deletions
+5 -5
View File
@@ -24,11 +24,11 @@ EWRAM_DATA struct MusicPlayerInfo* gMPlay_PokemonCry = NULL;
EWRAM_DATA u8 gPokemonCryBGMDuckingCounter = 0;
// iwram bss
IWRAM_DATA static u16 sCurrentMapMusic;
IWRAM_DATA static u16 sNextMapMusic;
IWRAM_DATA static u8 sMapMusicState;
IWRAM_DATA static u8 sMapMusicFadeInSpeed;
IWRAM_DATA static u16 sFanfareCounter;
/*IWRAM_DATA*/ static u16 sCurrentMapMusic;
/*IWRAM_DATA*/ static u16 sNextMapMusic;
/*IWRAM_DATA*/ static u8 sMapMusicState;
/*IWRAM_DATA*/ static u8 sMapMusicFadeInSpeed;
/*IWRAM_DATA*/ static u16 sFanfareCounter;
// iwram common
bool8 gDisableMusic;