SUBALIGN rodata sections
This commit is contained in:
+2
-3
@@ -375,7 +375,7 @@ SECTIONS {
|
|||||||
} =0
|
} =0
|
||||||
|
|
||||||
.rodata :
|
.rodata :
|
||||||
ALIGN(4)
|
SUBALIGN(4)
|
||||||
{
|
{
|
||||||
src/main.o(.rodata);
|
src/main.o(.rodata);
|
||||||
src/bg.o(.rodata);
|
src/bg.o(.rodata);
|
||||||
@@ -550,7 +550,6 @@ SECTIONS {
|
|||||||
src/mevent_scripts.o(.rodata);
|
src/mevent_scripts.o(.rodata);
|
||||||
src/menews_jisan.o(.rodata);
|
src/menews_jisan.o(.rodata);
|
||||||
src/menews_jisan.o(.rodata.str1.4);
|
src/menews_jisan.o(.rodata.str1.4);
|
||||||
. = ALIGN(4);
|
|
||||||
src/seagallop.o(.rodata);
|
src/seagallop.o(.rodata);
|
||||||
data/pokemon_jump.o(.rodata);
|
data/pokemon_jump.o(.rodata);
|
||||||
data/berry_crush.o(.rodata);
|
data/berry_crush.o(.rodata);
|
||||||
@@ -932,7 +931,7 @@ SECTIONS {
|
|||||||
}
|
}
|
||||||
|
|
||||||
lib_rodata :
|
lib_rodata :
|
||||||
ALIGN(4)
|
SUBALIGN(4)
|
||||||
{
|
{
|
||||||
src/agb_flash.o(.rodata);
|
src/agb_flash.o(.rodata);
|
||||||
src/agb_flash_1m.o(.rodata);
|
src/agb_flash_1m.o(.rodata);
|
||||||
|
|||||||
@@ -6,7 +6,6 @@
|
|||||||
|
|
||||||
extern u8 gGlyphInfo[];
|
extern u8 gGlyphInfo[];
|
||||||
|
|
||||||
ALIGNED(4)
|
|
||||||
static const u8 gUnknown_846FB08[] = {1, 2, 4};
|
static const u8 gUnknown_846FB08[] = {1, 2, 4};
|
||||||
static const u16 sFont6BrailleGlyphs[] = INCBIN_U16("data/graphics/fonts/font6.fwjpnfont");
|
static const u16 sFont6BrailleGlyphs[] = INCBIN_U16("data/graphics/fonts/font6.fwjpnfont");
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -163,7 +163,7 @@ static void DoSend(void);
|
|||||||
static void StopTimer(void);
|
static void StopTimer(void);
|
||||||
static void SendRecvDone(void);
|
static void SendRecvDone(void);
|
||||||
|
|
||||||
ALIGNED(4) static const u16 sWirelessLinkDisplayPal[] = INCBIN_U16("graphics/interface/wireless_link_display.gbapal");
|
static const u16 sWirelessLinkDisplayPal[] = INCBIN_U16("graphics/interface/wireless_link_display.gbapal");
|
||||||
static const u16 sWirelessLinkDisplay4bpp[] = INCBIN_U16("graphics/interface/wireless_link_display.4bpp.lz");
|
static const u16 sWirelessLinkDisplay4bpp[] = INCBIN_U16("graphics/interface/wireless_link_display.4bpp.lz");
|
||||||
static const u16 sWirelessLinkDisplayBin[] = INCBIN_U16("graphics/interface/wireless_link_display.bin.lz");
|
static const u16 sWirelessLinkDisplayBin[] = INCBIN_U16("graphics/interface/wireless_link_display.bin.lz");
|
||||||
static const u16 sLinkTestFontPal[] = INCBIN_U16("graphics/interface/link_test_font.gbapal");
|
static const u16 sLinkTestFontPal[] = INCBIN_U16("graphics/interface/link_test_font.gbapal");
|
||||||
|
|||||||
Reference in New Issue
Block a user