summaryrefslogtreecommitdiff
path: root/include/battle_controllers.h
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2017-10-12 19:46:39 -0500
committerDiegoisawesome <diego@domoreaweso.me>2017-10-12 19:46:39 -0500
commitdf04aca8d2c4c834cccabf94825fb310f34fcb1c (patch)
tree5f2c075582cdc263c8fb2922f1ec428e3c2004d6 /include/battle_controllers.h
parent9ac5f464fd01fe5663e9f3532667d2de7218bf0f (diff)
parenta3b62f43ee4ce02d8b7dd28acf53692567754bd3 (diff)
Merge branch 'decompile_battle_9' of https://github.com/DizzyEggg/pokeemerald into DizzyEggg-decompile_battle_9
Diffstat (limited to 'include/battle_controllers.h')
-rw-r--r--include/battle_controllers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/battle_controllers.h b/include/battle_controllers.h
index eea544b55..e36c95fbe 100644
--- a/include/battle_controllers.h
+++ b/include/battle_controllers.h
@@ -84,5 +84,6 @@ void Emit_x32(u8 bufferId);
void EmitPrintString(u8 bufferId, u16 stringId);
void EmitResetActionMoveSelection(u8 bufferId, u8 caseId);
void EmitBallThrow(u8 bufferId, u8 caseId);
+void EmitCmd_x21(u8 bufferId, u8 arg1, u16 arg2);
#endif // GUARD_BATTLE_CONTROLLERS_H