summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-01-04 12:50:55 -0500
committerGitHub <noreply@github.com>2021-01-04 12:50:55 -0500
commitbec799ef723b4832b5022051ce9108e39f3744dc (patch)
tree6b45fe2707fb3ab10697133e0542c1bc2e21bf4c /include
parentdbccb759ba34fedce68a8e4aec2b155d512cc848 (diff)
parente0c0143f4191cb05e3e70af32df0f3eb6b0e3675 (diff)
Merge pull request #1288 from GriffinRichards/substitute
Fix substitute back sprite
Diffstat (limited to 'include')
-rw-r--r--include/graphics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/graphics.h b/include/graphics.h
index 5c15b7a66..d3d01bc57 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -4087,8 +4087,8 @@ extern const u32 gConfetti_Gfx[];
extern const u32 gConfetti_Pal[];
extern const u32 gUnknown_08C093F0[];
-extern const u32 gSubstituteDollTilemap[];
-extern const u32 gSubstituteDollGfx[];
+extern const u32 gSubstituteDollBackGfx[];
+extern const u32 gSubstituteDollFrontGfx[];
extern const u32 gSubstituteDollPal[];
extern const u32 gHealthboxSinglesPlayerGfx[];
extern const u32 gHealthboxSinglesOpponentGfx[];