Jump to content

Recommended Posts

Posted

Hi,

I'm using Pokémon Black (USA) in BizHawk and I'm trying to find RAM addresses for:

Whether I'm currently in battle.

The wild Pokémon species that was encountered.

PID or shiny-related data.

I've already tried RAM searching and looked through Bond697's address list but haven't had much luck.

Does anyone know the addresses or a Gen 5 RAM map that contains this information?

Thanks.

Posted

Use this 

Get into a battle then dump the RAM.

Run the RAM through the application.

Save the wild Pokemon unencrypted .pk5 file.

Open the Pokemon in PKHeX and export the Pokemon as an encrypted Pokemon file .ek5.

Open both the RAM dump and ek5 in a hex editor like HXD.

Use the hex editors search function to find the wild Pokemon in RAM (there will be at least 2 instances of the wild Pokemon)

This might place you near the address that you are looking for. You can also try comparing the same block in RAM of in battle and outside of battle to see how they differ from one another. This may help you narrow down your search.

Posted
13 minutes ago, Poke J said:

Use this 

Get into a battle then dump the RAM.

Run the RAM through the application.

Save the wild Pokemon unencrypted .pk5 file.

Open the Pokemon in PKHeX and export the Pokemon as an encrypted Pokemon file .ek5.

Open both the RAM dump and ek5 in a hex editor like HXD.

Use the hex editors search function to find the wild Pokemon in RAM (there will be at least 2 instances of the wild Pokemon)

This might place you near the address that you are looking for. You can also try comparing the same block in RAM of in battle and outside of battle to see how they differ from one another. This may help you narrow down your search.

Thanks. I've already found working player coordinates and what appears to be the encounter slot table in RAM.

Do you happen to know a documented address for:

In battle / not in battle state.

Current wild Pokémon species.

Current battle Pokémon structure.

before I start searching through RAM dumps manually?

Posted
8 hours ago, SIP said:

Thanks. I've already found working player coordinates and what appears to be the encounter slot table in RAM.

Do you happen to know a documented address for:

In battle / not in battle state.

Current wild Pokémon species.

Current battle Pokémon structure.

before I start searching through RAM dumps manually?

No I don’t. That’s why I gave you a break down of steps that you can take.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...