diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-23 20:13:45 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-23 20:13:45 +0200 |
commit | 601fc9e85b383792819768c31728e4855e854f32 (patch) | |
tree | 6801a88b11184dbfb28cb94e73d955cb78e1667f /include/battle_controllers.h | |
parent | fc57c6c817bcb8bed4469b5114ced17129bdca81 (diff) |
atk49 is matching baby WOHOHOHOHO
Diffstat (limited to 'include/battle_controllers.h')
-rw-r--r-- | include/battle_controllers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/battle_controllers.h b/include/battle_controllers.h index bfa1bd507..2ae6f002f 100644 --- a/include/battle_controllers.h +++ b/include/battle_controllers.h @@ -10,6 +10,7 @@ void EmitPrintStringPlayerOnly(u8 bufferId, u16 stringId); void EmitFaintAnimation(u8 bufferId); void EmitExpUpdate(u8 bufferId, u8 partyId, u16 expPoints); void EmitBattleAnimation(u8 bufferId, u8 animationId, u16 argument); +void EmitSpriteInvisibility(u8 bufferId, bool8 isInvisible); void MarkBufferBankForExecution(u8 bank); |