AkameTheBulbasaur
Akame Marukawa of Iyotono
- 410
- Posts
- 11
- Years
- A place :D
- Seen Apr 20, 2025
The table that determines which stats are boosted/nerfed by different natures is at 0x252B48 in FireRed and 0x31E818 in Emerald.
Each entry is five bytes long (one for each stat excluding HP). If the byte is 0x1 if it's boosted, 0xFF if it's nerfed and 0x0 if it is unaffected. The first entry is all zeroes (Hardy nature, which is neutral). The second entry is 00 01 FF 00 00, which boosts Attack and lowers Defence (Lonely nature).
The table that contains the names of all the natures is at 0x463E60 in FireRed and at 0x61CB50 in Emerald.
Each entry is five bytes long (one for each stat excluding HP). If the byte is 0x1 if it's boosted, 0xFF if it's nerfed and 0x0 if it is unaffected. The first entry is all zeroes (Hardy nature, which is neutral). The second entry is 00 01 FF 00 00, which boosts Attack and lowers Defence (Lonely nature).
The table that contains the names of all the natures is at 0x463E60 in FireRed and at 0x61CB50 in Emerald.
Last edited: