Lunos
Random Uruguayan User
- 3,173
- Posts
- 16
- Years
- Montevideo (Uruguay)
- Seen today
Hello!
I've just finished decapping the Pokémon Emerald disassembly, and I want to share it to anyone that might have an use for it.
It's a best-effort attempt (lots of search & replace and Notepad++'s formatting features so I didn't risk mistyping anything), I might have missed some evil all-caps words, if you notice any please let me know.
The first commit is the actual decapitalization, the second one is a small change to the text input window so it will switch from upper to lower case after you input the first uppercase character, somewhat like a smartphone's virtual keyboards would do.
I think it makes it easier and more natural to input nicknames and the player's name in a properly capitalized way, but feel free to revert it if it doesn't suit your tastes.
The repository is on Github, Wyrserth/pokeemerald, sorry but can't post the full link yet. Hope it will help someone out there!
It might have been a better idea to put those commits in a separate branch specific to this decapitalization project of yours, so if one day you end up adding more stuff to the master branch of your repository, people will still be able to easily get the decapitalization-related changes alone easily.
But well, this looks pretty nice. It's not exactly hard to do, but it can get super tedious, no doubts.
I'll give it a shot, to see if I can find anything you might have overlooked.
Good work :D!
EDIT: The words used for the Pokémon Mart's questionnaires would be one thing that could be decapped.
![[PokeCommunity.com] Decapitalization of Pokémon Emerald's disassembly [PokeCommunity.com] Decapitalization of Pokémon Emerald's disassembly](https://i.imgur.com/ufaCNrC.png)
EDIT2: You forgot to decap the berries' names in the src\berry.c file, except for the Oran Berry which was the only berry whose name was decapped there.
![[PokeCommunity.com] Decapitalization of Pokémon Emerald's disassembly [PokeCommunity.com] Decapitalization of Pokémon Emerald's disassembly](https://i.imgur.com/HXBP5Dk.png)
It was pretty easy, so I just went ahead and did it, and I also submitted a Pull Request for you to approve, so it'll be included in your repository.
Last edited: