diff options
author | camthesaxman <cameronghall@cox.net> | 2017-08-27 11:14:39 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-08-27 11:14:39 -0500 |
commit | 2f7e3b3f6bfa62d60adb6f24f8a59f93987dca3d (patch) | |
tree | 058dcbe19b2b7c90b412995082b0b6057a115871 /include/battle.h | |
parent | 9202e8d4c0b8ae285d0dae4ead2582c04c5d100f (diff) |
Emitcmd22 -> EmitChoosePokemon
Diffstat (limited to 'include/battle.h')
-rw-r--r-- | include/battle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/battle.h b/include/battle.h index 255e6d0e5..72211f50f 100644 --- a/include/battle.h +++ b/include/battle.h @@ -699,7 +699,7 @@ void EmitBallThrow(u8 a, u8 shakes); //0xD //void EmitMoveAnimation(u8 a, u16 move, u8 turn, u16 power, s32 dmg, u8 happiness, void *disable_struct); //0xF void EmitPrintString(u8 a, u16 stringID); //0x10 //void EmitPrintStringPlayerOnly(u8 a, u16 stringID); //0x11 -void Emitcmd22(u8 a, u8 b, u8 c, u8 d, u8 *e); //0x16 +void EmitChoosePokemon(u8 a, u8 b, u8 c, u8 d, u8 *e); //0x16 //void EmitHealthBarUpdate(u8 a, u16 b); //0x18; Had to declare the second arg as u16 because s16 wont match in atk0b //void EmitExpBarUpdate(u8 a, u8 b, u16 c); //0x19 void EmitStatusIconUpdate(u8 a, u32 b, u32 c); //0x1A |