mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-20 11:38:17 -05:00
Reordered declarations to match pokeruby
This commit is contained in:
parent
f5743c7d6f
commit
349c10c3a0
|
|
@ -8,14 +8,14 @@ struct SoundInfo gSoundInfo;
|
|||
struct PokemonCrySong gPokemonCrySongs[MAX_POKEMON_CRIES];
|
||||
struct MusicPlayerInfo gPokemonCryMusicPlayers[MAX_POKEMON_CRIES];
|
||||
void *gMPlayJumpTable[36];
|
||||
struct MusicPlayerInfo gMPlay_BGM;
|
||||
struct CgbChannel gCgbChans[4];
|
||||
struct MusicPlayerInfo gMPlay_SE1;
|
||||
struct MusicPlayerInfo gMPlay_SE2;
|
||||
struct MusicPlayerTrack gPokemonCryTracks[MAX_POKEMON_CRIES * 2];
|
||||
struct PokemonCrySong gPokemonCrySong;
|
||||
u8 gMPlayMemAccArea[0x10];
|
||||
struct MusicPlayerInfo gMPlay_BGM;
|
||||
struct MusicPlayerInfo gMPlay_SE1;
|
||||
struct MusicPlayerInfo gMPlay_SE2;
|
||||
struct MusicPlayerInfo gMPlay_SE3;
|
||||
u8 gMPlayMemAccArea[0x10];
|
||||
|
||||
u32 MidiKeyToFreq(struct WaveData *wav, u8 key, u8 fineAdjust)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user