top of page

Set All Pokemon as Seen (& Pre-Fill Dexnav)

5.9

Sets every Pokemon as seen and pre-fills the Dexnav (if using it).

HMA Discord Link 2.png

Credits:

YeahPotato


How To

Run the following script.

Set X to the largest index number for Pokemon in your game (X=1267 for HUBOL)

Section0:
  setvar var4 0
  goto <Section1>

Section1:
  special SetSeenMon
  addvar var4 1
  if.compare.goto var4 <= X <Section1>

Happy Hacking!

 


Previous
Next
bottom of page