- 64
- Posts
- 6
- Years
- London
- Seen Apr 18, 2025
OK so I've patched the game with the amazing and incredible special/physical split patch, and I've followed both of these beautiful guides to a tee to implement fair types and add new moves; https://www.pokecommunity.com/threads/290135 and https://www.pokecommunity.com/threads/313872, but I've hit a serious snag which is frustrating after days of work.
If I go to PGE's attack editor I ccan edit an existing moves, but as soon as I click on a new move slot I get the notorious error that according to this thread, https://www.pokecommunity.com/threads/335486/page-76, means there is a pointer wrong somewhere, probably in the .ini file; after this error the program tells me it can't do anything because the rom is being used by another program, which it certainly istn' as I restarted my laptop.
I've edited the to .ini to accomodate my changes, as per the first guide, with the new values, but it won't take. When I click on an existing move the offset displayed for animation data doesn't appear to have actually change in compliance with the new .ini file, and upon investigating the .ini file it appears to have very odd default values.
For example the default offset for AttackData, AttackAnimationsTable and AttackNames are listed as 250BE0, 1C68F4 AND 24FC1C respectively, when the actual offset values according to the hex data stored in the rom, accessed via hex editor, are 250C04, 1c68f4 and 247094 respectively.
My queries are; does the .ini need to be completely rehauled, does somebody maybe have a correct .ini file I could copy/paste over mine, is there a better program I can use or should I just stick to hex editing all data. I have finally got my head around hex editing and it's pretty fun but I imagine when it comes to implementing new pokemon, changing pokemon movesets etc it would take weeks if not months.
Thanks for any help/advice. xxxx
If I go to PGE's attack editor I ccan edit an existing moves, but as soon as I click on a new move slot I get the notorious error that according to this thread, https://www.pokecommunity.com/threads/335486/page-76, means there is a pointer wrong somewhere, probably in the .ini file; after this error the program tells me it can't do anything because the rom is being used by another program, which it certainly istn' as I restarted my laptop.
I've edited the to .ini to accomodate my changes, as per the first guide, with the new values, but it won't take. When I click on an existing move the offset displayed for animation data doesn't appear to have actually change in compliance with the new .ini file, and upon investigating the .ini file it appears to have very odd default values.
For example the default offset for AttackData, AttackAnimationsTable and AttackNames are listed as 250BE0, 1C68F4 AND 24FC1C respectively, when the actual offset values according to the hex data stored in the rom, accessed via hex editor, are 250C04, 1c68f4 and 247094 respectively.
My queries are; does the .ini need to be completely rehauled, does somebody maybe have a correct .ini file I could copy/paste over mine, is there a better program I can use or should I just stick to hex editing all data. I have finally got my head around hex editing and it's pretty fun but I imagine when it comes to implementing new pokemon, changing pokemon movesets etc it would take weeks if not months.
Thanks for any help/advice. xxxx