TechSkylander1518 submitted a new resource:
Future Sight as a Field Move - Use Future Sight to see what will hatch from an Egg!
Read more about this resource...
Future Sight as a Field Move - Use Future Sight to see what will hatch from an Egg!
Unfortunately, this isn't really suited for a plug-and-play script. Luckily, it's not too much hassle to add.
Code
In UI_Party, find:
Add :FUTURESIGHT to the list of...Ruby:next if !HiddenMoveHandlers.hasHandler(move.id) && ![:MILKDRINK, :SOFTBOILED].include?(move.id)
Read more about this resource...