pub fn has_monster_been_attacked_in_dungeons(
    monster_id: MonsterSpeciesId
) -> bool
Expand description

Checks whether the specified monster has been attacked by the player at some point in their adventure during an exploration.

The check is performed using the result of passing the ID to MonsterSpeciesId::base_gender_form.