summaryrefslogtreecommitdiff
path: root/include/graphics.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-02-22 19:20:53 -0500
committerGitHub <noreply@github.com>2020-02-22 19:20:53 -0500
commit9aaafa84871e7bcc553d3eda680415545a337eee (patch)
tree78a208976e44452f8818305fe73e53e8b9de865e /include/graphics.h
parente194cf83d257796591e6a7a2cb88e208ac7de968 (diff)
parent8c02668a19f45e2969c206657ec08799d4dddd3e (diff)
Merge pull request #263 from GriffinRichards/move-graphics
Move graphics.s to src
Diffstat (limited to 'include/graphics.h')
-rw-r--r--include/graphics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/graphics.h b/include/graphics.h
index 467a1d461..7d1d6e9c9 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -2879,7 +2879,7 @@ extern const u16 gTMCaseMainWindowPalette[];
// egg_hatch
extern const u32 gBattleTextboxTiles[];
-extern const u32 gFile_graphics_interface_menu_map_tilemap[];
+extern const u32 gBattleTextboxTilemap[];
extern const u32 gBattleTextboxPalette[];
extern const u32 gTradeGba2_Pal[];
extern const u32 gTradeGba_Gfx[];
@@ -4314,7 +4314,7 @@ extern const u32 gHealthboxSafariGfx[];
extern const u32 gBlankGfxCompressed[];
extern const u16 gBattleInterface_BallStatusBarPal[];
extern const u16 gBattleInterface_BallDisplayPal[];
-extern const u32 gFile_graphics_interface_hp_numbers[];
+extern const u32 gInterfaceGfx_HPNumbers[];
extern const u32 gGhostFrontPic[];
extern const u32 gGhostPalette[];
extern const u32 gSubstituteDollGfx[];