mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-06 05:17:25 -05:00
767 lines
24 KiB
C
Executable File
767 lines
24 KiB
C
Executable File
const u8 gEasyChatWord_Dark[] = _("DARK");
|
|
const u8 gEasyChatWord_Stench[] = _("STENCH");
|
|
const u8 gEasyChatWord_ThickFat[] = _("THICK FAT");
|
|
const u8 gEasyChatWord_RainDish[] = _("RAIN DISH");
|
|
const u8 gEasyChatWord_Drizzle[] = _("DRIZZLE");
|
|
const u8 gEasyChatWord_ArenaTrap[] = _("ARENA TRAP");
|
|
const u8 gEasyChatWord_Intimidate[] = _("INTIMIDATE");
|
|
const u8 gEasyChatWord_RockHead[] = _("ROCK HEAD");
|
|
const u8 gEasyChatWord_Color[] = _("COLOR");
|
|
const u8 gEasyChatWord_AltColor[] = _("ALT. COLOR");
|
|
const u8 gEasyChatWord_Rock[] = _("ROCK");
|
|
const u8 gEasyChatWord_Beautiful[] = _("BEAUTIFUL");
|
|
const u8 gEasyChatWord_Beauty[] = _("BEAUTY");
|
|
const u8 gEasyChatWord_AirLock[] = _("AIR LOCK");
|
|
const u8 gEasyChatWord_Psychic[] = _("PSYCHIC");
|
|
const u8 gEasyChatWord_HyperCutter[] = _("HYPER CUTTER");
|
|
const u8 gEasyChatWord_Fighting[] = _("FIGHTING");
|
|
const u8 gEasyChatWord_ShadowTag[] = _("SHADOW TAG");
|
|
const u8 gEasyChatWord_Smart[] = _("SMART");
|
|
const u8 gEasyChatWord_Smartness[] = _("SMARTNESS");
|
|
const u8 gEasyChatWord_SpeedBoost[] = _("SPEED BOOST");
|
|
const u8 gEasyChatWord_Cool[] = _("COOL");
|
|
const u8 gEasyChatWord_Coolness[] = _("COOLNESS");
|
|
const u8 gEasyChatWord_BattleArmor[] = _("BATTLE ARMOR");
|
|
const u8 gEasyChatWord_Cute[] = _("CUTE");
|
|
const u8 gEasyChatWord_Cuteness[] = _("CUTENESS");
|
|
const u8 gEasyChatWord_Sturdy[] = _("STURDY");
|
|
const u8 gEasyChatWord_SuctionCups[] = _("SUCTION CUPS");
|
|
const u8 gEasyChatWord_Grass[] = _("GRASS");
|
|
const u8 gEasyChatWord_ClearBody[] = _("CLEAR BODY");
|
|
const u8 gEasyChatWord_Torrent[] = _("TORRENT");
|
|
const u8 gEasyChatWord_Ghost[] = _("GHOST");
|
|
const u8 gEasyChatWord_Ice[] = _("ICE");
|
|
const u8 gEasyChatWord_Guts[] = _("GUTS");
|
|
const u8 gEasyChatWord_RoughSkin[] = _("ROUGH SKIN");
|
|
const u8 gEasyChatWord_ShellArmor[] = _("SHELL ARMOR");
|
|
const u8 gEasyChatWord_NaturalCure[] = _("NATURAL CURE");
|
|
const u8 gEasyChatWord_Damp[] = _("DAMP");
|
|
const u8 gEasyChatWord_Ground[] = _("GROUND");
|
|
const u8 gEasyChatWord_Limber[] = _("LIMBER");
|
|
const u8 gEasyChatWord_MagnetPull[] = _("MAGNET PULL");
|
|
const u8 gEasyChatWord_WhiteSmoke[] = _("WHITE SMOKE");
|
|
const u8 gEasyChatWord_Synchronize[] = _("SYNCHRONIZE");
|
|
const u8 gEasyChatWord_Overgrow[] = _("OVERGROW");
|
|
const u8 gEasyChatWord_SwiftSwim[] = _("SWIFT SWIM");
|
|
const u8 gEasyChatWord_SandStream[] = _("SAND STREAM");
|
|
const u8 gEasyChatWord_SandVeil[] = _("SAND VEIL");
|
|
const u8 gEasyChatWord_KeenEye[] = _("KEEN EYE");
|
|
const u8 gEasyChatWord_InnerFocus[] = _("INNER FOCUS");
|
|
const u8 gEasyChatWord_Static[] = _("STATIC");
|
|
const u8 gEasyChatWord_Type[] = _("TYPE");
|
|
const u8 gEasyChatWord_Tough[] = _("TOUGH");
|
|
const u8 gEasyChatWord_Toughness[] = _("TOUGHNESS");
|
|
const u8 gEasyChatWord_ShedSkin[] = _("SHED SKIN");
|
|
const u8 gEasyChatWord_HugePower[] = _("HUGE POWER");
|
|
const u8 gEasyChatWord_VoltAbsorb[] = _("VOLT ABSORB");
|
|
const u8 gEasyChatWord_WaterAbsorb[] = _("WATER ABSORB");
|
|
const u8 gEasyChatWord_Electric[] = _("ELECTRIC");
|
|
const u8 gEasyChatWord_Forecast[] = _("FORECAST");
|
|
const u8 gEasyChatWord_SereneGrace[] = _("SERENE GRACE");
|
|
const u8 gEasyChatWord_Poison[] = _("POISON");
|
|
const u8 gEasyChatWord_PoisonPoint[] = _("POISON POINT");
|
|
const u8 gEasyChatWord_Dragon[] = _("DRAGON");
|
|
const u8 gEasyChatWord_Trace[] = _("TRACE");
|
|
const u8 gEasyChatWord_Oblivious[] = _("OBLIVIOUS");
|
|
const u8 gEasyChatWord_Truant[] = _("TRUANT");
|
|
const u8 gEasyChatWord_RunAway[] = _("RUN AWAY");
|
|
const u8 gEasyChatWord_StickyHold[] = _("STICKY HOLD");
|
|
const u8 gEasyChatWord_CloudNine[] = _("CLOUD NINE");
|
|
const u8 gEasyChatWord_Normal[] = _("NORMAL");
|
|
const u8 gEasyChatWord_Steel[] = _("STEEL");
|
|
const u8 gEasyChatWord_Illuminate[] = _("ILLUMINATE");
|
|
const u8 gEasyChatWord_EarlyBird[] = _("EARLY BIRD");
|
|
const u8 gEasyChatWord_Hustle[] = _("HUSTLE");
|
|
const u8 gEasyChatWord_Shine[] = _("SHINE");
|
|
const u8 gEasyChatWord_Flying[] = _("FLYING");
|
|
const u8 gEasyChatWord_Drought[] = _("DROUGHT");
|
|
const u8 gEasyChatWord_Lightningrod[] = _("LIGHTNINGROD");
|
|
const u8 gEasyChatWord_Compoundeyes[] = _("COMPOUNDEYES");
|
|
const u8 gEasyChatWord_MarvelScale[] = _("MARVEL SCALE");
|
|
const u8 gEasyChatWord_WonderGuard[] = _("WONDER GUARD");
|
|
const u8 gEasyChatWord_Insomnia[] = _("INSOMNIA");
|
|
const u8 gEasyChatWord_Levitate[] = _("LEVITATE");
|
|
const u8 gEasyChatWord_Plus[] = _("PLUS");
|
|
const u8 gEasyChatWord_Pressure[] = _("PRESSURE");
|
|
const u8 gEasyChatWord_LiquidOoze[] = _("LIQUID OOZE");
|
|
const u8 gEasyChatWord_ColorChange[] = _("COLOR CHANGE");
|
|
const u8 gEasyChatWord_Soundproof[] = _("SOUNDPROOF");
|
|
const u8 gEasyChatWord_EffectSpore[] = _("EFFECT SPORE");
|
|
const u8 gEasyChatWord_Pkrs[] = _("{PK}RS");
|
|
const u8 gEasyChatWord_Fire[] = _("FIRE");
|
|
const u8 gEasyChatWord_FlameBody[] = _("FLAME BODY");
|
|
const u8 gEasyChatWord_Minus[] = _("MINUS");
|
|
const u8 gEasyChatWord_OwnTempo[] = _("OWN TEMPO");
|
|
const u8 gEasyChatWord_MagmaArmor[] = _("MAGMA ARMOR");
|
|
const u8 gEasyChatWord_Water[] = _("WATER");
|
|
const u8 gEasyChatWord_WaterVeil[] = _("WATER VEIL");
|
|
const u8 gEasyChatWord_Bug[] = _("BUG");
|
|
const u8 gEasyChatWord_Swarm[] = _("SWARM");
|
|
const u8 gEasyChatWord_CuteCharm[] = _("CUTE CHARM");
|
|
const u8 gEasyChatWord_Immunity[] = _("IMMUNITY");
|
|
const u8 gEasyChatWord_Blaze[] = _("BLAZE");
|
|
const u8 gEasyChatWord_Pickup[] = _("PICKUP");
|
|
const u8 gEasyChatWord_Pattern[] = _("PATTERN");
|
|
const u8 gEasyChatWord_FlashFire[] = _("FLASH FIRE");
|
|
const u8 gEasyChatWord_VitalSpirit[] = _("VITAL SPIRIT");
|
|
const u8 gEasyChatWord_Chlorophyll[] = _("CHLOROPHYLL");
|
|
const u8 gEasyChatWord_PurePower[] = _("PURE POWER");
|
|
const u8 gEasyChatWord_ShieldDust[] = _("SHIELD DUST");
|
|
|
|
const struct EasyChatWordInfo gEasyChatGroup_Status[] = {
|
|
[EC_INDEX(EC_WORD_DARK)] =
|
|
{
|
|
.text = gEasyChatWord_Dark,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_AIR_LOCK),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_STENCH)] =
|
|
{
|
|
.text = gEasyChatWord_Stench,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_ALT_COLOR),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_THICK_FAT)] =
|
|
{
|
|
.text = gEasyChatWord_ThickFat,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_ARENA_TRAP),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_RAIN_DISH)] =
|
|
{
|
|
.text = gEasyChatWord_RainDish,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_BATTLE_ARMOR),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_DRIZZLE)] =
|
|
{
|
|
.text = gEasyChatWord_Drizzle,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_BEAUTIFUL),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_ARENA_TRAP)] =
|
|
{
|
|
.text = gEasyChatWord_ArenaTrap,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_BEAUTY),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_INTIMIDATE)] =
|
|
{
|
|
.text = gEasyChatWord_Intimidate,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_BLAZE),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_ROCK_HEAD)] =
|
|
{
|
|
.text = gEasyChatWord_RockHead,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_BUG),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_COLOR)] =
|
|
{
|
|
.text = gEasyChatWord_Color,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_CHLOROPHYLL),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_ALT_COLOR)] =
|
|
{
|
|
.text = gEasyChatWord_AltColor,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_CLEAR_BODY),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_ROCK)] =
|
|
{
|
|
.text = gEasyChatWord_Rock,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_CLOUD_NINE),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_BEAUTIFUL)] =
|
|
{
|
|
.text = gEasyChatWord_Beautiful,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_COLOR),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_BEAUTY)] =
|
|
{
|
|
.text = gEasyChatWord_Beauty,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_COLOR_CHANGE),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_AIR_LOCK)] =
|
|
{
|
|
.text = gEasyChatWord_AirLock,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_COMPOUNDEYES),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_PSYCHIC)] =
|
|
{
|
|
.text = gEasyChatWord_Psychic,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_COOL),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_HYPER_CUTTER)] =
|
|
{
|
|
.text = gEasyChatWord_HyperCutter,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_COOLNESS),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_FIGHTING)] =
|
|
{
|
|
.text = gEasyChatWord_Fighting,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_CUTE),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_SHADOW_TAG)] =
|
|
{
|
|
.text = gEasyChatWord_ShadowTag,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_CUTE_CHARM),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_SMART)] =
|
|
{
|
|
.text = gEasyChatWord_Smart,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_CUTENESS),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_SMARTNESS)] =
|
|
{
|
|
.text = gEasyChatWord_Smartness,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_DAMP),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_SPEED_BOOST)] =
|
|
{
|
|
.text = gEasyChatWord_SpeedBoost,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_DARK),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_COOL)] =
|
|
{
|
|
.text = gEasyChatWord_Cool,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_DRAGON),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_COOLNESS)] =
|
|
{
|
|
.text = gEasyChatWord_Coolness,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_DRIZZLE),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_BATTLE_ARMOR)] =
|
|
{
|
|
.text = gEasyChatWord_BattleArmor,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_DROUGHT),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_CUTE)] =
|
|
{
|
|
.text = gEasyChatWord_Cute,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_EARLY_BIRD),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_CUTENESS)] =
|
|
{
|
|
.text = gEasyChatWord_Cuteness,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_EFFECT_SPORE),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_STURDY)] =
|
|
{
|
|
.text = gEasyChatWord_Sturdy,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_ELECTRIC),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_SUCTION_CUPS)] =
|
|
{
|
|
.text = gEasyChatWord_SuctionCups,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_FIGHTING),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_GRASS)] =
|
|
{
|
|
.text = gEasyChatWord_Grass,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_FIRE),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_CLEAR_BODY)] =
|
|
{
|
|
.text = gEasyChatWord_ClearBody,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_FLAME_BODY),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_TORRENT)] =
|
|
{
|
|
.text = gEasyChatWord_Torrent,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_FLASH_FIRE),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_GHOST)] =
|
|
{
|
|
.text = gEasyChatWord_Ghost,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_FLYING),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_ICE)] =
|
|
{
|
|
.text = gEasyChatWord_Ice,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_FORECAST),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_GUTS)] =
|
|
{
|
|
.text = gEasyChatWord_Guts,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_GHOST),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_ROUGH_SKIN)] =
|
|
{
|
|
.text = gEasyChatWord_RoughSkin,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_GRASS),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_SHELL_ARMOR)] =
|
|
{
|
|
.text = gEasyChatWord_ShellArmor,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_GROUND),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_NATURAL_CURE)] =
|
|
{
|
|
.text = gEasyChatWord_NaturalCure,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_GUTS),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_DAMP)] =
|
|
{
|
|
.text = gEasyChatWord_Damp,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_HUGE_POWER),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_GROUND)] =
|
|
{
|
|
.text = gEasyChatWord_Ground,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_HUSTLE),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_LIMBER)] =
|
|
{
|
|
.text = gEasyChatWord_Limber,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_HYPER_CUTTER),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_MAGNET_PULL)] =
|
|
{
|
|
.text = gEasyChatWord_MagnetPull,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_ICE),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_WHITE_SMOKE)] =
|
|
{
|
|
.text = gEasyChatWord_WhiteSmoke,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_ILLUMINATE),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_SYNCHRONIZE)] =
|
|
{
|
|
.text = gEasyChatWord_Synchronize,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_IMMUNITY),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_OVERGROW)] =
|
|
{
|
|
.text = gEasyChatWord_Overgrow,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_INNER_FOCUS),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_SWIFT_SWIM)] =
|
|
{
|
|
.text = gEasyChatWord_SwiftSwim,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_INSOMNIA),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_SAND_STREAM)] =
|
|
{
|
|
.text = gEasyChatWord_SandStream,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_INTIMIDATE),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_SAND_VEIL)] =
|
|
{
|
|
.text = gEasyChatWord_SandVeil,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_KEEN_EYE),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_KEEN_EYE)] =
|
|
{
|
|
.text = gEasyChatWord_KeenEye,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_LEVITATE),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_INNER_FOCUS)] =
|
|
{
|
|
.text = gEasyChatWord_InnerFocus,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_LIGHTNINGROD),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_STATIC)] =
|
|
{
|
|
.text = gEasyChatWord_Static,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_LIMBER),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_TYPE)] =
|
|
{
|
|
.text = gEasyChatWord_Type,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_LIQUID_OOZE),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_TOUGH)] =
|
|
{
|
|
.text = gEasyChatWord_Tough,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_MAGMA_ARMOR),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_TOUGHNESS)] =
|
|
{
|
|
.text = gEasyChatWord_Toughness,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_MAGNET_PULL),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_SHED_SKIN)] =
|
|
{
|
|
.text = gEasyChatWord_ShedSkin,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_MARVEL_SCALE),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_HUGE_POWER)] =
|
|
{
|
|
.text = gEasyChatWord_HugePower,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_MINUS),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_VOLT_ABSORB)] =
|
|
{
|
|
.text = gEasyChatWord_VoltAbsorb,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_NATURAL_CURE),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_WATER_ABSORB)] =
|
|
{
|
|
.text = gEasyChatWord_WaterAbsorb,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_NORMAL),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_ELECTRIC)] =
|
|
{
|
|
.text = gEasyChatWord_Electric,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_OBLIVIOUS),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_FORECAST)] =
|
|
{
|
|
.text = gEasyChatWord_Forecast,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_OVERGROW),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_SERENE_GRACE)] =
|
|
{
|
|
.text = gEasyChatWord_SereneGrace,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_OWN_TEMPO),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_POISON)] =
|
|
{
|
|
.text = gEasyChatWord_Poison,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_PATTERN),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_POISON_POINT)] =
|
|
{
|
|
.text = gEasyChatWord_PoisonPoint,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_PICKUP),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_DRAGON)] =
|
|
{
|
|
.text = gEasyChatWord_Dragon,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_PKRS),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_TRACE)] =
|
|
{
|
|
.text = gEasyChatWord_Trace,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_PLUS),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_OBLIVIOUS)] =
|
|
{
|
|
.text = gEasyChatWord_Oblivious,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_POISON),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_TRUANT)] =
|
|
{
|
|
.text = gEasyChatWord_Truant,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_POISON_POINT),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_RUN_AWAY)] =
|
|
{
|
|
.text = gEasyChatWord_RunAway,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_PRESSURE),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_STICKY_HOLD)] =
|
|
{
|
|
.text = gEasyChatWord_StickyHold,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_PSYCHIC),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_CLOUD_NINE)] =
|
|
{
|
|
.text = gEasyChatWord_CloudNine,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_PURE_POWER),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_NORMAL)] =
|
|
{
|
|
.text = gEasyChatWord_Normal,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_RAIN_DISH),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_STEEL)] =
|
|
{
|
|
.text = gEasyChatWord_Steel,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_ROCK),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_ILLUMINATE)] =
|
|
{
|
|
.text = gEasyChatWord_Illuminate,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_ROCK_HEAD),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_EARLY_BIRD)] =
|
|
{
|
|
.text = gEasyChatWord_EarlyBird,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_ROUGH_SKIN),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_HUSTLE)] =
|
|
{
|
|
.text = gEasyChatWord_Hustle,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_RUN_AWAY),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_SHINE)] =
|
|
{
|
|
.text = gEasyChatWord_Shine,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_SAND_STREAM),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_FLYING)] =
|
|
{
|
|
.text = gEasyChatWord_Flying,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_SAND_VEIL),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_DROUGHT)] =
|
|
{
|
|
.text = gEasyChatWord_Drought,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_SERENE_GRACE),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_LIGHTNINGROD)] =
|
|
{
|
|
.text = gEasyChatWord_Lightningrod,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_SHADOW_TAG),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_COMPOUNDEYES)] =
|
|
{
|
|
.text = gEasyChatWord_Compoundeyes,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_SHED_SKIN),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_MARVEL_SCALE)] =
|
|
{
|
|
.text = gEasyChatWord_MarvelScale,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_SHELL_ARMOR),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_WONDER_GUARD)] =
|
|
{
|
|
.text = gEasyChatWord_WonderGuard,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_SHIELD_DUST),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_INSOMNIA)] =
|
|
{
|
|
.text = gEasyChatWord_Insomnia,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_SHINE),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_LEVITATE)] =
|
|
{
|
|
.text = gEasyChatWord_Levitate,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_SMART),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_PLUS)] =
|
|
{
|
|
.text = gEasyChatWord_Plus,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_SMARTNESS),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_PRESSURE)] =
|
|
{
|
|
.text = gEasyChatWord_Pressure,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_SOUNDPROOF),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_LIQUID_OOZE)] =
|
|
{
|
|
.text = gEasyChatWord_LiquidOoze,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_SPEED_BOOST),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_COLOR_CHANGE)] =
|
|
{
|
|
.text = gEasyChatWord_ColorChange,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_STATIC),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_SOUNDPROOF)] =
|
|
{
|
|
.text = gEasyChatWord_Soundproof,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_STEEL),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_EFFECT_SPORE)] =
|
|
{
|
|
.text = gEasyChatWord_EffectSpore,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_STENCH),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_PKRS)] =
|
|
{
|
|
.text = gEasyChatWord_Pkrs,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_STICKY_HOLD),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_FIRE)] =
|
|
{
|
|
.text = gEasyChatWord_Fire,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_STURDY),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_FLAME_BODY)] =
|
|
{
|
|
.text = gEasyChatWord_FlameBody,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_SUCTION_CUPS),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_MINUS)] =
|
|
{
|
|
.text = gEasyChatWord_Minus,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_SWARM),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_OWN_TEMPO)] =
|
|
{
|
|
.text = gEasyChatWord_OwnTempo,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_SWIFT_SWIM),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_MAGMA_ARMOR)] =
|
|
{
|
|
.text = gEasyChatWord_MagmaArmor,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_SYNCHRONIZE),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_WATER)] =
|
|
{
|
|
.text = gEasyChatWord_Water,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_THICK_FAT),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_WATER_VEIL)] =
|
|
{
|
|
.text = gEasyChatWord_WaterVeil,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_TORRENT),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_BUG)] =
|
|
{
|
|
.text = gEasyChatWord_Bug,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_TOUGH),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_SWARM)] =
|
|
{
|
|
.text = gEasyChatWord_Swarm,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_TOUGHNESS),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_CUTE_CHARM)] =
|
|
{
|
|
.text = gEasyChatWord_CuteCharm,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_TRACE),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_IMMUNITY)] =
|
|
{
|
|
.text = gEasyChatWord_Immunity,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_TRUANT),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_BLAZE)] =
|
|
{
|
|
.text = gEasyChatWord_Blaze,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_TYPE),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_PICKUP)] =
|
|
{
|
|
.text = gEasyChatWord_Pickup,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_VITAL_SPIRIT),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_PATTERN)] =
|
|
{
|
|
.text = gEasyChatWord_Pattern,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_VOLT_ABSORB),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_FLASH_FIRE)] =
|
|
{
|
|
.text = gEasyChatWord_FlashFire,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_WATER),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_VITAL_SPIRIT)] =
|
|
{
|
|
.text = gEasyChatWord_VitalSpirit,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_WATER_ABSORB),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_CHLOROPHYLL)] =
|
|
{
|
|
.text = gEasyChatWord_Chlorophyll,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_WATER_VEIL),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_PURE_POWER)] =
|
|
{
|
|
.text = gEasyChatWord_PurePower,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_WHITE_SMOKE),
|
|
.enabled = TRUE,
|
|
},
|
|
[EC_INDEX(EC_WORD_SHIELD_DUST)] =
|
|
{
|
|
.text = gEasyChatWord_ShieldDust,
|
|
.alphabeticalOrder = EC_INDEX(EC_WORD_WONDER_GUARD),
|
|
.enabled = TRUE,
|
|
},
|
|
};
|