mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-24 15:07:09 -05:00
Update MoveFlagExists
This commit is contained in:
parent
50733542f2
commit
41c1e0c602
|
|
@ -91,7 +91,7 @@ void ReadPoke2MovesBits(DataSerializer *, struct Moves *);
|
|||
|
||||
static inline bool8 MoveFlagExists(Move *move)
|
||||
{
|
||||
return (move->moveFlags & MOVE_FLAG_EXISTS);
|
||||
return (move->moveFlags & MOVE_FLAG_EXISTS) != 0;
|
||||
}
|
||||
|
||||
static inline bool8 MoveFlagSet(Move *move)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user