Fixes for make modern
.
This commit is contained in:
parent
f27a252958
commit
294657a585
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue