iwram init done

This commit is contained in:
DizzyEggg
2024-12-18 12:09:22 +01:00
parent 0c53d4011f
commit bdae856769
10 changed files with 35 additions and 58 deletions

View File

@@ -7,7 +7,6 @@
#define FALSE 0
#define IWRAM_DATA __attribute__((section("iwram_data")))
#define IWRAM_DATA_2 __attribute__((section("iwram_data_2")))
#define EWRAM_DATA __attribute__((section("ewram_data")))
#define EWRAM_LIB __attribute__((section("ewram_lib"))) // Used only for agb flash and m4a
#define EWRAM_INIT __attribute__((section("ewram_init")))