mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-06 05:17:25 -05:00
force RHH Rom Header to always be present (#7187)
This commit is contained in:
parent
0dae2cea28
commit
7fdc5a45b6
|
|
@ -28,7 +28,7 @@ struct RHHRomHeader
|
|||
};
|
||||
|
||||
__attribute__((section(".text.consts")))
|
||||
static const struct RHHRomHeader sRHHRomHeader =
|
||||
USED static const struct RHHRomHeader sRHHRomHeader =
|
||||
{
|
||||
.rhh_magic = { 'R', 'H', 'H', 'E', 'X', 'P' },
|
||||
.expansionVersionMajor = EXPANSION_VERSION_MAJOR,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user