diff --git a/include/gba_base.h b/include/gba_base.h index 365d35f..b09b7c8 100644 --- a/include/gba_base.h +++ b/include/gba_base.h @@ -99,8 +99,8 @@ #define IWRAM_CODE __attribute__((section(".iwram"), long_call)) #define EWRAM_CODE __attribute__((section(".ewram"), long_call)) -#define IWRAM_DATA __attribute__((section(".iwram"))) -#define EWRAM_DATA __attribute__((section(".ewram"))) +#define IWRAM_DATA __attribute__((section(".iwram_data"))) +#define EWRAM_DATA __attribute__((section(".ewram_data"))) #define EWRAM_BSS __attribute__((section(".sbss"))) #define ALIGN(m) __attribute__((aligned (m)))