You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this script could benefit from the functionality to load tiles from more games. I've been doing some basic reading, and the possibility is definitely there. From what I have seen, the DS games use a very different internal structure.
It would probably be beneficial to split the scripts up by game-- i.e. pokemap_gen3.py, etc. As of right now, I think any script that works in one game should work with games in the same generation/series (fire red and leaf green should both work with current version), but I'm not 100% sure on if that trend continues down the line.
The text was updated successfully, but these errors were encountered:
I think this script could benefit from the functionality to load tiles from more games. I've been doing some basic reading, and the possibility is definitely there. From what I have seen, the DS games use a very different internal structure.
It would probably be beneficial to split the scripts up by game-- i.e.
pokemap_gen3.py
, etc. As of right now, I think any script that works in one game should work with games in the same generation/series (fire red and leaf green should both work with current version), but I'm not 100% sure on if that trend continues down the line.The text was updated successfully, but these errors were encountered: