diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-31 17:37:03 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-31 17:37:03 -0600 |
commit | 46023e742c7704c449ae7ec9c2a592cd923f40e6 (patch) | |
tree | 9f6c6591e60f83003f6abccb5a28cfb3004ad2ab /include/graphics.h | |
parent | cb674ce14dc43f99dd76f456e69ab8a90cc3d506 (diff) | |
parent | 2bd2dd1db7252a928a84cd65ea0510ed1533fa9b (diff) |
Merge branch 'master' into german_debug
Conflicts:
asm/pokemon_storage_system.s
data/pokemon_storage_system.s
src/pokemon/pokemon_1.c
src/pokemon/pokemon_storage_system.c
sym_common.txt
sym_ewram.txt
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/include/graphics.h b/include/graphics.h index 76a45f6f6..889dc3916 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -2739,7 +2739,15 @@ extern const u16 gCableCar_Pal[]; extern const u16 gCableCarBG_Pal[]; extern const u8 gCableCarBG_Gfx[]; -// data/graphics.s +extern const u8 gPSSMenuHeader_Gfx[]; +extern const u8 gPSSMenuHeader_Tilemap[]; +extern const u16 gPSSMenu1_Pal[]; +extern const u16 gPSSMenu2_Pal[]; +extern const u8 gPSSMenuMisc_Gfx[]; +extern const u8 gPSSMenuMisc_Tilemap[]; +extern const u16 gPSSMenu3_Pal[]; +extern const u16 gPSSMenu4_Pal[]; + extern struct CompressedSpriteSheet gBattleAnimSpriteSheet_000; extern struct CompressedSpriteSheet gBattleAnimSpriteSheet_001; extern struct CompressedSpriteSheet gBattleAnimSpriteSheet_002; |