diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-02 19:36:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-02 19:36:19 -0400 |
commit | 872d5eaf4ad70598f597a64469cdf5cd32d44ba4 (patch) | |
tree | 9fc3ae3161a9d675659ceb892a5f18440f0f441a /include/graphics.h | |
parent | 3ab2de40cf164a86af27eff7a46215d3d927f47f (diff) | |
parent | ed2e58282155ad0a754449dcdc41fbd52855444c (diff) |
Merge pull request #105 from jiangzhengwenjz/palette
palette
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/graphics.h b/include/graphics.h index d8858b36f..e8d4f9cee 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -176,7 +176,7 @@ extern const u32 gTradeGba_Gfx[]; extern const u8 gUnknown_8E86240[]; extern const u8 gUnknown_8E86BE8[]; extern const u8 gUnknown_8E86D6C[]; -extern const u8 gUnknown_8E86F98[]; +extern const u32 gUnknown_8E86F98[]; // berry_fix_program extern const u8 gBerryFixGameboy_Gfx[]; @@ -201,7 +201,7 @@ extern const u8 gBerryFixWindow_Pal[]; // item_pc extern const u8 gItemPcTiles[]; -extern const u8 gItemPcBgPals[]; +extern const u32 gItemPcBgPals[]; extern const u8 gItemPcTilemap[]; // item_menu_icons |