diff options
author | huderlem <huderlem@gmail.com> | 2019-03-23 11:29:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-23 11:29:40 -0500 |
commit | cd192e303d2aed6cdc33f1c123ef1654b638e760 (patch) | |
tree | 81dfeb71905275438ccfc3ae4ba5145c36fce3ca /include/graphics.h | |
parent | e8add87bf3ccc3563a3d4fa94e109251f4a06eea (diff) | |
parent | 24e72691171c0e0cf0658c04edfcc9c69b4f6e7a (diff) |
Merge pull request #579 from ultima-soul/use_pokeblock
Decompile use_pokeblock (5 NONMATCHING)
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index c651268ca..8aa8a9b60 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4775,6 +4775,11 @@ extern const u32 gBattleAnimBackgroundImageMuddyWater_Pal[]; extern const u32 gBattleAnimFogTilemap[]; +extern const u32 gUsePokeblockGraph_Gfx[]; +extern const u32 gUsePokeblockGraph_Tilemap[]; +extern const u16 gUsePokeblockGraph_Pal[]; +extern const u16 gUsePokeblockNatureWin_Pal[]; + // Berry blender extern const u32 gBerryBlenderArrowTiles[]; extern const u32 gBerryBlenderStartTiles[]; |