diff options
author | Jo Ruby P <jorubyp@gmail.com> | 2018-07-28 16:36:17 +0100 |
---|---|---|
committer | Jo Ruby P <jorubyp@gmail.com> | 2018-07-28 16:36:17 +0100 |
commit | ca5a41700d0404c391bcdba8bebb7d862938a3c7 (patch) | |
tree | 0cfbe6989eb1f97d933dc7ce369b32ffffd5fd2c /include | |
parent | 1a378c07c6f95a6805d96852e55e3847e32c03b5 (diff) |
gUnknown_08E77004 is now gBagScreen_Tilemap and corresponding unknown_E77004.bin is now bag_screen.bin and moved into interface
Diffstat (limited to 'include')
-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 8e8e0c97e..d9390e1b6 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -2472,7 +2472,7 @@ extern const u8 gBagPalette[]; extern const u8 gBagScreen_Gfx[]; extern const u8 gBagScreenMale_Pal[]; extern const u8 gBagScreenFemale_Pal[]; -extern const u16 gUnknown_08E77004[]; +extern const u16 gBagScreen_Tilemap[]; extern const u8 gBuyMenuFrame_Gfx[]; extern const u8 gMenuMoneyPal[]; extern const u8 gBuyMenuFrame_Tilemap[]; |