diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-02 20:02:21 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-02 20:16:47 -0400 |
commit | d9ab841b0d72a52676131846447de26e59e7a16d (patch) | |
tree | dae3b90cb5f7ea7428cf3cf89527980769875188 /include/graphics.h | |
parent | 872d5eaf4ad70598f597a64469cdf5cd32d44ba4 (diff) | |
parent | 32f2bb3ddaf1107f8e6bb02c0acadc96ecc55772 (diff) |
Merge pull request #106 from PikalaxALT/berry_pouch
Berry pouch
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index e8d4f9cee..5e133ee01 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -998,4 +998,12 @@ extern const u16 gCreditsAllRightsReservedGfxPal[]; extern const u8 gCreditsAllRightsReservedGfxTiles[]; extern const u8 gCreditsAllRightsReservedGfxMap[]; +// berry_pouch +extern const u32 gBerryPouchSpriteTiles[]; +extern const u8 gBerryPouchBgGfx[]; +extern const u32 gBerryPouchBgPals[]; +extern const u32 gBerryPouchBgPal0FemaleOverride[]; +extern const u32 gBerryPouchSpritePalette[]; +extern const u8 gBerryPouchBg1Tilemap[]; + #endif //GUARD_GRAPHICS_H |