diff options
author | hjk321 <37224753+hjk321@users.noreply.github.com> | 2021-04-12 16:26:46 -0500 |
---|---|---|
committer | hjk321 <37224753+hjk321@users.noreply.github.com> | 2021-04-12 16:26:46 -0500 |
commit | f6e5d2a2334cd5606d6f1973c3b085b07a5d0912 (patch) | |
tree | 0285b613e2a9b3dae9598a832a008cb8fe7e1e04 /src/battle_interface.c | |
parent | 47cc3aa0f1fd77f16d898da30fd482cfd5a4c1ba (diff) |
[Gfx] - Prefix s for static symbols
Diffstat (limited to 'src/battle_interface.c')
-rw-r--r-- | src/battle_interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_interface.c b/src/battle_interface.c index 32bab8803..4cc39e8aa 100644 --- a/src/battle_interface.c +++ b/src/battle_interface.c @@ -342,7 +342,7 @@ static const struct SubspriteTable gUnknown_8260404[] = { {NELEMS(gUnknown_82603E4), gUnknown_82603E4} }; -static const u16 gBattleInterface_Unused[] = INCBIN_U16("graphics/battle_interface/unused.4bpp"); +static const u16 sBattleInterface_Unused[] = INCBIN_U16("graphics/battle_interface/unused.4bpp"); static const struct CompressedSpriteSheet sStatusSummaryBarSpriteSheets[] = { {gFile_graphics_battle_interface_ball_status_bar_sheet, 0x0200, 55052}, |