I'm making a Pokémon Red/Blue save editor for the 3DS: i already added the ability to read/edit info about the player and to view the stats of the party Pokémons (parsing the structs at address 0x2F2C in save was painful lol) Do y'all have any ideas of cool features i could add?
Post
Badge adding
@mysti I had planned to add that already, and it's pretty easy (since all the 8 badges are packed in a single byte at address 0x2602 and each bit of it represents a single badge), it will just need some bitwise logic
oh.....BananOS maybe
@mysti What do you mean ? I'm not talking about BananOS
EXACTLY
Heyy Light☆★
Equipping your favorite pokémon to ride instead of a bike
I'm great,you?
Sorry to hear that,man
@mysti You can't ride a custom Pokémon on the game (although the player sprite is probably stored on OAM (Object Attribute Memory) and i could be able to replace/edit it, but that would be hard and undocumented)
@Light☆★ Corrupting the save without totally breaking it would actually be A GREAT IDEA!! (and it wouldn't be too hard to implement)
Damn...that sucks
@mysti Yea it does
u could use savemii features and put them on ur app
@huge Or you mean like making differents "save slots" where you can save/restore differents save files? if im right that's a great idea
ye
@mysti 4 hours after your message, i finally added badge editing
i haz ideas!! 1. add natures & abillitys? 2. running shoes beginning of game 3. save states/backups 4.game speed up 5. add color? (like how yellow has) 6. 100% catch rate cheat 7. all mons with trade evos use item on it insted 8.no hm slaves needed (maybe bag item for use?)
the ? ones im not sure if are even possible but if can that be nice =) also: -item / pkmn cloning -rare candy cheat -player sprite color hex editor
@AtexBg lol
@Shine Sadly most of your ideas are not possible, because i can only edit the SAVE FILE and not the GAME ITSELF :( But i may be able to use ACE (Arbitrary Code Execution) to inject code on the save directly (adding cheats)
ooh ok, that makes sence! thanks for clarifing im dumb i thought they both were editable in some way .o.
@Shine Nahh you're not dumb, dont worry TwT It's not a big of a deal, also i could technically edit the ROM (the game) itself (it's way harder but way more interesting, i will make it someday)






