summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
Diffstat (limited to 'constants')
-rw-r--r--constants/constants.s12
-rw-r--r--constants/easy_chat_constants.s1066
2 files changed, 1078 insertions, 0 deletions
diff --git a/constants/constants.s b/constants/constants.s
new file mode 100644
index 000000000..e256f01d9
--- /dev/null
+++ b/constants/constants.s
@@ -0,0 +1,12 @@
+ .include "constants/gba_constants.s"
+ .include "constants/misc_constants.s"
+ .include "constants/species_constants.s"
+ .include "constants/ability_constants.s"
+ .include "constants/move_constants.s"
+ .include "constants/item_constants.s"
+ .include "constants/type_constants.s"
+ .include "constants/contest_constants.s"
+ .include "constants/pokemon_data_constants.s"
+ .include "constants/item_data_constants.s"
+ .include "constants/battle_move_constants.s"
+ .include "constants/easy_chat_constants.s"
diff --git a/constants/easy_chat_constants.s b/constants/easy_chat_constants.s
new file mode 100644
index 000000000..c80030da7
--- /dev/null
+++ b/constants/easy_chat_constants.s
@@ -0,0 +1,1066 @@
+ .set EC_GROUP_POKEMON, 0x0
+ .set EC_GROUP_TRAINER, 0x1
+ .set EC_GROUP_STATUS, 0x2
+ .set EC_GROUP_BATTLE, 0x3
+ .set EC_GROUP_GREETINGS, 0x4
+ .set EC_GROUP_PEOPLE, 0x5
+ .set EC_GROUP_VOICES, 0x6
+ .set EC_GROUP_SPEECH, 0x7
+ .set EC_GROUP_ENDINGS, 0x8
+ .set EC_GROUP_FEELINGS, 0x9
+ .set EC_GROUP_CONDITIONS, 0xa
+ .set EC_GROUP_ACTIONS, 0xb
+ .set EC_GROUP_LIFESTYLE, 0xc
+ .set EC_GROUP_HOBBIES, 0xd
+ .set EC_GROUP_TIME, 0xe
+ .set EC_GROUP_MISC, 0xf
+ .set EC_GROUP_ADJECTIVES, 0x10
+ .set EC_GROUP_EVENTS, 0x11
+ .set EC_GROUP_MOVE_1, 0x12
+ .set EC_GROUP_MOVE_2, 0x13
+ .set EC_GROUP_TRENDY_SAYING, 0x14
+ .set EC_GROUP_POKEMON2, 0x15
+
+; Trainer
+ .set EC_WORD_I_CHOOSE_YOU, 0x0
+ .set EC_WORD_GOTCHA, 0x1
+ .set EC_WORD_TRADE, 0x2
+ .set EC_WORD_SAPPHIRE, 0x3
+ .set EC_WORD_EVOLVE, 0x4
+ .set EC_WORD_ENCYCLOPEDIA, 0x5
+ .set EC_WORD_NATURE, 0x6
+ .set EC_WORD_CENTER, 0x7
+ .set EC_WORD_EGG, 0x8
+ .set EC_WORD_LINK, 0x9
+ .set EC_WORD_SP_ABILITY, 0xa
+ .set EC_WORD_TRAINER, 0xb
+ .set EC_WORD_VERSION, 0xc
+ .set EC_WORD_POKENAV, 0xd
+ .set EC_WORD_POKEMON, 0xe
+ .set EC_WORD_GET, 0xf
+ .set EC_WORD_POKEDEX, 0x10
+ .set EC_WORD_RUBY, 0x11
+ .set EC_WORD_LEVEL, 0x12
+ .set EC_WORD_RED, 0x13
+ .set EC_WORD_GREEN, 0x14
+ .set EC_WORD_BAG, 0x15
+ .set EC_WORD_FLAME, 0x16
+ .set EC_WORD_GOLD, 0x17
+ .set EC_WORD_LEAF, 0x18
+ .set EC_WORD_SILVER, 0x19
+ .set EC_WORD_EMERALD, 0x1a
+
+; Status
+ .set EC_WORD_DARK, 0x0
+ .set EC_WORD_STENCH, 0x1
+ .set EC_WORD_THICK_FAT, 0x2
+ .set EC_WORD_RAIN_DISH, 0x3
+ .set EC_WORD_DRIZZLE, 0x4
+ .set EC_WORD_ARENA_TRAP, 0x5
+ .set EC_WORD_INTIMIDATE, 0x6
+ .set EC_WORD_ROCK_HEAD, 0x7
+ .set EC_WORD_COLOR, 0x8
+ .set EC_WORD_ALT_COLOR, 0x9
+ .set EC_WORD_ROCK, 0xa
+ .set EC_WORD_BEAUTIFUL, 0xb
+ .set EC_WORD_BEAUTY, 0xc
+ .set EC_WORD_AIR_LOCK, 0xd
+ .set EC_WORD_PSYCHIC, 0xe
+ .set EC_WORD_HYPER_CUTTER, 0xf
+ .set EC_WORD_FIGHTING, 0x10
+ .set EC_WORD_SHADOW_TAG, 0x11
+ .set EC_WORD_SMART, 0x12
+ .set EC_WORD_SMARTNESS, 0x13
+ .set EC_WORD_SPEED_BOOST, 0x14
+ .set EC_WORD_COOL, 0x15
+ .set EC_WORD_COOLNESS, 0x16
+ .set EC_WORD_BATTLE_ARMOR, 0x17
+ .set EC_WORD_CUTE, 0x18
+ .set EC_WORD_CUTENESS, 0x19
+ .set EC_WORD_STURDY, 0x1a
+ .set EC_WORD_SUCTION_CUPS, 0x1b
+ .set EC_WORD_GRASS, 0x1c
+ .set EC_WORD_CLEAR_BODY, 0x1d
+ .set EC_WORD_TORRENT, 0x1e
+ .set EC_WORD_GHOST, 0x1f
+ .set EC_WORD_ICE, 0x20
+ .set EC_WORD_GUTS, 0x21
+ .set EC_WORD_ROUGH_SKIN, 0x22
+ .set EC_WORD_SHELL_ARMOR, 0x23
+ .set EC_WORD_NATURAL_CURE, 0x24
+ .set EC_WORD_DAMP, 0x25
+ .set EC_WORD_GROUND, 0x26
+ .set EC_WORD_LIMBER, 0x27
+ .set EC_WORD_MAGNET_PULL, 0x28
+ .set EC_WORD_WHITE_SMOKE, 0x29
+ .set EC_WORD_SYNCHRONIZE, 0x2a
+ .set EC_WORD_OVERGROW, 0x2b
+ .set EC_WORD_SWIFT_SWIM, 0x2c
+ .set EC_WORD_SAND_STREAM, 0x2d
+ .set EC_WORD_SAND_VEIL, 0x2e
+ .set EC_WORD_KEEN_EYE, 0x2f
+ .set EC_WORD_INNER_FOCUS, 0x30
+ .set EC_WORD_STATIC, 0x31
+ .set EC_WORD_TYPE, 0x32
+ .set EC_WORD_TOUGH, 0x33
+ .set EC_WORD_TOUGHNESS, 0x34
+ .set EC_WORD_SHED_SKIN, 0x35
+ .set EC_WORD_HUGE_POWER, 0x36
+ .set EC_WORD_VOLT_ABSORB, 0x37
+ .set EC_WORD_WATER_ABSORB, 0x38
+ .set EC_WORD_ELECTRIC, 0x39
+ .set EC_WORD_FORECAST, 0x3a
+ .set EC_WORD_SERENE_GRACE, 0x3b
+ .set EC_WORD_POISON, 0x3c
+ .set EC_WORD_POISON_POINT, 0x3d
+ .set EC_WORD_DRAGON, 0x3e
+ .set EC_WORD_TRACE, 0x3f
+ .set EC_WORD_OBLIVIOUS, 0x40
+ .set EC_WORD_TRUANT, 0x41
+ .set EC_WORD_RUN_AWAY, 0x42
+ .set EC_WORD_STICKY_HOLD, 0x43
+ .set EC_WORD_CLOUD_NINE, 0x44
+ .set EC_WORD_NORMAL, 0x45
+ .set EC_WORD_STEEL, 0x46
+ .set EC_WORD_ILLUMINATE, 0x47
+ .set EC_WORD_EARLY_BIRD, 0x48
+ .set EC_WORD_HUSTLE, 0x49
+ .set EC_WORD_SHINE, 0x4a
+ .set EC_WORD_FLYING, 0x4b
+ .set EC_WORD_DROUGHT, 0x4c
+ .set EC_WORD_LIGHTNINGROD, 0x4d
+ .set EC_WORD_COMPOUNDEYES, 0x4e
+ .set EC_WORD_MARVEL_SCALE, 0x4f
+ .set EC_WORD_WONDER_GUARD, 0x50
+ .set EC_WORD_INSOMNIA, 0x51
+ .set EC_WORD_LEVITATE, 0x52
+ .set EC_WORD_PLUS, 0x53
+ .set EC_WORD_PRESSURE, 0x54
+ .set EC_WORD_LIQUID_OOZE, 0x55
+ .set EC_WORD_COLOR_CHANGE, 0x56
+ .set EC_WORD_SOUNDPROOF, 0x57
+ .set EC_WORD_EFFECT_SPORE, 0x58
+ .set EC_WORD_PKRS, 0x59
+ .set EC_WORD_FIRE, 0x5a
+ .set EC_WORD_FLAME_BODY, 0x5b
+ .set EC_WORD_MINUS, 0x5c
+ .set EC_WORD_OWN_TEMPO, 0x5d
+ .set EC_WORD_MAGMA_ARMOR, 0x5e
+ .set EC_WORD_WATER, 0x5f
+ .set EC_WORD_WATER_VEIL, 0x60
+ .set EC_WORD_BUG, 0x61
+ .set EC_WORD_SWARM, 0x62
+ .set EC_WORD_CUTE_CHARM, 0x63
+ .set EC_WORD_IMMUNITY, 0x64
+ .set EC_WORD_BLAZE, 0x65
+ .set EC_WORD_PICKUP, 0x66
+ .set EC_WORD_PATTERN, 0x67
+ .set EC_WORD_FLASH_FIRE, 0x68
+ .set EC_WORD_VITAL_SPIRIT, 0x69
+ .set EC_WORD_CHLOROPHYLL, 0x6a
+ .set EC_WORD_PURE_POWER, 0x6b
+ .set EC_WORD_SHIELD_DUST, 0x6c
+
+; Battle
+ .set EC_WORD_MATCH_UP, 0x0
+ .set EC_WORD_GO, 0x1
+ .set EC_WORD_NO_1, 0x2
+ .set EC_WORD_DECIDE, 0x3
+ .set EC_WORD_LET_ME_WIN, 0x4
+ .set EC_WORD_WINS, 0x5
+ .set EC_WORD_WIN, 0x6
+ .set EC_WORD_WON, 0x7
+ .set EC_WORD_IF_I_WIN, 0x8
+ .set EC_WORD_WHEN_I_WIN, 0x9
+ .set EC_WORD_CAN_T_WIN, 0xa
+ .set EC_WORD_CAN_WIN, 0xb
+ .set EC_WORD_NO_MATCH, 0xc
+ .set EC_WORD_SPIRIT, 0xd
+ .set EC_WORD_DECIDED, 0xe
+ .set EC_WORD_TRUMP_CARD, 0xf
+ .set EC_WORD_TAKE_THAT, 0x10
+ .set EC_WORD_COME_ON, 0x11
+ .set EC_WORD_ATTACK, 0x12
+ .set EC_WORD_SURRENDER, 0x13
+ .set EC_WORD_GUTSY, 0x14
+ .set EC_WORD_TALENT, 0x15
+ .set EC_WORD_STRATEGY, 0x16
+ .set EC_WORD_SMITE, 0x17
+ .set EC_WORD_MATCH, 0x18
+ .set EC_WORD_VICTORY, 0x19
+ .set EC_WORD_OFFENSIVE, 0x1a
+ .set EC_WORD_SENSE, 0x1b
+ .set EC_WORD_VERSUS, 0x1c
+ .set EC_WORD_FIGHTS, 0x1d
+ .set EC_WORD_POWER, 0x1e
+ .set EC_WORD_CHALLENGE, 0x1f
+ .set EC_WORD_STRONG, 0x20
+ .set EC_WORD_TOO_STRONG, 0x21
+ .set EC_WORD_GO_EASY, 0x22
+ .set EC_WORD_FOE, 0x23
+ .set EC_WORD_GENIUS, 0x24
+ .set EC_WORD_LEGEND, 0x25
+ .set EC_WORD_ESCAPE, 0x26
+ .set EC_WORD_AIM, 0x27
+ .set EC_WORD_BATTLE, 0x28
+ .set EC_WORD_FIGHT, 0x29
+ .set EC_WORD_RESUSCITATE, 0x2a
+ .set EC_WORD_POINTS, 0x2b
+ .set EC_WORD_SERIOUS, 0x2c
+ .set EC_WORD_GIVE_UP, 0x2d
+ .set EC_WORD_LOSS, 0x2e
+ .set EC_WORD_IF_I_LOSE, 0x2f
+ .set EC_WORD_LOST, 0x30
+ .set EC_WORD_LOSE, 0x31
+ .set EC_WORD_GUARD, 0x32
+ .set EC_WORD_PARTNER, 0x33
+ .set EC_WORD_REJECT, 0x34
+ .set EC_WORD_ACCEPT, 0x35
+ .set EC_WORD_INVINCIBLE, 0x36
+ .set EC_WORD_RECEIVED, 0x37
+ .set EC_WORD_EASY, 0x38
+ .set EC_WORD_WEAK, 0x39
+ .set EC_WORD_TOO_WEAK, 0x3a
+ .set EC_WORD_PUSHOVER, 0x3b
+ .set EC_WORD_LEADER, 0x3c
+ .set EC_WORD_RULE, 0x3d
+ .set EC_WORD_MOVE, 0x3e
+
+; Greetings
+ .set EC_WORD_THANKS, 0x0
+ .set EC_WORD_YES, 0x1
+ .set EC_WORD_HERE_GOES, 0x2
+ .set EC_WORD_HERE_I_COME, 0x3
+ .set EC_WORD_HERE_IT_IS, 0x4
+ .set EC_WORD_YEAH, 0x5
+ .set EC_WORD_WELCOME, 0x6
+ .set EC_WORD_OI, 0x7
+ .set EC_WORD_HOW_DO, 0x8
+ .set EC_WORD_CONGRATS, 0x9
+ .set EC_WORD_GIVE_ME, 0xa
+ .set EC_WORD_SORRY, 0xb
+ .set EC_WORD_APOLOGIZE, 0xc
+ .set EC_WORD_FORGIVE, 0xd
+ .set EC_WORD_HEY_THERE, 0xe
+ .set EC_WORD_HELLO, 0xf
+ .set EC_WORD_GOOD_BYE, 0x10
+ .set EC_WORD_THANK_YOU, 0x11
+ .set EC_WORD_I_VE_ARRIVED, 0x12
+ .set EC_WORD_PARDON, 0x13
+ .set EC_WORD_EXCUSE, 0x14
+ .set EC_WORD_SEE_YA, 0x15
+ .set EC_WORD_EXCUSE_ME, 0x16
+ .set EC_WORD_WELL_THEN, 0x17
+ .set EC_WORD_GO_AHEAD, 0x18
+ .set EC_WORD_APPRECIATE, 0x19
+ .set EC_WORD_HEY_QUES, 0x1a
+ .set EC_WORD_WHAT_S_UP_QUES, 0x1b
+ .set EC_WORD_HUH_QUES, 0x1c
+ .set EC_WORD_NO, 0x1d
+ .set EC_WORD_HI, 0x1e
+ .set EC_WORD_YEAH_YEAH, 0x1f
+ .set EC_WORD_BYE_BYE, 0x20
+ .set EC_WORD_MEET_YOU, 0x21
+ .set EC_WORD_HEY, 0x22
+ .set EC_WORD_SMELL, 0x23
+ .set EC_WORD_LISTENING, 0x24
+ .set EC_WORD_HOO_HAH, 0x25
+ .set EC_WORD_YAHOO, 0x26
+ .set EC_WORD_YO, 0x27
+ .set EC_WORD_COME_OVER, 0x28
+ .set EC_WORD_COUNT_ON, 0x29
+
+; People
+ .set EC_WORD_OPPONENT, 0x0
+ .set EC_WORD_I, 0x1
+ .set EC_WORD_YOU, 0x2
+ .set EC_WORD_YOURS, 0x3
+ .set EC_WORD_SON, 0x4
+ .set EC_WORD_YOUR, 0x5
+ .set EC_WORD_YOU_RE, 0x6
+ .set EC_WORD_YOU_VE, 0x7
+ .set EC_WORD_MOTHER, 0x8
+ .set EC_WORD_GRANDFATHER, 0x9
+ .set EC_WORD_UNCLE, 0xa
+ .set EC_WORD_FATHER, 0xb
+ .set EC_WORD_BOY, 0xc
+ .set EC_WORD_ADULT, 0xd
+ .set EC_WORD_BROTHER, 0xe
+ .set EC_WORD_SISTER, 0xf
+ .set EC_WORD_GRANDMOTHER, 0x10
+ .set EC_WORD_AUNT, 0x11
+ .set EC_WORD_PARENT, 0x12
+ .set EC_WORD_MAN, 0x13
+ .set EC_WORD_ME, 0x14
+ .set EC_WORD_GIRL, 0x15
+ .set EC_WORD_BABE, 0x16
+ .set EC_WORD_FAMILY, 0x17
+ .set EC_WORD_HER, 0x18
+ .set EC_WORD_HIM, 0x19
+ .set EC_WORD_HE, 0x1a
+ .set EC_WORD_PLACE, 0x1b
+ .set EC_WORD_DAUGHTER, 0x1c
+ .set EC_WORD_HIS, 0x1d
+ .set EC_WORD_HE_S, 0x1e
+ .set EC_WORD_AREN_T, 0x1f
+ .set EC_WORD_SIBLINGS, 0x20
+ .set EC_WORD_KID, 0x21
+ .set EC_WORD_CHILDREN, 0x22
+ .set EC_WORD_MR, 0x23
+ .set EC_WORD_MRS, 0x24
+ .set EC_WORD_MYSELF, 0x25
+ .set EC_WORD_I_WAS, 0x26
+ .set EC_WORD_TO_ME, 0x27
+ .set EC_WORD_MY, 0x28
+ .set EC_WORD_I_AM, 0x29
+ .set EC_WORD_I_VE, 0x2a
+ .set EC_WORD_WHO, 0x2b
+ .set EC_WORD_SOMEONE, 0x2c
+ .set EC_WORD_WHO_WAS, 0x2d
+ .set EC_WORD_TO_WHOM, 0x2e
+ .set EC_WORD_WHOSE, 0x2f
+ .set EC_WORD_WHO_IS, 0x30
+ .set EC_WORD_IT_S, 0x31
+ .set EC_WORD_LADY, 0x32
+ .set EC_WORD_FRIEND, 0x33
+ .set EC_WORD_ALLY, 0x34
+ .set EC_WORD_PERSON, 0x35
+ .set EC_WORD_DUDE, 0x36
+ .set EC_WORD_THEY, 0x37
+ .set EC_WORD_THEY_WERE, 0x38
+ .set EC_WORD_TO_THEM, 0x39
+ .set EC_WORD_THEIR, 0x3a
+ .set EC_WORD_THEY_RE, 0x3b
+ .set EC_WORD_THEY_VE, 0x3c
+ .set EC_WORD_WE, 0x3d
+ .set EC_WORD_BEEN, 0x3e
+ .set EC_WORD_TO_US, 0x3f
+ .set EC_WORD_OUR, 0x40
+ .set EC_WORD_WE_RE, 0x41
+ .set EC_WORD_RIVAL, 0x42
+ .set EC_WORD_WE_VE, 0x43
+ .set EC_WORD_WOMAN, 0x44
+ .set EC_WORD_SHE, 0x45
+ .set EC_WORD_SHE_WAS, 0x46
+ .set EC_WORD_TO_HER, 0x47
+ .set EC_WORD_HERS, 0x48
+ .set EC_WORD_SHE_IS, 0x49
+ .set EC_WORD_SOME, 0x4a
+
+; Voices
+ .set EC_WORD_EXCL, 0x0
+ .set EC_WORD_EXCL_EXCL, 0x1
+ .set EC_WORD_QUES_EXCL, 0x2
+ .set EC_WORD_QUES, 0x3
+ .set EC_WORD_ELLIPSIS, 0x4
+ .set EC_WORD_ELLIPSIS_EXCL, 0x5
+ .set EC_WORD_ELLIPSIS_ELLIPSIS_ELLIPSIS, 0x6
+ .set EC_WORD_DASH, 0x7
+ .set EC_WORD_DASH_DASH_DASH, 0x8
+ .set EC_WORD_UH_OH, 0x9
+ .set EC_WORD_WAAAH, 0xa
+ .set EC_WORD_AHAHA, 0xb
+ .set EC_WORD_OH_QUES, 0xc
+ .set EC_WORD_NOPE, 0xd
+ .set EC_WORD_URGH, 0xe
+ .set EC_WORD_HMM, 0xf
+ .set EC_WORD_WHOAH, 0x10
+ .set EC_WORD_WROOOAAR_EXCL, 0x11
+ .set EC_WORD_WOW, 0x12
+ .set EC_WORD_GIGGLE, 0x13
+ .set EC_WORD_SIGH, 0x14
+ .set EC_WORD_UNBELIEVABLE, 0x15
+ .set EC_WORD_CRIES, 0x16
+ .set EC_WORD_AGREE, 0x17
+ .set EC_WORD_EH_QUES, 0x18
+ .set EC_WORD_CRY, 0x19
+ .set EC_WORD_EHEHE, 0x1a
+ .set EC_WORD_OI_OI_OI, 0x1b
+ .set EC_WORD_OH_YEAH, 0x1c
+ .set EC_WORD_OH, 0x1d
+ .set EC_WORD_OOPS, 0x1e
+ .set EC_WORD_SHOCKED, 0x1f
+ .set EC_WORD_EEK, 0x20
+ .set EC_WORD_GRAAAH, 0x21
+ .set EC_WORD_GWAHAHAHA, 0x22
+ .set EC_WORD_WAY, 0x23
+ .set EC_WORD_TCH, 0x24
+ .set EC_WORD_HEHE, 0x25
+ .set EC_WORD_HAH, 0x26
+ .set EC_WORD_YUP, 0x27
+ .set EC_WORD_HAHAHA, 0x28
+ .set EC_WORD_AIYEEH, 0x29
+ .set EC_WORD_HIYAH, 0x2a
+ .set EC_WORD_FUFUFU, 0x2b
+ .set EC_WORD_LOL, 0x2c
+ .set EC_WORD_SNORT, 0x2d
+ .set EC_WORD_HUMPH, 0x2e
+ .set EC_WORD_HEHEHE, 0x2f
+ .set EC_WORD_HEH, 0x30
+ .set EC_WORD_HOHOHO, 0x31
+ .set EC_WORD_UH_HUH, 0x32
+ .set EC_WORD_OH_DEAR, 0x33
+ .set EC_WORD_ARRGH, 0x34
+ .set EC_WORD_MUFUFU, 0x35
+ .set EC_WORD_MMM, 0x36
+ .set EC_WORD_OH_KAY, 0x37
+ .set EC_WORD_OKAY, 0x38
+ .set EC_WORD_LALALA, 0x39
+ .set EC_WORD_YAY, 0x3a
+ .set EC_WORD_AWW, 0x3b
+ .set EC_WORD_WOWEE, 0x3c
+ .set EC_WORD_GWAH, 0x3d
+ .set EC_WORD_WAHAHAHA, 0x3e
+
+; Speech
+ .set EC_WORD_LISTEN, 0x0
+ .set EC_WORD_NOT_VERY, 0x1
+ .set EC_WORD_MEAN, 0x2
+ .set EC_WORD_LIE, 0x3
+ .set EC_WORD_LAY, 0x4
+ .set EC_WORD_RECOMMEND, 0x5
+ .set EC_WORD_NITWIT, 0x6
+ .set EC_WORD_QUITE, 0x7
+ .set EC_WORD_FROM, 0x8
+ .set EC_WORD_FEELING, 0x9
+ .set EC_WORD_BUT, 0xa
+ .set EC_WORD_HOWEVER, 0xb
+ .set EC_WORD_CASE, 0xc
+ .set EC_WORD_THE, 0xd
+ .set EC_WORD_MISS, 0xe
+ .set EC_WORD_HOW, 0xf
+ .set EC_WORD_HIT, 0x10
+ .set EC_WORD_ENOUGH, 0x11
+ .set EC_WORD_A_LOT, 0x12
+ .set EC_WORD_A_LITTLE, 0x13
+ .set EC_WORD_ABSOLUTELY, 0x14
+ .set EC_WORD_AND, 0x15
+ .set EC_WORD_ONLY, 0x16
+ .set EC_WORD_AROUND, 0x17
+ .set EC_WORD_PROBABLY, 0x18
+ .set EC_WORD_IF, 0x19
+ .set EC_WORD_VERY, 0x1a
+ .set EC_WORD_A_TINY_BIT, 0x1b
+ .set EC_WORD_WILD, 0x1c
+ .set EC_WORD_THAT_S, 0x1d
+ .set EC_WORD_JUST, 0x1e
+ .set EC_WORD_EVEN_SO, 0x1f
+ .set EC_WORD_MUST_BE, 0x20
+ .set EC_WORD_NATURALLY, 0x21
+ .set EC_WORD_FOR_NOW, 0x22
+ .set EC_WORD_UNDERSTOOD, 0x23
+ .set EC_WORD_JOKING, 0x24
+ .set EC_WORD_READY, 0x25
+ .set EC_WORD_SOMETHING, 0x26
+ .set EC_WORD_SOMEHOW, 0x27
+ .set EC_WORD_ALTHOUGH, 0x28
+ .set EC_WORD_ALSO, 0x29
+ .set EC_WORD_PERFECT, 0x2a
+ .set EC_WORD_AS_MUCH_AS, 0x2b
+ .set EC_WORD_REALLY, 0x2c
+ .set EC_WORD_TRULY, 0x2d
+ .set EC_WORD_SERIOUSLY, 0x2e
+ .set EC_WORD_TOTALLY, 0x2f
+ .set EC_WORD_UNTIL, 0x30
+ .set EC_WORD_AS_IF, 0x31
+ .set EC_WORD_MOOD, 0x32
+ .set EC_WORD_RATHER, 0x33
+ .set EC_WORD_AWFULLY, 0x34
+ .set EC_WORD_MODE, 0x35
+ .set EC_WORD_MORE, 0x36
+ .set EC_WORD_TOO_LATE, 0x37
+ .set EC_WORD_FINALLY, 0x38
+ .set EC_WORD_ANY, 0x39
+ .set EC_WORD_INSTEAD, 0x3a
+ .set EC_WORD_FANTASTIC, 0x3b
+
+; Endings
+ .set EC_WORD_WILL, 0x0
+ .set EC_WORD_WILL_BE_HERE, 0x1
+ .set EC_WORD_OR, 0x2
+ .set EC_WORD_TIMES, 0x3
+ .set EC_WORD_WONDER, 0x4
+ .set EC_WORD_IS_IT_QUES, 0x5
+ .set EC_WORD_BE, 0x6
+ .set EC_WORD_GIMME, 0x7
+ .set EC_WORD_COULD, 0x8
+ .set EC_WORD_LIKELY_TO, 0x9
+ .set EC_WORD_WOULD, 0xa
+ .set EC_WORD_IS, 0xb
+ .set EC_WORD_ISN_T_IT_QUES, 0xc
+ .set EC_WORD_LET_S, 0xd
+ .set EC_WORD_OTHER, 0xe
+ .set EC_WORD_ARE, 0xf
+ .set EC_WORD_WAS, 0x10
+ .set EC_WORD_WERE, 0x11
+ .set EC_WORD_THOSE, 0x12
+ .set EC_WORD_ISN_T, 0x13
+ .set EC_WORD_WON_T, 0x14
+ .set EC_WORD_CAN_T, 0x15
+ .set EC_WORD_CAN, 0x16
+ .set EC_WORD_DON_T, 0x17
+ .set EC_WORD_DO, 0x18
+ .set EC_WORD_DOES, 0x19
+ .set EC_WORD_WHOM, 0x1a
+ .set EC_WORD_WHICH, 0x1b
+ .set EC_WORD_WASN_T, 0x1c
+ .set EC_WORD_WEREN_T, 0x1d
+ .set EC_WORD_HAVE, 0x1e
+ .set EC_WORD_HAVEN_T, 0x1f
+ .set EC_WORD_A, 0x20
+ .set EC_WORD_AN, 0x21
+ .set EC_WORD_NOT, 0x22
+ .set EC_WORD_THERE, 0x23
+ .set EC_WORD_OK_QUES, 0x24
+ .set EC_WORD_SO, 0x25
+ .set EC_WORD_MAYBE, 0x26
+ .set EC_WORD_ABOUT, 0x27
+ .set EC_WORD_OVER, 0x28
+ .set EC_WORD_IT, 0x29
+ .set EC_WORD_ALL, 0x2a
+ .set EC_WORD_FOR, 0x2b
+ .set EC_WORD_ON, 0x2c
+ .set EC_WORD_OFF, 0x2d
+ .set EC_WORD_AS, 0x2e
+ .set EC_WORD_TO, 0x2f
+ .set EC_WORD_WITH, 0x30
+ .set EC_WORD_BETTER, 0x31
+ .set EC_WORD_EVER, 0x32
+ .set EC_WORD_SINCE, 0x33
+ .set EC_WORD_OF, 0x34
+ .set EC_WORD_BELONGS_TO, 0x35
+ .set EC_WORD_AT, 0x36
+ .set EC_WORD_IN, 0x37
+ .set EC_WORD_OUT, 0x38
+ .set EC_WORD_TOO, 0x39
+ .set EC_WORD_LIKE, 0x3a
+ .set EC_WORD_DID, 0x3b
+ .set EC_WORD_DIDN_T, 0x3c
+ .set EC_WORD_DOESN_T, 0x3d
+ .set EC_WORD_WITHOUT, 0x3e
+ .set EC_WORD_AFTER, 0x3f
+ .set EC_WORD_BEFORE, 0x40
+ .set EC_WORD_WHILE, 0x41
+ .set EC_WORD_THAN, 0x42
+ .set EC_WORD_ONCE, 0x43
+ .set EC_WORD_ANYWHERE, 0x44
+
+; Feelings
+ .set EC_WORD_MEET, 0x0
+ .set EC_WORD_PLAY, 0x1
+ .set EC_WORD_HURRIED, 0x2
+ .set EC_WORD_GOES, 0x3
+ .set EC_WORD_GIDDY, 0x4
+ .set EC_WORD_HAPPY, 0x5
+ .set EC_WORD_HAPPINESS, 0x6
+ .set EC_WORD_EXCITE, 0x7
+ .set EC_WORD_IMPORTANT, 0x8
+ .set EC_WORD_FUNNY, 0x9
+ .set EC_WORD_GOT, 0xa
+ .set EC_WORD_GO_HOME, 0xb
+ .set EC_WORD_DISAPPOINTED, 0xc
+ .set EC_WORD_DISAPPOINTS, 0xd
+ .set EC_WORD_SAD, 0xe
+ .set EC_WORD_TRY, 0xf
+ .set EC_WORD_TRIES, 0x10
+ .set EC_WORD_HEARS, 0x11
+ .set EC_WORD_THINK, 0x12
+ .set EC_WORD_HEAR, 0x13
+ .set EC_WORD_WANTS, 0x14
+ .set EC_WORD_MISHEARD, 0x15
+ .set EC_WORD_DISLIKE, 0x16
+ .set EC_WORD_ANGRY, 0x17
+ .set EC_WORD_ANGER, 0x18
+ .set EC_WORD_SCARY, 0x19
+ .set EC_WORD_LONESOME, 0x1a
+ .set EC_WORD_DISAPPOINT, 0x1b
+ .set EC_WORD_JOY, 0x1c
+ .set EC_WORD_GETS, 0x1d
+ .set EC_WORD_NEVER, 0x1e
+ .set EC_WORD_DARN, 0x1f
+ .set EC_WORD_DOWNCAST, 0x20
+ .set EC_WORD_INCREDIBLE, 0x21
+ .set EC_WORD_LIKES, 0x22
+ .set EC_WORD_DISLIKES, 0x23
+ .set EC_WORD_BORING, 0x24
+ .set EC_WORD_CARE, 0x25
+ .set EC_WORD_CARES, 0x26
+ .set EC_WORD_ALL_RIGHT, 0x27
+ .set EC_WORD_ADORE, 0x28
+ .set EC_WORD_DISASTER, 0x29
+ .set EC_WORD_ENJOY, 0x2a
+ .set EC_WORD_ENJOYS, 0x2b
+ .set EC_WORD_EAT, 0x2c
+ .set EC_WORD_LACKING, 0x2d
+ .set EC_WORD_BAD, 0x2e
+ .set EC_WORD_HARD, 0x2f
+ .set EC_WORD_TERRIBLE, 0x30
+ .set EC_WORD_SHOULD, 0x31
+ .set EC_WORD_NICE, 0x32
+ .set EC_WORD_DRINK, 0x33
+ .set EC_WORD_SURPRISE, 0x34
+ .set EC_WORD_FEAR, 0x35
+ .set EC_WORD_WANT, 0x36
+ .set EC_WORD_WAIT, 0x37
+ .set EC_WORD_SATISFIED, 0x38
+ .set EC_WORD_SEE, 0x39
+ .set EC_WORD_RARE, 0x3a
+ .set EC_WORD_NEGATIVE, 0x3b
+ .set EC_WORD_DONE, 0x3c
+ .set EC_WORD_DANGER, 0x3d
+ .set EC_WORD_DEFEATED, 0x3e
+ .set EC_WORD_BEAT, 0x3f
+ .set EC_WORD_GREAT, 0x40
+ .set EC_WORD_ROMANTIC, 0x41
+ .set EC_WORD_QUESTION, 0x42
+ .set EC_WORD_UNDERSTAND, 0x43
+ .set EC_WORD_UNDERSTANDS, 0x44
+
+; Conditions
+ .set EC_WORD_HOT, 0x0
+ .set EC_WORD_EXISTS, 0x1
+ .set EC_WORD_EXCESS, 0x2
+ .set EC_WORD_APPROVED, 0x3
+ .set EC_WORD_HAS, 0x4
+ .set EC_WORD_GOOD, 0x5
+ .set EC_WORD_LESS, 0x6
+ .set EC_WORD_MOMENTUM, 0x7
+ .set EC_WORD_GOING, 0x8
+ .set EC_WORD_WEIRD, 0x9
+ .set EC_WORD_BUSY, 0xa
+ .set EC_WORD_TOGETHER, 0xb
+ .set EC_WORD_FULL, 0xc
+ .set EC_WORD_ABSENT, 0xd
+ .set EC_WORD_BEING, 0xe
+ .set EC_WORD_NEED, 0xf
+ .set EC_WORD_TASTY, 0x10
+ .set EC_WORD_SKILLED, 0x11
+ .set EC_WORD_NOISY, 0x12
+ .set EC_WORD_BIG, 0x13
+ .set EC_WORD_LATE, 0x14
+ .set EC_WORD_CLOSE, 0x15
+ .set EC_WORD_DOCILE, 0x16
+ .set EC_WORD_AMUSING, 0x17
+ .set EC_WORD_ENTERTAINING, 0x18
+ .set EC_WORD_PERFECTION, 0x19
+ .set EC_WORD_PRETTY, 0x1a
+ .set EC_WORD_HEALTHY, 0x1b
+ .set EC_WORD_EXCELLENT, 0x1c
+ .set EC_WORD_UPSIDE_DOWN, 0x1d
+ .set EC_WORD_COLD, 0x1e
+ .set EC_WORD_REFRESHING, 0x1f
+ .set EC_WORD_UNAVOIDABLE, 0x20
+ .set EC_WORD_MUCH, 0x21
+ .set EC_WORD_OVERWHELMING, 0x22
+ .set EC_WORD_FABULOUS, 0x23
+ .set EC_WORD_ELSE, 0x24
+ .set EC_WORD_EXPENSIVE, 0x25
+ .set EC_WORD_CORRECT, 0x26
+ .set EC_WORD_IMPOSSIBLE, 0x27
+ .set EC_WORD_SMALL, 0x28
+ .set EC_WORD_DIFFERENT, 0x29
+ .set EC_WORD_TIRED, 0x2a
+ .set EC_WORD_SKILL, 0x2b
+ .set EC_WORD_TOP, 0x2c
+ .set EC_WORD_NON_STOP, 0x2d
+ .set EC_WORD_PREPOSTEROUS, 0x2e
+ .set EC_WORD_NONE, 0x2f
+ .set EC_WORD_NOTHING, 0x30
+ .set EC_WORD_NATURAL, 0x31
+ .set EC_WORD_BECOMES, 0x32
+ .set EC_WORD_LUKEWARM, 0x33
+ .set EC_WORD_FAST, 0x34
+ .set EC_WORD_LOW, 0x35
+ .set EC_WORD_AWFUL, 0x36
+ .set EC_WORD_ALONE, 0x37
+ .set EC_WORD_BORED, 0x38
+ .set EC_WORD_SECRET, 0x39
+ .set EC_WORD_MYSTERY, 0x3a
+ .set EC_WORD_LACKS, 0x3b
+ .set EC_WORD_BEST, 0x3c
+ .set EC_WORD_LOUSY, 0x3d
+ .set EC_WORD_MISTAKE, 0x3e
+ .set EC_WORD_KIND, 0x3f
+ .set EC_WORD_WELL, 0x40
+ .set EC_WORD_WEAKENED, 0x41
+ .set EC_WORD_SIMPLE, 0x42
+ .set EC_WORD_SEEMS, 0x43
+ .set EC_WORD_BADLY, 0x44
+
+; Actions
+ .set EC_WORD_MEETS, 0x0
+ .set EC_WORD_CONCEDE, 0x1
+ .set EC_WORD_GIVE, 0x2
+ .set EC_WORD_GIVES, 0x3
+ .set EC_WORD_PLAYED, 0x4
+ .set EC_WORD_PLAYS, 0x5
+ .set EC_WORD_COLLECT, 0x6
+ .set EC_WORD_WALKING, 0x7
+ .set EC_WORD_WALKS, 0x8
+ .set EC_WORD_SAYS, 0x9
+ .set EC_WORD_WENT, 0xa
+ .set EC_WORD_SAID, 0xb
+ .set EC_WORD_WAKE_UP, 0xc
+ .set EC_WORD_WAKES_UP, 0xd
+ .set EC_WORD_ANGERS, 0xe
+ .set EC_WORD_TEACH, 0xf
+ .set EC_WORD_TEACHES, 0x10
+ .set EC_WORD_PLEASE, 0x11
+ .set EC_WORD_LEARN, 0x12
+ .set EC_WORD_CHANGE, 0x13
+ .set EC_WORD_STORY, 0x14
+ .set EC_WORD_TRUST, 0x15
+ .set EC_WORD_LAVISH, 0x16
+ .set EC_WORD_LISTENS, 0x17
+ .set EC_WORD_HEARING, 0x18
+ .set EC_WORD_TRAINS, 0x19
+ .set EC_WORD_CHOOSE, 0x1a
+ .set EC_WORD_COME, 0x1b
+ .set EC_WORD_CAME, 0x1c
+ .set EC_WORD_SEARCH, 0x1d
+ .set EC_WORD_MAKE, 0x1e
+ .set EC_WORD_CAUSE, 0x1f
+ .set EC_WORD_KNOW, 0x20
+ .set EC_WORD_KNOWS, 0x21
+ .set EC_WORD_REFUSE, 0x22
+ .set EC_WORD_STORES, 0x23
+ .set EC_WORD_BRAG, 0x24
+ .set EC_WORD_IGNORANT, 0x25
+ .set EC_WORD_THINKS, 0x26
+ .set EC_WORD_BELIEVE, 0x27
+ .set EC_WORD_SLIDE, 0x28
+ .set EC_WORD_EATS, 0x29
+ .set EC_WORD_USE, 0x2a
+ .set EC_WORD_USES, 0x2b
+ .set EC_WORD_USING, 0x2c
+ .set EC_WORD_COULDN_T, 0x2d
+ .set EC_WORD_CAPABLE, 0x2e
+ .set EC_WORD_DISAPPEAR, 0x2f
+ .set EC_WORD_APPEAR, 0x30
+ .set EC_WORD_THROW, 0x31
+ .set EC_WORD_WORRY, 0x32
+ .set EC_WORD_SLEPT, 0x33
+ .set EC_WORD_SLEEP, 0x34
+ .set EC_WORD_RELEASE, 0x35
+ .set EC_WORD_DRINKS, 0x36
+ .set EC_WORD_RUNS, 0x37
+ .set EC_WORD_RUN, 0x38
+ .set EC_WORD_WORKS, 0x39
+ .set EC_WORD_WORKING, 0x3a
+ .set EC_WORD_TALKING, 0x3b
+ .set EC_WORD_TALK, 0x3c
+ .set EC_WORD_SINK, 0x3d
+ .set EC_WORD_SMACK, 0x3e
+ .set EC_WORD_PRETEND, 0x3f
+ .set EC_WORD_PRAISE, 0x40
+ .set EC_WORD_OVERDO, 0x41
+ .set EC_WORD_SHOW, 0x42
+ .set EC_WORD_LOOKS, 0x43
+ .set EC_WORD_SEES, 0x44
+ .set EC_WORD_SEEK, 0x45
+ .set EC_WORD_OWN, 0x46
+ .set EC_WORD_TAKE, 0x47
+ .set EC_WORD_ALLOW, 0x48
+ .set EC_WORD_FORGET, 0x49
+ .set EC_WORD_FORGETS, 0x4a
+ .set EC_WORD_APPEARS, 0x4b
+ .set EC_WORD_FAINT, 0x4c
+ .set EC_WORD_FAINTED, 0x4d
+
+; Lifestyle
+ .set EC_WORD_CHORES, 0x0
+ .set EC_WORD_HOME, 0x1
+ .set EC_WORD_MONEY, 0x2
+ .set EC_WORD_ALLOWANCE, 0x3
+ .set EC_WORD_BATH, 0x4
+ .set EC_WORD_CONVERSATION, 0x5
+ .set EC_WORD_SCHOOL, 0x6
+ .set EC_WORD_COMMEMORATE, 0x7
+ .set EC_WORD_HABIT, 0x8
+ .set EC_WORD_GROUP, 0x9
+ .set EC_WORD_WORD, 0xa
+ .set EC_WORD_STORE, 0xb
+ .set EC_WORD_SERVICE, 0xc
+ .set EC_WORD_WORK, 0xd
+ .set EC_WORD_SYSTEM, 0xe
+ .set EC_WORD_TRAIN, 0xf
+ .set EC_WORD_CLASS, 0x10
+ .set EC_WORD_LESSONS, 0x11
+ .set EC_WORD_INFORMATION, 0x12
+ .set EC_WORD_LIVING, 0x13
+ .set EC_WORD_TEACHER, 0x14
+ .set EC_WORD_TOURNAMENT, 0x15
+ .set EC_WORD_LETTER, 0x16
+ .set EC_WORD_EVENT, 0x17
+ .set EC_WORD_DIGITAL, 0x18
+ .set EC_WORD_TEST, 0x19
+ .set EC_WORD_DEPT_STORE, 0x1a
+ .set EC_WORD_TELEVISION, 0x1b
+ .set EC_WORD_PHONE, 0x1c
+ .set EC_WORD_ITEM, 0x1d
+ .set EC_WORD_NAME, 0x1e
+ .set EC_WORD_NEWS, 0x1f
+ .set EC_WORD_POPULAR, 0x20
+ .set EC_WORD_PARTY, 0x21
+ .set EC_WORD_STUDY, 0x22
+ .set EC_WORD_MACHINE, 0x23
+ .set EC_WORD_MAIL, 0x24
+ .set EC_WORD_MESSAGE, 0x25
+ .set EC_WORD_PROMISE, 0x26
+ .set EC_WORD_DREAM, 0x27
+ .set EC_WORD_KINDERGARTEN, 0x28
+ .set EC_WORD_LIFE, 0x29
+ .set EC_WORD_RADIO, 0x2a
+ .set EC_WORD_RENTAL, 0x2b
+ .set EC_WORD_WORLD, 0x2c
+
+; Hobbies
+ .set EC_WORD_IDOL, 0x0
+ .set EC_WORD_ANIME, 0x1
+ .set EC_WORD_SONG, 0x2
+ .set EC_WORD_MOVIE, 0x3
+ .set EC_WORD_SWEETS, 0x4
+ .set EC_WORD_CHAT, 0x5
+ .set EC_WORD_CHILD_S_PLAY, 0x6
+ .set EC_WORD_TOYS, 0x7
+ .set EC_WORD_MUSIC, 0x8
+ .set EC_WORD_CARDS, 0x9
+ .set EC_WORD_SHOPPING, 0xa
+ .set EC_WORD_CAMERA, 0xb
+ .set EC_WORD_VIEWING, 0xc
+ .set EC_WORD_SPECTATOR, 0xd
+ .set EC_WORD_GOURMET, 0xe
+ .set EC_WORD_GAME, 0xf
+ .set EC_WORD_RPG, 0x10
+ .set EC_WORD_COLLECTION, 0x11
+ .set EC_WORD_COMPLETE, 0x12
+ .set EC_WORD_MAGAZINE, 0x13
+ .set EC_WORD_WALK, 0x14
+ .set EC_WORD_BIKE, 0x15
+ .set EC_WORD_HOBBY, 0x16
+ .set EC_WORD_SPORTS, 0x17
+ .set EC_WORD_SOFTWARE, 0x18
+ .set EC_WORD_SONGS, 0x19
+ .set EC_WORD_DIET, 0x1a
+ .set EC_WORD_TREASURE, 0x1b
+ .set EC_WORD_TRAVEL, 0x1c
+ .set EC_WORD_DANCE, 0x1d
+ .set EC_WORD_CHANNEL, 0x1e
+ .set EC_WORD_MAKING, 0x1f
+ .set EC_WORD_FISHING, 0x20
+ .set EC_WORD_DATE, 0x21
+ .set EC_WORD_DESIGN, 0x22
+ .set EC_WORD_LOCOMOTIVE, 0x23
+ .set EC_WORD_PLUSH_DOLL, 0x24
+ .set EC_WORD_PC, 0x25
+ .set EC_WORD_FLOWERS, 0x26
+ .set EC_WORD_HERO, 0x27
+ .set EC_WORD_NAP, 0x28
+ .set EC_WORD_HEROINE, 0x29
+ .set EC_WORD_FASHION, 0x2a
+ .set EC_WORD_ADVENTURE, 0x2b
+ .set EC_WORD_BOARD, 0x2c
+ .set EC_WORD_BALL, 0x2d
+ .set EC_WORD_BOOK, 0x2e
+ .set EC_WORD_FESTIVAL, 0x2f
+ .set EC_WORD_COMICS, 0x30
+ .set EC_WORD_HOLIDAY, 0x31
+ .set EC_WORD_PLANS, 0x32
+ .set EC_WORD_TRENDY, 0x33
+ .set EC_WORD_VACATION, 0x34
+ .set EC_WORD_LOOK, 0x35
+
+; Time
+ .set EC_WORD_FALL, 0x0
+ .set EC_WORD_MORNING, 0x1
+ .set EC_WORD_TOMORROW, 0x2
+ .set EC_WORD_LAST, 0x3
+ .set EC_WORD_DAY, 0x4
+ .set EC_WORD_SOMETIME, 0x5
+ .set EC_WORD_ALWAYS, 0x6
+ .set EC_WORD_CURRENT, 0x7
+ .set EC_WORD_FOREVER, 0x8
+ .set EC_WORD_DAYS, 0x9
+ .set EC_WORD_END, 0xa
+ .set EC_WORD_TUESDAY, 0xb
+ .set EC_WORD_YESTERDAY, 0xc
+ .set EC_WORD_TODAY, 0xd
+ .set EC_WORD_FRIDAY, 0xe
+ .set EC_WORD_MONDAY, 0xf
+ .set EC_WORD_LATER, 0x10
+ .set EC_WORD_EARLIER, 0x11
+ .set EC_WORD_ANOTHER, 0x12
+ .set EC_WORD_TIME, 0x13
+ .set EC_WORD_FINISH, 0x14
+ .set EC_WORD_WEDNESDAY, 0x15
+ .set EC_WORD_SOON, 0x16
+ .set EC_WORD_START, 0x17
+ .set EC_WORD_MONTH, 0x18
+ .set EC_WORD_STOP, 0x19
+ .set EC_WORD_NOW, 0x1a
+ .set EC_WORD_FINAL, 0x1b
+ .set EC_WORD_NEXT, 0x1c
+ .set EC_WORD_AGE, 0x1d
+ .set EC_WORD_SATURDAY, 0x1e
+ .set EC_WORD_SUMMER, 0x1f
+ .set EC_WORD_SUNDAY, 0x20
+ .set EC_WORD_BEGINNING, 0x21
+ .set EC_WORD_SPRING, 0x22
+ .set EC_WORD_DAYTIME, 0x23
+ .set EC_WORD_WINTER, 0x24
+ .set EC_WORD_DAILY, 0x25
+ .set EC_WORD_OLDEN, 0x26
+ .set EC_WORD_ALMOST, 0x27
+ .set EC_WORD_NEARLY, 0x28
+ .set EC_WORD_THURSDAY, 0x29
+ .set EC_WORD_NIGHTTIME, 0x2a
+ .set EC_WORD_NIGHT, 0x2b
+ .set EC_WORD_WEEK, 0x2c
+
+; Misc.
+ .set EC_WORD_HIGHS, 0x0
+ .set EC_WORD_LOWS, 0x1
+ .set EC_WORD_UM, 0x2
+ .set EC_WORD_REAR, 0x3
+ .set EC_WORD_THINGS, 0x4
+ .set EC_WORD_THING, 0x5
+ .set EC_WORD_BELOW, 0x6
+ .set EC_WORD_ABOVE, 0x7
+ .set EC_WORD_BACK, 0x8
+ .set EC_WORD_HIGH, 0x9
+ .set EC_WORD_HERE, 0xa
+ .set EC_WORD_INSIDE, 0xb
+ .set EC_WORD_OUTSIDE, 0xc
+ .set EC_WORD_BESIDE, 0xd
+ .set EC_WORD_THIS_IS_IT_EXCL, 0xe
+ .set EC_WORD_THIS, 0xf
+ .set EC_WORD_EVERY, 0x10
+ .set EC_WORD_THESE, 0x11
+ .set EC_WORD_THESE_WERE, 0x12
+ .set EC_WORD_DOWN, 0x13
+ .set EC_WORD_THAT, 0x14
+ .set EC_WORD_THOSE_ARE, 0x15
+ .set EC_WORD_THOSE_WERE, 0x16
+ .set EC_WORD_THAT_S_IT_EXCL, 0x17
+ .set EC_WORD_AM, 0x18
+ .set EC_WORD_THAT_WAS, 0x19
+ .set EC_WORD_FRONT, 0x1a
+ .set EC_WORD_UP, 0x1b
+ .set EC_WORD_CHOICE, 0x1c
+ .set EC_WORD_FAR, 0x1d
+ .set EC_WORD_AWAY, 0x1e
+ .set EC_WORD_NEAR, 0x1f
+ .set EC_WORD_WHERE, 0x20
+ .set EC_WORD_WHEN, 0x21
+ .set EC_WORD_WHAT, 0x22
+ .set EC_WORD_DEEP, 0x23
+ .set EC_WORD_SHALLOW, 0x24
+ .set EC_WORD_WHY, 0x25
+ .set EC_WORD_CONFUSED, 0x26
+ .set EC_WORD_OPPOSITE, 0x27
+ .set EC_WORD_LEFT, 0x28
+ .set EC_WORD_RIGHT, 0x29
+
+; Adjectives
+ .set EC_WORD_WANDERING, 0x0
+ .set EC_WORD_RICKETY, 0x1
+ .set EC_WORD_ROCK_SOLID, 0x2
+ .set EC_WORD_HUNGRY, 0x3
+ .set EC_WORD_TIGHT, 0x4
+ .set EC_WORD_TICKLISH, 0x5
+ .set EC_WORD_TWIRLING, 0x6
+ .set EC_WORD_SPIRALING, 0x7
+ .set EC_WORD_THIRSTY, 0x8
+ .set EC_WORD_LOLLING, 0x9
+ .set EC_WORD_SILKY, 0xa
+ .set EC_WORD_SADLY, 0xb
+ .set EC_WORD_HOPELESS, 0xc
+ .set EC_WORD_USELESS, 0xd
+ .set EC_WORD_DROOLING, 0xe
+ .set EC_WORD_EXCITING, 0xf
+ .set EC_WORD_THICK, 0x10
+ .set EC_WORD_SMOOTH, 0x11
+ .set EC_WORD_SLIMY, 0x12
+ .set EC_WORD_THIN, 0x13
+ .set EC_WORD_BREAK, 0x14
+ .set EC_WORD_VORACIOUS, 0x15
+ .set EC_WORD_SCATTER, 0x16
+ .set EC_WORD_AWESOME, 0x17
+ .set EC_WORD_WIMPY, 0x18
+ .set EC_WORD_WOBBLY, 0x19
+ .set EC_WORD_SHAKY, 0x1a
+ .set EC_WORD_RIPPED, 0x1b
+ .set EC_WORD_SHREDDED, 0x1c
+ .set EC_WORD_INCREASING, 0x1d
+ .set EC_WORD_YET, 0x1e
+ .set EC_WORD_DESTROYED, 0x1f
+ .set EC_WORD_FIERY, 0x20
+ .set EC_WORD_LOVEY_DOVEY, 0x21
+ .set EC_WORD_HAPPILY, 0x22
+ .set EC_WORD_ANTICIPATION, 0x23
+
+; Events
+ .set EC_WORD_APPEAL, 0x0
+ .set EC_WORD_EVENTS, 0x1
+ .set EC_WORD_STAY_AT_HOME, 0x2
+ .set EC_WORD_BERRY, 0x3
+ .set EC_WORD_CONTEST, 0x4
+ .set EC_WORD_MC, 0x5
+ .set EC_WORD_JUDGE, 0x6
+ .set EC_WORD_SUPER, 0x7
+ .set EC_WORD_STAGE, 0x8
+ .set EC_WORD_HALL_OF_FAME, 0x9
+ .set EC_WORD_EVOLUTION, 0xa
+ .set EC_WORD_HYPER, 0xb
+ .set EC_WORD_BATTLE_TOWER, 0xc
+ .set EC_WORD_LEADERS, 0xd
+ .set EC_WORD_BATTLE_ROOM, 0xe
+ .set EC_WORD_HIDDEN, 0xf
+ .set EC_WORD_SECRET_BASE, 0x10
+ .set EC_WORD_BLEND, 0x11
+ .set EC_WORD_POKEBLOCK, 0x12
+ .set EC_WORD_MASTER, 0x13
+ .set EC_WORD_RANK, 0x14
+ .set EC_WORD_RIBBON, 0x15
+ .set EC_WORD_CRUSH, 0x16
+ .set EC_WORD_DIRECT, 0x17
+ .set EC_WORD_TOWER, 0x18
+ .set EC_WORD_UNION, 0x19
+ .set EC_WORD_ROOM, 0x1a
+ .set EC_WORD_WIRELESS, 0x1b
+ .set EC_WORD_FRONTIER, 0x1c
+
+; Trendy Saying
+ .set EC_WORD_KTHX_BYE, 0x0
+ .set EC_WORD_YES_SIR_EXCL, 0x1
+ .set EC_WORD_AVANT_GARDE, 0x2
+ .set EC_WORD_COUPLE, 0x3
+ .set EC_WORD_MUCH_OBLIGED, 0x4
+ .set EC_WORD_YEEHAW_EXCL, 0x5
+ .set EC_WORD_MEGA, 0x6
+ .set EC_WORD_1_HIT_KO_EXCL, 0x7
+ .set EC_WORD_DESTINY, 0x8
+ .set EC_WORD_CANCEL, 0x9
+ .set EC_WORD_NEW, 0xa
+ .set EC_WORD_FLATTEN, 0xb
+ .set EC_WORD_KIDDING, 0xc
+ .set EC_WORD_LOSER, 0xd
+ .set EC_WORD_LOSING, 0xe
+ .set EC_WORD_HAPPENING, 0xf
+ .set EC_WORD_HIP_AND, 0x10
+ .set EC_WORD_SHAKE, 0x11
+ .set EC_WORD_SHADY, 0x12
+ .set EC_WORD_UPBEAT, 0x13
+ .set EC_WORD_MODERN, 0x14
+ .set EC_WORD_SMELL_YA, 0x15
+ .set EC_WORD_BANG, 0x16
+ .set EC_WORD_KNOCKOUT, 0x17
+ .set EC_WORD_HASSLE, 0x18
+ .set EC_WORD_WINNER, 0x19
+ .set EC_WORD_FEVER, 0x1a
+ .set EC_WORD_WANNABE, 0x1b
+ .set EC_WORD_BABY, 0x1c
+ .set EC_WORD_HEART, 0x1d
+ .set EC_WORD_OLD, 0x1e
+ .set EC_WORD_YOUNG, 0x1f
+ .set EC_WORD_UGLY, 0x20