summaryrefslogtreecommitdiff
path: root/include/battle_controllers.h
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2017-10-13 20:29:11 -0500
committerDiegoisawesome <diego@domoreaweso.me>2017-10-13 20:29:11 -0500
commit924c0c6b5a9ceeb27fdc9e41e69d283c2b8d36d8 (patch)
tree2c22380365ddf70f1432cac5f9cbede0bdef2abc /include/battle_controllers.h
parent2852f4f1b86f1a5fbfdceb296d184158068b5ad5 (diff)
parentf6af9e7013107154df62d2eff53e3accb7a24b3d (diff)
Merge branch 'master' of https://github.com/pret/pokeemerald into decomp_scrcmd
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 eea544b55..e710deea5 100644
--- a/include/battle_controllers.h
+++ b/include/battle_controllers.h
@@ -1,6 +1,8 @@
#ifndef GUARD_BATTLE_CONTROLLERS_H
#define GUARD_BATTLE_CONTROLLERS_H
+#include "battle_controller_player.h"
+
#define REQUEST_ALL_BATTLE 0x0
#define REQUEST_SPECIES_BATTLE 0x1
#define REQUEST_HELDITEM_BATTLE 0x2
@@ -84,5 +86,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