mirror of
https://github.com/pret/pmd-red.git
synced 2026-08-24 01:35:07 -05:00
Update MoveFlagExists
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user