mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-27 12:26:51 -05:00
force RHH Rom Header to always be present (#7187)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user