Information gathering for Game Playing AI [FE7]

Greetings everyone! A partner and I are working on an AI to play through FE7 as our Independent Study. We’ve spent the past week looking for information on data mining the ROM file for our AI to read and know the set up of the game, but there’s a lot of information that seems to not always add up. This is just a general request asking for any information you have regarding data mining the game. Literally any information you have is better than the near nothing that we have now.

I’m not sure what kind of data you want but here’s the main stuff units interact with in RAM.

here’s some basic ROM data if you know how to read the format:

and here’s pretty much everything else, if you can find it.

It would be helpful to know what you want, what you have tried and what “seems to not always add up” means.

All the AI would need is map / event data and RAM data to see what the game is currently doing, no?

Well, depending on how much you want to do with it you would need other data such as the price of items and their stats, unit growths and whatever else, I don’t know what they are trying to do anyway.