diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-19 17:16:01 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-19 17:16:01 +0100 |
commit | d22c2110de08e19618f51b0edec25bd840df58f1 (patch) | |
tree | e841d5492c8a152bf142820cea20ad720b53fa6f /src/multiboot.c | |
parent | 6a5b20ee8ab122e0fd4cad454fe24fea4fbc7cf5 (diff) |
Decompile mossdeep hym
Diffstat (limited to 'src/multiboot.c')
-rw-r--r-- | src/multiboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multiboot.c b/src/multiboot.c index 7fd6df2d0..da90a55c0 100644 --- a/src/multiboot.c +++ b/src/multiboot.c @@ -1,7 +1,7 @@ #include "gba/gba.h" #include "multiboot.h" -static u16 MultiBoot_required_data[MULTIBOOT_NCHILD]; +IWRAM_DATA static u16 MultiBoot_required_data[MULTIBOOT_NCHILD]; static int MultiBootSend(struct MultiBootParam *mp, u16 data); static int MultiBootHandShake(struct MultiBootParam *mp); |