Search found 4 matches

by whocares123
Thu Apr 07, 2022 10:51 am
Forum: Tables
Topic: mGBA Pokemon Unbound Inventory + Team Editor
Replies: 90
Views: 43230

Re: mGBA Pokemon Unbound Inventory + Team Editor

Just need to figure out hidden abilities now. The "Ability" field in the table seems to be the hidden ability. When I set it to 1 on a Gligar, it changed from Hyper Cutter to Immunity (which is the hidden ability). So to get the hidden ability, setting this to 1 should be enough (no need for the st...
by whocares123
Wed Apr 06, 2022 10:41 pm
Forum: Tables
Topic: mGBA Pokemon Unbound Inventory + Team Editor
Replies: 90
Views: 43230

Re: mGBA Pokemon Unbound Inventory + Team Editor

And the species is at offset 0x20 after the slot's start address :) It is 2 bytes long, and you can simply set it to any value from [Link]. Note that e.g. Rotom forms are just done as separate species.
by whocares123
Wed Apr 06, 2022 8:10 pm
Forum: Tables
Topic: mGBA Pokemon Unbound Inventory + Team Editor
Replies: 90
Views: 43230

Re: mGBA Pokemon Unbound Inventory + Team Editor

I've found how to change the pokemon's Nature, and thought I'd share it in case it's helpful. It's a little fiddly, though. Maybe this info helps to integrate it into the table :) In Cheat Engine, connect to mGBA as described above, and Get Start Address. The address of the first pokemon slot is als...
by whocares123
Tue Apr 05, 2022 7:16 am
Forum: Tables
Topic: mGBA Pokemon Unbound Inventory + Team Editor
Replies: 90
Views: 43230

Re: mGBA Pokemon Unbound Inventory + Team Editor

This is awesome, thanks so much! 🙂 Changing the pokemon's species, and support for hidden abilities, would be amazing!