mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-03-22 01:44:20 -05:00
2
Languages
mm201 edited this page 2015-03-10 20:18:40 -04:00
Each game has a language, and it's tracked on the Pokémon structure using one of these values. They're also included as part of trainer profiles on the GTS.
| Language | Value |
|---|---|
| Japanese | 0x01 |
| English | 0x02 |
| French | 0x03 |
| Italian | 0x04 |
| German | 0x05 |
| Spanish | 0x07 |
| Korean | 0x08 |