diff options
author | camthesaxman <cameronghall@cox.net> | 2017-07-08 12:16:19 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-07-08 12:16:19 -0500 |
commit | 9a57e785576c658980e7cac5d3531181ccc64d42 (patch) | |
tree | 85f92ebb52ccbcd26b041f20cb2f3f2b82b0e74b /include/graphics.h | |
parent | 4aa1b44315ee26fa60015a99ccd51f900e5597fd (diff) |
decompile sub_80A3740 - swap32
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/include/graphics.h b/include/graphics.h index 4d042b3b6..12ffd16fe 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -2440,12 +2440,16 @@ extern const u8 gBagScreen_Gfx[]; extern const u8 gBagScreenMale_Pal[]; extern const u8 gBagScreenFemale_Pal[]; extern const u16 gUnknown_08E77004[]; - +extern const u8 gBuyMenuFrame_Gfx[]; +extern const u8 gMenuMoneyPal[]; +extern const u8 gBuyMenuFrame_Tilemap[]; +extern const u8 gMenuMoneyGfx[]; extern const u8 gMenuPokeblock_Gfx[]; -extern const u8 gMenuPokeblock_Tilemap[]; extern const u8 gMenuPokeblock_Pal[]; - extern const u8 gMenuPokeblockDevice_Gfx[]; extern const u8 gMenuPokeblockDevice_Pal[]; +extern const u8 gMenuPokeblock_Tilemap[]; + +extern const u8 gUnknown_08E96EC8[]; #endif // GUARD_GRAPHICS_H |