diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-22 11:08:23 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-02-22 11:49:09 -0500 |
commit | f66d0dfce3e8642aa08838e843cb4846e9268e71 (patch) | |
tree | c77b313880d404586b1e2808275c8a8999c49287 /src/battle_gfx_sfx_util.c | |
parent | e194cf83d257796591e6a7a2cb88e208ac7de968 (diff) |
Move graphics.s through pokemon to src
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 6f9f2b217..127b0903b 100644 --- a/src/battle_gfx_sfx_util.c +++ b/src/battle_gfx_sfx_util.c @@ -544,7 +544,7 @@ bool8 BattleLoadAllHealthBoxesGfx(u8 state) void LoadBattleBarGfx(u8 arg0) { - LZDecompressWram(gFile_graphics_interface_hp_numbers, gMonSpritesGfxPtr->barFontGfx); + LZDecompressWram(gInterfaceGfx_HPNumbers, gMonSpritesGfxPtr->barFontGfx); } bool8 BattleInitAllSprites(u8 *state, u8 *battlerId) |