mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-09 09:35:45 -05:00
Match sub_8072778
This commit is contained in:
@@ -89,6 +89,11 @@ void sub_8094060(Move *srcMoves, Move *destMoves);
|
||||
void WritePoke2MovesBits(DataSerializer *, struct Moves *);
|
||||
void ReadPoke2MovesBits(DataSerializer *, struct Moves *);
|
||||
|
||||
static inline void ResetMoveFlags(Move *move)
|
||||
{
|
||||
move->moveFlags = 0;
|
||||
}
|
||||
|
||||
static inline bool8 MoveFlagExists(Move *move)
|
||||
{
|
||||
return (move->moveFlags & MOVE_FLAG_EXISTS) != 0;
|
||||
|
||||
Reference in New Issue
Block a user