diff options
author | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-09-02 14:14:29 -0400 |
---|---|---|
committer | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-09-04 19:49:53 -0400 |
commit | d4158e490a221e8d94747c8fffae84649bb3cae9 (patch) | |
tree | d791e1ccf07c144ff0115fecc3b6643a3d778ff4 /src/walda_phrase.c | |
parent | 24b607b9daf7053cb45a305ce1138d9b64a459b2 (diff) |
Match more functions
Diffstat (limited to 'src/walda_phrase.c')
-rw-r--r-- | src/walda_phrase.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/walda_phrase.c b/src/walda_phrase.c index 4b617e3b8..2b11add76 100644 --- a/src/walda_phrase.c +++ b/src/walda_phrase.c @@ -118,8 +118,8 @@ static u8 GetLetterTableId(u8 letter) static bool32 TryCalculateWallpaper(u16* backgroundClr, u16 *foregroundClr, u8 *iconId, u8 *patternId, u16 trainerId, u8 *phrase) { s32 i; - ALIGNED(2) u8 array[12]; - u8 charsByTableId[16]; + u8 array[9]; + u8 charsByTableId[15]; u16 *ptr; if (StringLength(phrase) != 15) |