Hi, I've got a question that doesn't quite fit into modding the database, but this forum seems to be the closest category to put the topic. The group I'm working with is making a game that requires a database of many Pokemon and their movepools. Since PO has all of that, distributable and modifiable, I was hoping to take advantage of it as a time-saving resource and import it for our project. I realize this PO itself is open source, so I've got a few assumptions here and there, but I thought it'd be courteous to ask. Are we allowed to use the movepool database in projects/endeavors outside of PO? Thanks for answers.
Its open source so yes you are. I'd recommend using preg_replace function on the various move files to quickly get the data by a simple copy paste.
if you copy code from PO, you will have to license your code under the GPL. However, the move data itself(not the code) is not under the GPL, so you can copy that.