mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-13 19:45:40 -05:00
iwram init done
This commit is contained in:
@@ -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")))
|
||||
|
||||
Reference in New Issue
Block a user