diff options
| author | Diegoisawesome <diego@domoreaweso.me> | 2018-10-21 02:24:57 -0500 |
|---|---|---|
| committer | Diegoisawesome <diego@domoreaweso.me> | 2018-10-21 12:05:34 -0500 |
| commit | 8e7202ec3d289305190aedc66d02435571747a76 (patch) | |
| tree | e9a7231867cc05a415f347beb354339f1cb909aa /src/data/decoration | |
| parent | 2a3ba78831f2dca1ff0d3fe3f03844a993597b28 (diff) | |
Fix LZ compressed data alignment
Diffstat (limited to 'src/data/decoration')
| -rw-r--r-- | src/data/decoration/icon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/decoration/icon.h b/src/data/decoration/icon.h index 1f11bc19f..1823485ba 100644 --- a/src/data/decoration/icon.h +++ b/src/data/decoration/icon.h @@ -5,7 +5,7 @@ #ifndef GUARD_ICON_H #define GUARD_ICON_H -const u8 *const gUnknown_085A6BE8[][2] = { +const u32 *const gUnknown_085A6BE8[][2] = { {gItemIcon_QuestionMark, gItemIconPalette_QuestionMark}, {NULL, NULL}, {NULL, NULL}, |
