diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-10-03 17:55:16 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-10-03 18:00:08 -0500 |
commit | 09b8f4c09e69a2359cdf5e4497b97aca3746b8b1 (patch) | |
tree | 2a5f838839c6c962830d6e34c1399918cecc4a0c /include/graphics.h | |
parent | f2f28382c4ad2b283d485f70b28d14317d58c997 (diff) |
Fix build
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/graphics.h b/include/graphics.h index 585ed15bf..c9fdb9a81 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -2630,7 +2630,7 @@ extern const u8 gUnknown_08E8D9C0[]; extern const u8 gUnknown_08EA1DEC[]; extern const u16 gUnknown_08EA0328[]; -extern const u16 gUnknown_08EA02C8[][16]; +extern const u16 gUnknown_08EA02C8[]; extern const u16 gUnknown_08EA0348[]; extern const u16 gUnknown_08EA15C8[]; extern const u16 gTradeMonBoxTilemap[]; |