phantombass submitted a new resource:
DexNav UI - A new DexNav UI that works much like ORAS
Read more about this resource...
DexNav UI - A new DexNav UI that works much like ORAS
A plug-and-play DexNav UI that allows for setting Egg Moves and Hidden Abilities as well as increasing the shiny chance as your DexNav chain grows.
Ruby:PluginManager.register({ :name => "Better DexNav", :version => "1.0", :credits => ["Phantombass","Pieces taken from multiple sources, will link soon."], :link => "No link yet" }) class NewDexNav def initialize @viewport1 = Viewport.new(0, 0, Graphics.width, Graphics.height) @viewport1.z = 99999 @viewport2 =...
Read more about this resource...