diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-10-26 16:52:23 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-10-27 13:47:18 -0400 |
commit | 41ecae91f82d901fa61da79e29b4e4aeea72e69f (patch) | |
tree | 294b621d321aa63dcba0f72b33700c0f4006c1c2 /src/battle_gfx_sfx_util.c | |
parent | f9f91be60a6e21eb2c9bd87ac67865e05296eab8 (diff) |
Label remaining symbols in graphics.c
Diffstat (limited to 'src/battle_gfx_sfx_util.c')
-rw-r--r-- | src/battle_gfx_sfx_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_gfx_sfx_util.c b/src/battle_gfx_sfx_util.c index c01c76b7c..f36524f37 100644 --- a/src/battle_gfx_sfx_util.c +++ b/src/battle_gfx_sfx_util.c @@ -785,7 +785,7 @@ bool8 BattleLoadAllHealthBoxesGfx(u8 state) void LoadBattleBarGfx(u8 arg0) { - LZDecompressWram(gUnknown_08C093F0, gMonSpritesGfxPtr->barFontGfx); + LZDecompressWram(gBattleInterfaceGfx_BattleBar, gMonSpritesGfxPtr->barFontGfx); } bool8 BattleInitAllSprites(u8 *state1, u8 *battlerId) |