diff --git a/src/rom_header_rhh.c b/src/rom_header_rhh.c index 2e141670a7..ed4614503a 100644 --- a/src/rom_header_rhh.c +++ b/src/rom_header_rhh.c @@ -16,6 +16,7 @@ struct RHHRomHeader /*0x09*/ u8 expansionVersionFlags; }; +__attribute__((section(".text.consts"))) static const struct RHHRomHeader sRHHRomHeader = { .rhh_magic = { 'R', 'H', 'H', 'E', 'X', 'P' },