libpokemegb/examples
Philippe Symons a61b727023 Add support for the gen II localizations
Note: for Korean games, specifically, I did not implement the Korean character set
(nor do I plan to)

The reason is that it is entirely different and more complex to implement than the other
character sets. I'm not personally invested nor interested enough to go through the hassle.

This affects the pokémon names that will be displayed when using libpokemegb. Instead as
a fallback, it will return "poke-<number>" for these roms.

Feel free to contribute proper Korean character set (and pokémon names) support!
2024-11-20 23:46:27 +01:00
..
addDistributionPoke Initial import 2024-06-11 21:45:59 +02:00
checkSave Add code to consider an empty (zero'd out) save as an invalid checksum 2024-09-11 12:28:11 +02:00
decodePartyIcons Add gen1_determineGameLanguage() and use it automatically in Gen1GameReader if not specified in the constructor 2024-11-15 12:34:33 +01:00
decodeSprite Add party icon decoding for gen 1 pokémon games. 2024-09-24 12:21:35 +02:00
do_stuff_gen1 Add more SpriteRenderer output formats and move the removeBackground functionality 2024-08-07 21:11:55 +02:00
do_stuff_gen2 Add more SpriteRenderer output formats and move the removeBackground functionality 2024-08-07 21:11:55 +02:00
encodeText_gen1 Add support for the gen II localizations 2024-11-20 23:46:27 +01:00
encodeText_gen2 Add support for the gen II localizations 2024-11-20 23:46:27 +01:00
findLocalizationOffsets Add support for the gen II localizations 2024-11-20 23:46:27 +01:00
gen2_addItem Add functionality to get and set event flags 2024-07-29 00:51:54 +02:00
gen2_getEventFlag Add functionality to get and set event flags 2024-07-29 00:51:54 +02:00
gen2_gsball Add functionality to get and set event flags 2024-07-29 00:51:54 +02:00
gen2_removeItem Add functionality to get and set event flags 2024-07-29 00:51:54 +02:00
gen2_setEventFlag Add functionality to get and set event flags 2024-07-29 00:51:54 +02:00
Makefile Add support for gen I localizations 2024-11-14 21:16:57 +01:00