diff options
author | Ariel Antonitis <arant@mit.edu> | 2019-02-23 22:22:38 -0500 |
---|---|---|
committer | Ariel Antonitis <arant@mit.edu> | 2019-02-23 22:22:38 -0500 |
commit | 0c47744a63a324fe92e8dddcbc07c33292524635 (patch) | |
tree | 7379eda5f5766d9ac9bed38580e6cf6e61d70f85 /src | |
parent | d24cd4f0a8d810ec225a4b76a7fa2099092560e1 (diff) |
Moved ALIGNED(4) from extern to unknown struct.
Diffstat (limited to 'src')
-rw-r--r-- | src/pokemon_summary_screen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pokemon_summary_screen.c b/src/pokemon_summary_screen.c index 367ff2aff..bd1ae7802 100644 --- a/src/pokemon_summary_screen.c +++ b/src/pokemon_summary_screen.c @@ -113,7 +113,7 @@ static EWRAM_DATA struct PssData EWRAM_DATA u8 gLastViewedMonIndex = 0; static EWRAM_DATA u8 sUnknown_0203CF21 = 0; ALIGNED(4) static EWRAM_DATA u8 sUnknownTaskId = 0; -ALIGNED(4) extern const struct CompressedSpriteSheet gMonFrontPicTable[]; +extern const struct CompressedSpriteSheet gMonFrontPicTable[]; struct UnkStruct_61CC04 { @@ -249,7 +249,7 @@ static void sub_81C4D18(u8 a); #include "data/text/move_descriptions.h" #include "data/text/nature_names.h" -static const struct BgTemplate sUnknown_0861CBB4[] = +ALIGNED(4) static const struct BgTemplate sUnknown_0861CBB4[] = { { .bg = 0, |