diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-02-22 19:20:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-22 19:20:53 -0500 |
commit | 9aaafa84871e7bcc553d3eda680415545a337eee (patch) | |
tree | 78a208976e44452f8818305fe73e53e8b9de865e /include/graphics.h | |
parent | e194cf83d257796591e6a7a2cb88e208ac7de968 (diff) | |
parent | 8c02668a19f45e2969c206657ec08799d4dddd3e (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.h | 4 |
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[]; |