MeltWS / ProShinePathfinder

A Lua script for PROShine that move your bot anywhere the world with a single line of code.
MIT License
2 stars 12 forks source link

Add Maps and Fix #12

Closed vladslav closed 7 years ago

vladslav commented 8 years ago

Fix Safari time over. (force reset path) Fix Pokecenters Add Love Island [Kanto] Add Amazon Forest [Johto] Add Leev Town/Jura Cave [Hoenn] Add Moon [Hoenn] (incomplete) Add Vulcanic Island [Event] (incomplete) Add force reset after leave Vulcanic Island.

MeltWS commented 7 years ago

Merged, aside from changing inTable to Table lib: Table lib is meant for function that works on any key, value table, while inTable is meant for indexed array tables only, since it works with ipairs.