mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-11 20:46:51 -05:00
Fixes for make modern.
This commit is contained in:
@@ -63,7 +63,7 @@ struct BackupMapLayout
|
||||
u16 *map;
|
||||
};
|
||||
|
||||
struct __attribute__((packed)) ObjectEventTemplate
|
||||
struct __attribute__((packed, aligned(4))) ObjectEventTemplate
|
||||
{
|
||||
/*0x00*/ u8 localId;
|
||||
/*0x01*/ u16 graphicsId;
|
||||
|
||||
@@ -290,7 +290,7 @@ const struct FollowerMsgInfoExtended gFollowerConditionalMessages[COND_MSG_COUNT
|
||||
[COND_MSG_BURN] =
|
||||
{
|
||||
.text = sCondMsg42,
|
||||
.st = {.status STATUS1_BURN},
|
||||
.st = {.status = STATUS1_BURN},
|
||||
.stFlags = ST_FLAGS_STATUS,
|
||||
.emotion = FOLLOWER_EMOTION_SAD,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user