mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-27 20:24:18 +01:00
Fixed calls to IsZMove
This commit is contained in:
parent
25397e5794
commit
e4ae280ca6
@ -13,6 +13,7 @@ struct SignatureZMove
|
||||
u16 zmove;
|
||||
};
|
||||
|
||||
bool8 IsZMove(u16 move);
|
||||
void QueueZMove(u8 battlerId, u16 baseMove);
|
||||
bool32 IsViableZMove(u8 battlerId, u16 move);
|
||||
bool32 TryChangeZIndicator(u8 battlerId, u8 moveIndex);
|
||||
|
@ -6,6 +6,7 @@
|
||||
#include "battle_ai_main.h"
|
||||
#include "battle_factory.h"
|
||||
#include "battle_setup.h"
|
||||
#include "battle_z_move.h"
|
||||
#include "data.h"
|
||||
#include "event_data.h"
|
||||
#include "item.h"
|
||||
|
Loading…
Reference in New Issue
Block a user