diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-16 09:46:17 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-16 09:46:17 -0400 |
commit | 6fc2bdf84011a7d68ed76762b50cc84fbf9ff5a7 (patch) | |
tree | 1d2daf1e0059cda7c45a8d65986943af3e6f6fa0 /include/battle_gfx_sfx_util.h | |
parent | 10f0222d280c2b30c34bd326428f1a0e50c6c570 (diff) |
battle_controller_link_partner sync labels from emerald
Diffstat (limited to 'include/battle_gfx_sfx_util.h')
-rw-r--r-- | include/battle_gfx_sfx_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/battle_gfx_sfx_util.h b/include/battle_gfx_sfx_util.h index 1356df1aa..4c5f230d7 100644 --- a/include/battle_gfx_sfx_util.h +++ b/include/battle_gfx_sfx_util.h @@ -15,7 +15,7 @@ void BattleLoadPlayerMonSpriteGfx(struct Pokemon *mon, u8 battlerId); void DecompressGhostFrontPic(struct Pokemon *unused, u8 battlerId); void DecompressTrainerFrontPic(u16 frontPicId, u8 battlerId); void DecompressTrainerBackPalette(u16 a1, u8 a2); -void nullsub_16(u8 a1); +void BattleGfxSfxDummy3(u8 a1); void FreeTrainerFrontPicPaletteAndTile(u16 frontPicId); bool8 BattleLoadAllHealthBoxesGfx(u8 state); void LoadBattleBarGfx(u8 arg0); |