summaryrefslogtreecommitdiff
path: root/include/battle_controllers.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-09-22 21:33:49 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-09-22 21:33:49 +0200
commitd5afb0c6e9566a62ca6d597aeabc173b2c3e7fa5 (patch)
tree4e194dbd475be40df1f584ecf095ddac5a0a3cd0 /include/battle_controllers.h
parentcf26b0e125aef07052b333139c33a6bbe1088f96 (diff)
up to x48 and troubles
Diffstat (limited to 'include/battle_controllers.h')
-rw-r--r--include/battle_controllers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/battle_controllers.h b/include/battle_controllers.h
index b23649192..bfa1bd507 100644
--- a/include/battle_controllers.h
+++ b/include/battle_controllers.h
@@ -7,6 +7,9 @@ void EmitMoveAnimation(u8 bufferId, u16 move, u8 turnOfMove, u16 movePower, s32
void EmitHealthBarUpdate(u8 bufferId, u16 hpValue);
void EmitEffectivenessSound(u8 bufferId, u16 songId);
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 MarkBufferBankForExecution(u8 bank);