- 4
- Posts
- 2
- Days
- Seen today
New to the site, was lurking for a while before making an account.
I've been messing around with the pokeemerald for a bit to learn ROM hacking, and part of my experiments with Trainers was trying to turn Archie and the Elite Four into double battles.
I just changed the .doubleBattle field in trainers.h to TRUE instead of FALSE and thought it was a day. But when I read the "Make a new regular trainer battle" tutorial on the github wiki, I saw this:
"Note that double battles also require a slightly different script compared to a regular trainer battle and include an extra line of text; this field alone is not enough."
So, just changing that field is not enough. What would I need to do to change these battles from singles to doubles?
I've been messing around with the pokeemerald for a bit to learn ROM hacking, and part of my experiments with Trainers was trying to turn Archie and the Elite Four into double battles.
I just changed the .doubleBattle field in trainers.h to TRUE instead of FALSE and thought it was a day. But when I read the "Make a new regular trainer battle" tutorial on the github wiki, I saw this:
"Note that double battles also require a slightly different script compared to a regular trainer battle and include an extra line of text; this field alone is not enough."
So, just changing that field is not enough. What would I need to do to change these battles from singles to doubles?