Fix RHH ROM header section (#3980)
RHH ROM header was not in the correct section
This commit is contained in:
parent
6220a8ced9
commit
04a29951c7
@ -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' },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user