summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/m4a_2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m4a_2.c b/src/m4a_2.c
index b41574c23..29f9bf910 100644
--- a/src/m4a_2.c
+++ b/src/m4a_2.c
@@ -2,7 +2,7 @@
#define BSS_CODE __attribute__((section(".bss.code")))
-BSS_CODE char SoundMainRAM_Buffer[0x800] = {0};
+BSS_CODE ALIGNED(4) char SoundMainRAM_Buffer[0x800] = {0};
IWRAM_DATA struct SoundInfo gSoundInfo = {0};
IWRAM_DATA struct PokemonCrySong gPokemonCrySongs[MAX_POKEMON_CRIES] = {0};