Jump to content

VersaceBot

New Member
  • Posts

    8
  • Joined

  • Last visited

Reputation

3 Neutral

1 Follower

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. How can I go about finding these values in an emulator? (I'm using Desmume)
  2. Finished the project, I posted the results in NDS Discussion and Help!
  3. Confused as to what these values are. Are they memory addresses? Values?
  4. Was just able to run a Lua script on Desmume, thanks for the previous links! Now just need to figure out how to make the project I want
  5. Okay I'll try that out. Basically the project is a simple grinder that'll automatically train Pokemon for me. All it'll do is run in the grass and fight Pokemon (use a set move I provide beforehand) until PP runs low or it needs to be healed, where it'll use Fly to get back to the closest city, heal, and run back to continue fighting. I have a couple more features I might want to build on but that's the general idea. I was thinking Lua to give input to the emulator but either a) reading through the memory or b) analyzing the frame for text to figure out what the player needs to do. Is Lua a good option for the second part or would it be better to use another language to figure this out? I've combed through the memory files here: https://projectpokemon.org/docs/gen-4/list-of-items-by-index-number-r23/ but I'm not sure what to be looking for. Thanks
  6. Thanks! Is there an API you can point me to? Or should I try and copy FCEUX code?
  7. I've been looking into writing a script to run on Desmume. I'm thinking of running it on either Platinum or one of the Gen V games. I haven't been able to find any detailed instructions for setting things up, can anyone help me out? It doesn't have to be Lua, really it should be something that "plugs in" to the emulator (fires button inputs straight into the emulator rather than using something like the Robot in Java to send keyboard and mouse events over the desktop). Also, if I wanted to look into reading the memory from the frame, how would I figure out what address and value correspond to what (ie. tiles, items, Pokemon health, player position, etc.)?
×
×
  • Create New...