diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-20 00:28:00 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-20 00:28:00 +0200 |
commit | b4875d82d50b0649c2289b9e470ca0a9ae23782d (patch) | |
tree | dacd2662c2a8a8e898a13f8aefdd5e48e1d3f351 /include/battle_controllers.h | |
parent | b3c788f2ca9e3d0ab6e43617ed7fedfe605bc249 (diff) |
more battle 4
Diffstat (limited to 'include/battle_controllers.h')
-rw-r--r-- | include/battle_controllers.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/battle_controllers.h b/include/battle_controllers.h new file mode 100644 index 000000000..5723cf9da --- /dev/null +++ b/include/battle_controllers.h @@ -0,0 +1,11 @@ +#ifndef GUARD_BATTLE_CONTROLLERS_H +#define GUARD_BATTLE_CONTROLLERS_H + +// rom3.s, emitters +void EmitSetAttributes(u8 bufferId, u8 request, u8 c, u8 bytes, void *data); +void EmitMoveAnimation(u8 bufferId, u16 move, u8 turnOfMove, u16 movePower, s32 dmg, u8 friendship, struct DisableStruct* disableStructPtr, u8 multihit); +void EmitHealthBarUpdate(u8 bufferId, u16 hpValue); + +void MarkBufferBankForExecution(u8 bank); + +#endif // GUARD_BATTLE_CONTROLLERS_H |