mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 12:07:38 +01:00
Merge pull request #1430 from LOuroboros/decap_battle_types
Decapped the in battle type strings
This commit is contained in:
commit
2bbab03eba
@ -300,25 +300,25 @@ static const s8 gUnknown_0831ACE0[] ={-32, -16, -16, -32, -32, 0, 0, 0};
|
||||
|
||||
const u8 gTypeNames[NUMBER_OF_MON_TYPES][TYPE_NAME_LENGTH + 1] =
|
||||
{
|
||||
_("NORMAL"),
|
||||
_("FIGHT"),
|
||||
_("FLYING"),
|
||||
_("POISON"),
|
||||
_("GROUND"),
|
||||
_("ROCK"),
|
||||
_("BUG"),
|
||||
_("GHOST"),
|
||||
_("STEEL"),
|
||||
_("Normal"),
|
||||
_("Fight"),
|
||||
_("Flying"),
|
||||
_("Poison"),
|
||||
_("Ground"),
|
||||
_("Rock"),
|
||||
_("Bug"),
|
||||
_("Ghost"),
|
||||
_("Steel"),
|
||||
_("???"),
|
||||
_("FIRE"),
|
||||
_("WATER"),
|
||||
_("GRASS"),
|
||||
_("ELECTR"),
|
||||
_("PSYCHC"),
|
||||
_("ICE"),
|
||||
_("DRAGON"),
|
||||
_("DARK"),
|
||||
_("FAIRY"),
|
||||
_("Fire"),
|
||||
_("Water"),
|
||||
_("Grass"),
|
||||
_("Electr"),
|
||||
_("Psychc"),
|
||||
_("Ice"),
|
||||
_("Dragon"),
|
||||
_("Dark"),
|
||||
_("Fairy"),
|
||||
};
|
||||
|
||||
// This is a factor in how much money you get for beating a trainer.
|
||||
|
Loading…
Reference in New Issue
Block a user