diff options
480 files changed, 7397 insertions, 6 deletions
diff --git a/arm9/src/waza.c b/arm9/src/waza.c index f394fedd..5d676afa 100644 --- a/arm9/src/waza.c +++ b/arm9/src/waza.c @@ -37,8 +37,8 @@ u32 GetAttrFromWazaTbl(struct WazaTbl * wazaTbl, MoveAttr attr) { case MOVEATTR_EFFECT: return wazaTbl->effect; - case MOVEATTR_UNK1: - return wazaTbl->unk2; + case MOVEATTR_CLASS: + return wazaTbl->class; case MOVEATTR_POWER: return wazaTbl->power; case MOVEATTR_TYPE: diff --git a/files/poketool/waza/waza_tbl.json b/files/poketool/waza/waza_tbl.json new file mode 100644 index 00000000..98f3000b --- /dev/null +++ b/files/poketool/waza/waza_tbl.json @@ -0,0 +1,7069 @@ +{ + "waza_tbl": [ + { + "name": "MOVE_NONE", + "effect": "MOVE_EFFECT_NORMAL_HIT", + "class": "CLASS_PHYSICAL", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 0, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 0, + "unkC": 0, + "contestType": "COOL" + }, + { + "name": "MOVE_POUND", + "effect": "MOVE_EFFECT_NORMAL_HIT", + "class": "CLASS_PHYSICAL", + "power": 40, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 35, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 115, + "unkC": 5, + "contestType": "TOUGH" + }, + { + "name": "MOVE_KARATE_CHOP", + "effect": "MOVE_EFFECT_HIGH_CRIT", + "class": "CLASS_PHYSICAL", + "power": 50, + "type": "TYPE_FIGHTING", + "accuracy": 100, + "pp": 25, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 115, + "unkC": 5, + "contestType": "TOUGH" + }, + { + "name": "MOVE_DOUBLE_SLAP", + "effect": "MOVE_EFFECT_MULTIHIT_2_5", + "class": "CLASS_PHYSICAL", + "power": 15, + "type": "TYPE_NORMAL", + "accuracy": 85, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 115, + "unkC": 7, + "contestType": "TOUGH" + }, + { + "name": "MOVE_COMET_PUNCH", + "effect": "MOVE_EFFECT_MULTIHIT_2_5", + "class": "CLASS_PHYSICAL", + "power": 18, + "type": "TYPE_NORMAL", + "accuracy": 85, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 115, + "unkC": 7, + "contestType": "TOUGH" + }, + { + "name": "MOVE_MEGA_PUNCH", + "effect": "MOVE_EFFECT_NORMAL_HIT", + "class": "CLASS_PHYSICAL", + "power": 80, + "type": "TYPE_NORMAL", + "accuracy": 85, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 18, + "contestType": "TOUGH" + }, + { + "name": "MOVE_PAY_DAY", + "effect": "MOVE_EFFECT_PAYDAY", + "class": "CLASS_PHYSICAL", + "power": 40, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 23, + "contestType": "SMART" + }, + { + "name": "MOVE_FIRE_PUNCH", + "effect": "MOVE_EFFECT_BURN_HIT", + "class": "CLASS_PHYSICAL", + "power": 75, + "type": "TYPE_FIRE", + "accuracy": 100, + "pp": 15, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 19, + "unkC": 17, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_ICE_PUNCH", + "effect": "MOVE_EFFECT_FREEZE_HIT", + "class": "CLASS_PHYSICAL", + "power": 75, + "type": "TYPE_ICE", + "accuracy": 100, + "pp": 15, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 19, + "unkC": 17, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_THUNDER_PUNCH", + "effect": "MOVE_EFFECT_PARALYZE_HIT", + "class": "CLASS_PHYSICAL", + "power": 75, + "type": "TYPE_ELECTRIC", + "accuracy": 100, + "pp": 15, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 19, + "unkC": 17, + "contestType": "COOL" + }, + { + "name": "MOVE_SCRATCH", + "effect": "MOVE_EFFECT_NORMAL_HIT", + "class": "CLASS_PHYSICAL", + "power": 40, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 35, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 115, + "unkC": 5, + "contestType": "TOUGH" + }, + { + "name": "MOVE_VISE_GRIP", + "effect": "MOVE_EFFECT_NORMAL_HIT", + "class": "CLASS_PHYSICAL", + "power": 55, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 30, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 5, + "contestType": "TOUGH" + }, + { + "name": "MOVE_GUILLOTINE", + "effect": "MOVE_EFFECT_OHKO", + "class": "CLASS_PHYSICAL", + "power": 1, + "type": "TYPE_NORMAL", + "accuracy": 30, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 19, + "unkC": 9, + "contestType": "COOL" + }, + { + "name": "MOVE_RAZOR_WIND", + "effect": "MOVE_EFFECT_RAZOR_WIND", + "class": "CLASS_SPECIAL", + "power": 80, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 10, + "effectChance": 0, + "unk8": 4, + "priority": 0, + "unkB": 50, + "unkC": 6, + "contestType": "COOL" + }, + { + "name": "MOVE_SWORDS_DANCE", + "effect": "MOVE_EFFECT_ATTACK_2UP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 30, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 72, + "unkC": 11, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_CUT", + "effect": "MOVE_EFFECT_NORMAL_HIT", + "class": "CLASS_PHYSICAL", + "power": 50, + "type": "TYPE_NORMAL", + "accuracy": 95, + "pp": 30, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 115, + "unkC": 5, + "contestType": "COOL" + }, + { + "name": "MOVE_GUST", + "effect": "MOVE_EFFECT_GUST", + "class": "CLASS_SPECIAL", + "power": 40, + "type": "TYPE_FLYING", + "accuracy": 100, + "pp": 35, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 5, + "contestType": "SMART" + }, + { + "name": "MOVE_WING_ATTACK", + "effect": "MOVE_EFFECT_NORMAL_HIT", + "class": "CLASS_PHYSICAL", + "power": 60, + "type": "TYPE_FLYING", + "accuracy": 100, + "pp": 35, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 115, + "unkC": 5, + "contestType": "COOL" + }, + { + "name": "MOVE_WHIRLWIND", + "effect": "MOVE_EFFECT_SWITCH_FOE", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": -6, + "unkB": 82, + "unkC": 9, + "contestType": "SMART" + }, + { + "name": "MOVE_FLY", + "effect": "MOVE_EFFECT_FLY", + "class": "CLASS_PHYSICAL", + "power": 90, + "type": "TYPE_FLYING", + "accuracy": 95, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 179, + "unkC": 6, + "contestType": "SMART" + }, + { + "name": "MOVE_BIND", + "effect": "MOVE_EFFECT_TRAP_HIT", + "class": "CLASS_PHYSICAL", + "power": 15, + "type": "TYPE_NORMAL", + "accuracy": 75, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 115, + "unkC": 21, + "contestType": "TOUGH" + }, + { + "name": "MOVE_SLAM", + "effect": "MOVE_EFFECT_NORMAL_HIT", + "class": "CLASS_PHYSICAL", + "power": 80, + "type": "TYPE_NORMAL", + "accuracy": 75, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 5, + "contestType": "TOUGH" + }, + { + "name": "MOVE_VINE_WHIP", + "effect": "MOVE_EFFECT_NORMAL_HIT", + "class": "CLASS_PHYSICAL", + "power": 35, + "type": "TYPE_GRASS", + "accuracy": 100, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 115, + "unkC": 5, + "contestType": "COOL" + }, + { + "name": "MOVE_STOMP", + "effect": "MOVE_EFFECT_STOMP", + "class": "CLASS_PHYSICAL", + "power": 65, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 20, + "effectChance": 30, + "unk8": 0, + "priority": 0, + "unkB": 83, + "unkC": 5, + "contestType": "TOUGH" + }, + { + "name": "MOVE_DOUBLE_KICK", + "effect": "MOVE_EFFECT_DOUBLE_HIT", + "class": "CLASS_PHYSICAL", + "power": 30, + "type": "TYPE_FIGHTING", + "accuracy": 100, + "pp": 30, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 115, + "unkC": 7, + "contestType": "COOL" + }, + { + "name": "MOVE_MEGA_KICK", + "effect": "MOVE_EFFECT_NORMAL_HIT", + "class": "CLASS_PHYSICAL", + "power": 120, + "type": "TYPE_NORMAL", + "accuracy": 75, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 179, + "unkC": 18, + "contestType": "COOL" + }, + { + "name": "MOVE_JUMP_KICK", + "effect": "MOVE_EFFECT_JUMP_KICK", + "class": "CLASS_PHYSICAL", + "power": 85, + "type": "TYPE_FIGHTING", + "accuracy": 95, + "pp": 25, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 5, + "contestType": "COOL" + }, + { + "name": "MOVE_ROLLING_KICK", + "effect": "MOVE_EFFECT_FLINCH_HIT", + "class": "CLASS_PHYSICAL", + "power": 60, + "type": "TYPE_FIGHTING", + "accuracy": 85, + "pp": 15, + "effectChance": 30, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 5, + "contestType": "COOL" + }, + { + "name": "MOVE_SAND_ATTACK", + "effect": "MOVE_EFFECT_ACCURACY_DOWN", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_GROUND", + "accuracy": 100, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 22, + "unkC": 19, + "contestType": "CUTE" + }, + { + "name": "MOVE_HEADBUTT", + "effect": "MOVE_EFFECT_FLINCH_HIT", + "class": "CLASS_PHYSICAL", + "power": 70, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 15, + "effectChance": 30, + "unk8": 0, + "priority": 0, + "unkB": 83, + "unkC": 5, + "contestType": "TOUGH" + }, + { + "name": "MOVE_HORN_ATTACK", + "effect": "MOVE_EFFECT_NORMAL_HIT", + "class": "CLASS_PHYSICAL", + "power": 65, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 25, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 5, + "contestType": "COOL" + }, + { + "name": "MOVE_FURY_ATTACK", + "effect": "MOVE_EFFECT_MULTIHIT_2_5", + "class": "CLASS_PHYSICAL", + "power": 15, + "type": "TYPE_NORMAL", + "accuracy": 85, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 115, + "unkC": 7, + "contestType": "COOL" + }, + { + "name": "MOVE_HORN_DRILL", + "effect": "MOVE_EFFECT_OHKO", + "class": "CLASS_PHYSICAL", + "power": 1, + "type": "TYPE_NORMAL", + "accuracy": 30, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 19, + "unkC": 9, + "contestType": "COOL" + }, + { + "name": "MOVE_TACKLE", + "effect": "MOVE_EFFECT_NORMAL_HIT", + "class": "CLASS_PHYSICAL", + "power": 35, + "type": "TYPE_NORMAL", + "accuracy": 95, + "pp": 35, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 115, + "unkC": 5, + "contestType": "TOUGH" + }, + { + "name": "MOVE_BODY_SLAM", + "effect": "MOVE_EFFECT_PARALYZE_HIT", + "class": "CLASS_PHYSICAL", + "power": 85, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 15, + "effectChance": 30, + "unk8": 0, + "priority": 0, + "unkB": 83, + "unkC": 5, + "contestType": "TOUGH" + }, + { + "name": "MOVE_WRAP", + "effect": "MOVE_EFFECT_TRAP_HIT", + "class": "CLASS_PHYSICAL", + "power": 15, + "type": "TYPE_NORMAL", + "accuracy": 85, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 21, + "contestType": "TOUGH" + }, + { + "name": "MOVE_TAKE_DOWN", + "effect": "MOVE_EFFECT_RECOIL_HIT", + "class": "CLASS_PHYSICAL", + "power": 90, + "type": "TYPE_NORMAL", + "accuracy": 85, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 5, + "contestType": "TOUGH" + }, + { + "name": "MOVE_THRASH", + "effect": "MOVE_EFFECT_RAMPAGE", + "class": "CLASS_PHYSICAL", + "power": 90, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 2, + "priority": 0, + "unkB": 51, + "unkC": 7, + "contestType": "TOUGH" + }, + { + "name": "MOVE_DOUBLE_EDGE", + "effect": "MOVE_EFFECT_RECOIL_HIT_HARD", + "class": "CLASS_PHYSICAL", + "power": 120, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 179, + "unkC": 9, + "contestType": "TOUGH" + }, + { + "name": "MOVE_TAIL_WHIP", + "effect": "MOVE_EFFECT_DEFENSE_DOWN", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 30, + "effectChance": 0, + "unk8": 4, + "priority": 0, + "unkB": 86, + "unkC": 19, + "contestType": "CUTE" + }, + { + "name": "MOVE_POISON_STING", + "effect": "MOVE_EFFECT_POISON_HIT", + "class": "CLASS_PHYSICAL", + "power": 15, + "type": "TYPE_POISON", + "accuracy": 100, + "pp": 35, + "effectChance": 30, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 19, + "contestType": "SMART" + }, + { + "name": "MOVE_TWINEEDLE", + "effect": "MOVE_EFFECT_POISON_DOUBLE_HIT", + "class": "CLASS_PHYSICAL", + "power": 25, + "type": "TYPE_BUG", + "accuracy": 100, + "pp": 20, + "effectChance": 20, + "unk8": 0, + "priority": 0, + "unkB": 82, + "unkC": 7, + "contestType": "COOL" + }, + { + "name": "MOVE_PIN_MISSILE", + "effect": "MOVE_EFFECT_MULTIHIT_2_5", + "class": "CLASS_PHYSICAL", + "power": 14, + "type": "TYPE_BUG", + "accuracy": 85, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 114, + "unkC": 7, + "contestType": "COOL" + }, + { + "name": "MOVE_LEER", + "effect": "MOVE_EFFECT_DEFENSE_DOWN", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 30, + "effectChance": 0, + "unk8": 4, + "priority": 0, + "unkB": 22, + "unkC": 19, + "contestType": "COOL" + }, + { + "name": "MOVE_BITE", + "effect": "MOVE_EFFECT_FLINCH_HIT", + "class": "CLASS_PHYSICAL", + "power": 60, + "type": "TYPE_DARK", + "accuracy": 100, + "pp": 25, + "effectChance": 30, + "unk8": 0, + "priority": 0, + "unkB": 19, + "unkC": 5, + "contestType": "TOUGH" + }, + { + "name": "MOVE_GROWL", + "effect": "MOVE_EFFECT_ATTACK_DOWN", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 40, + "effectChance": 0, + "unk8": 4, + "priority": 0, + "unkB": 86, + "unkC": 19, + "contestType": "CUTE" + }, + { + "name": "MOVE_ROAR", + "effect": "MOVE_EFFECT_SWITCH_FOE", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": -6, + "unkB": 82, + "unkC": 19, + "contestType": "COOL" + }, + { + "name": "MOVE_SING", + "effect": "MOVE_EFFECT_SLEEP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 55, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 22, + "unkC": 19, + "contestType": "CUTE" + }, + { + "name": "MOVE_SUPERSONIC", + "effect": "MOVE_EFFECT_CONFUSE", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 55, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 22, + "unkC": 19, + "contestType": "SMART" + }, + { + "name": "MOVE_SONIC_BOOM", + "effect": "MOVE_EFFECT_FIXED_20", + "class": "CLASS_SPECIAL", + "power": 1, + "type": "TYPE_NORMAL", + "accuracy": 90, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 114, + "unkC": 5, + "contestType": "COOL" + }, + { + "name": "MOVE_DISABLE", + "effect": "MOVE_EFFECT_DISABLE", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 80, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 19, + "contestType": "SMART" + }, + { + "name": "MOVE_ACID", + "effect": "MOVE_EFFECT_SPDEF_DOWN_HIT", + "class": "CLASS_SPECIAL", + "power": 40, + "type": "TYPE_POISON", + "accuracy": 100, + "pp": 30, + "effectChance": 10, + "unk8": 4, + "priority": 0, + "unkB": 18, + "unkC": 5, + "contestType": "SMART" + }, + { + "name": "MOVE_EMBER", + "effect": "MOVE_EFFECT_BURN_HIT", + "class": "CLASS_SPECIAL", + "power": 40, + "type": "TYPE_FIRE", + "accuracy": 100, + "pp": 25, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 82, + "unkC": 5, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_FLAMETHROWER", + "effect": "MOVE_EFFECT_BURN_HIT", + "class": "CLASS_SPECIAL", + "power": 95, + "type": "TYPE_FIRE", + "accuracy": 100, + "pp": 15, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 17, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_MIST", + "effect": "MOVE_EFFECT_MIST", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_ICE", + "accuracy": 0, + "pp": 30, + "effectChance": 0, + "unk8": 32, + "priority": 0, + "unkB": 8, + "unkC": 13, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_WATER_GUN", + "effect": "MOVE_EFFECT_NORMAL_HIT", + "class": "CLASS_SPECIAL", + "power": 40, + "type": "TYPE_WATER", + "accuracy": 100, + "pp": 25, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 5, + "contestType": "CUTE" + }, + { + "name": "MOVE_HYDRO_PUMP", + "effect": "MOVE_EFFECT_NORMAL_HIT", + "class": "CLASS_SPECIAL", + "power": 120, + "type": "TYPE_WATER", + "accuracy": 80, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 178, + "unkC": 17, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_SURF", + "effect": "MOVE_EFFECT_SURF", + "class": "CLASS_SPECIAL", + "power": 95, + "type": "TYPE_WATER", + "accuracy": 100, + "pp": 15, + "effectChance": 0, + "unk8": 8, + "priority": 0, + "unkB": 50, + "unkC": 17, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_ICE_BEAM", + "effect": "MOVE_EFFECT_FREEZE_HIT", + "class": "CLASS_SPECIAL", + "power": 95, + "type": "TYPE_ICE", + "accuracy": 100, + "pp": 10, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 17, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_BLIZZARD", + "effect": "MOVE_EFFECT_BLIZZARD", + "class": "CLASS_SPECIAL", + "power": 120, + "type": "TYPE_ICE", + "accuracy": 70, + "pp": 5, + "effectChance": 10, + "unk8": 4, + "priority": 0, + "unkB": 146, + "unkC": 17, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_PSYBEAM", + "effect": "MOVE_EFFECT_CONFUSE_HIT", + "class": "CLASS_SPECIAL", + "power": 65, + "type": "TYPE_PSYCHIC", + "accuracy": 100, + "pp": 20, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 17, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_BUBBLE_BEAM", + "effect": "MOVE_EFFECT_SPEED_DOWN_HIT", + "class": "CLASS_SPECIAL", + "power": 65, + "type": "TYPE_WATER", + "accuracy": 100, + "pp": 20, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 2, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_AURORA_BEAM", + "effect": "MOVE_EFFECT_ATTACK_DOWN_HIT", + "class": "CLASS_SPECIAL", + "power": 65, + "type": "TYPE_ICE", + "accuracy": 100, + "pp": 20, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 17, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_HYPER_BEAM", + "effect": "MOVE_EFFECT_HIT_RECHARGE", + "class": "CLASS_SPECIAL", + "power": 150, + "type": "TYPE_NORMAL", + "accuracy": 90, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 178, + "unkC": 22, + "contestType": "COOL" + }, + { + "name": "MOVE_PECK", + "effect": "MOVE_EFFECT_NORMAL_HIT", + "class": "CLASS_PHYSICAL", + "power": 35, + "type": "TYPE_FLYING", + "accuracy": 100, + "pp": 35, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 115, + "unkC": 5, + "contestType": "COOL" + }, + { + "name": "MOVE_DRILL_PECK", + "effect": "MOVE_EFFECT_NORMAL_HIT", + "class": "CLASS_PHYSICAL", + "power": 80, + "type": "TYPE_FLYING", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 5, + "contestType": "COOL" + }, + { + "name": "MOVE_SUBMISSION", + "effect": "MOVE_EFFECT_RECOIL_HIT", + "class": "CLASS_PHYSICAL", + "power": 80, + "type": "TYPE_FIGHTING", + "accuracy": 80, + "pp": 25, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 5, + "contestType": "COOL" + }, + { + "name": "MOVE_LOW_KICK", + "effect": "MOVE_EFFECT_STRONGER_HEAVIER", + "class": "CLASS_PHYSICAL", + "power": 1, + "type": "TYPE_FIGHTING", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 115, + "unkC": 5, + "contestType": "TOUGH" + }, + { + "name": "MOVE_COUNTER", + "effect": "MOVE_EFFECT_COUNTER", + "class": "CLASS_PHYSICAL", + "power": 1, + "type": "TYPE_FIGHTING", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 1, + "priority": -5, + "unkB": 1, + "unkC": 15, + "contestType": "TOUGH" + }, + { + "name": "MOVE_SEISMIC_TOSS", + "effect": "MOVE_EFFECT_LEVEL_DAMAGE", + "class": "CLASS_PHYSICAL", + "power": 1, + "type": "TYPE_FIGHTING", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 179, + "unkC": 5, + "contestType": "TOUGH" + }, + { + "name": "MOVE_STRENGTH", + "effect": "MOVE_EFFECT_NORMAL_HIT", + "class": "CLASS_PHYSICAL", + "power": 80, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 5, + "contestType": "TOUGH" + }, + { + "name": "MOVE_ABSORB", + "effect": "MOVE_EFFECT_DRAIN_HP", + "class": "CLASS_SPECIAL", + "power": 20, + "type": "TYPE_GRASS", + "accuracy": 100, + "pp": 25, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 20, + "contestType": "SMART" + }, + { + "name": "MOVE_MEGA_DRAIN", + "effect": "MOVE_EFFECT_DRAIN_HP", + "class": "CLASS_SPECIAL", + "power": 40, + "type": "TYPE_GRASS", + "accuracy": 100, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 20, + "contestType": "SMART" + }, + { + "name": "MOVE_LEECH_SEED", + "effect": "MOVE_EFFECT_LEECH_SEED", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_GRASS", + "accuracy": 90, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 22, + "unkC": 21, + "contestType": "SMART" + }, + { + "name": "MOVE_GROWTH", + "effect": "MOVE_EFFECT_SPATK_UP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 40, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 72, + "unkC": 11, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_RAZOR_LEAF", + "effect": "MOVE_EFFECT_HIGH_CRIT", + "class": "CLASS_PHYSICAL", + "power": 55, + "type": "TYPE_GRASS", + "accuracy": 95, + "pp": 25, + "effectChance": 0, + "unk8": 4, + "priority": 0, + "unkB": 50, + "unkC": 5, + "contestType": "COOL" + }, + { + "name": "MOVE_SOLAR_BEAM", + "effect": "MOVE_EFFECT_SOLAR_BEAM", + "class": "CLASS_SPECIAL", + "power": 120, + "type": "TYPE_GRASS", + "accuracy": 100, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 6, + "contestType": "COOL" + }, + { + "name": "MOVE_POISON_POWDER", + "effect": "MOVE_EFFECT_POISON", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_POISON", + "accuracy": 75, + "pp": 35, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 86, + "unkC": 19, + "contestType": "SMART" + }, + { + "name": "MOVE_STUN_SPORE", + "effect": "MOVE_EFFECT_PARALYZE", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_GRASS", + "accuracy": 75, + "pp": 30, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 86, + "unkC": 19, + "contestType": "SMART" + }, + { + "name": "MOVE_SLEEP_POWDER", + "effect": "MOVE_EFFECT_SLEEP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_GRASS", + "accuracy": 75, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 86, + "unkC": 19, + "contestType": "SMART" + }, + { + "name": "MOVE_PETAL_DANCE", + "effect": "MOVE_EFFECT_RAMPAGE", + "class": "CLASS_SPECIAL", + "power": 90, + "type": "TYPE_GRASS", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 2, + "priority": 0, + "unkB": 51, + "unkC": 21, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_STRING_SHOT", + "effect": "MOVE_EFFECT_SPEED_DOWN", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_BUG", + "accuracy": 95, + "pp": 40, + "effectChance": 0, + "unk8": 4, + "priority": 0, + "unkB": 22, + "unkC": 19, + "contestType": "SMART" + }, + { + "name": "MOVE_DRAGON_RAGE", + "effect": "MOVE_EFFECT_FIXED_40", + "class": "CLASS_SPECIAL", + "power": 1, + "type": "TYPE_DRAGON", + "accuracy": 100, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 5, + "contestType": "COOL" + }, + { + "name": "MOVE_FIRE_SPIN", + "effect": "MOVE_EFFECT_TRAP_HIT", + "class": "CLASS_SPECIAL", + "power": 15, + "type": "TYPE_FIRE", + "accuracy": 70, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 21, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_THUNDER_SHOCK", + "effect": "MOVE_EFFECT_PARALYZE_HIT", + "class": "CLASS_SPECIAL", + "power": 40, + "type": "TYPE_ELECTRIC", + "accuracy": 100, + "pp": 30, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 5, + "contestType": "COOL" + }, + { + "name": "MOVE_THUNDERBOLT", + "effect": "MOVE_EFFECT_PARALYZE_HIT", + "class": "CLASS_SPECIAL", + "power": 95, + "type": "TYPE_ELECTRIC", + "accuracy": 100, + "pp": 15, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 17, + "contestType": "COOL" + }, + { + "name": "MOVE_THUNDER_WAVE", + "effect": "MOVE_EFFECT_PARALYZE", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_ELECTRIC", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 22, + "unkC": 19, + "contestType": "COOL" + }, + { + "name": "MOVE_THUNDER", + "effect": "MOVE_EFFECT_THUNDER", + "class": "CLASS_SPECIAL", + "power": 120, + "type": "TYPE_ELECTRIC", + "accuracy": 70, + "pp": 10, + "effectChance": 30, + "unk8": 0, + "priority": 0, + "unkB": 146, + "unkC": 17, + "contestType": "COOL" + }, + { + "name": "MOVE_ROCK_THROW", + "effect": "MOVE_EFFECT_NORMAL_HIT", + "class": "CLASS_PHYSICAL", + "power": 50, + "type": "TYPE_ROCK", + "accuracy": 90, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 5, + "contestType": "TOUGH" + }, + { + "name": "MOVE_EARTHQUAKE", + "effect": "MOVE_EFFECT_EARTHQUAKE", + "class": "CLASS_PHYSICAL", + "power": 100, + "type": "TYPE_GROUND", + "accuracy": 100, + "pp": 10, + "effectChance": 0, + "unk8": 8, + "priority": 0, + "unkB": 50, + "unkC": 18, + "contestType": "TOUGH" + }, + { + "name": "MOVE_FISSURE", + "effect": "MOVE_EFFECT_OHKO", + "class": "CLASS_PHYSICAL", + "power": 1, + "type": "TYPE_GROUND", + "accuracy": 30, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 146, + "unkC": 9, + "contestType": "TOUGH" + }, + { + "name": "MOVE_DIG", + "effect": "MOVE_EFFECT_DIG", + "class": "CLASS_PHYSICAL", + "power": 80, + "type": "TYPE_GROUND", + "accuracy": 100, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 6, + "contestType": "SMART" + }, + { + "name": "MOVE_TOXIC", + "effect": "MOVE_EFFECT_TOXIC", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_POISON", + "accuracy": 85, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 22, + "unkC": 19, + "contestType": "SMART" + }, + { + "name": "MOVE_CONFUSION", + "effect": "MOVE_EFFECT_CONFUSE_HIT", + "class": "CLASS_SPECIAL", + "power": 50, + "type": "TYPE_PSYCHIC", + "accuracy": 100, + "pp": 25, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 5, + "contestType": "SMART" + }, + { + "name": "MOVE_PSYCHIC", + "effect": "MOVE_EFFECT_SPDEF_DOWN_HIT", + "class": "CLASS_SPECIAL", + "power": 90, + "type": "TYPE_PSYCHIC", + "accuracy": 100, + "pp": 10, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 17, + "contestType": "SMART" + }, + { + "name": "MOVE_HYPNOSIS", + "effect": "MOVE_EFFECT_SLEEP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_PSYCHIC", + "accuracy": 70, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 22, + "unkC": 19, + "contestType": "SMART" + }, + { + "name": "MOVE_MEDITATE", + "effect": "MOVE_EFFECT_ATTACK_UP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_PSYCHIC", + "accuracy": 0, + "pp": 40, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 8, + "unkC": 11, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_AGILITY", + "effect": "MOVE_EFFECT_SPEED_2UP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_PSYCHIC", + "accuracy": 0, + "pp": 30, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 136, + "unkC": 1, + "contestType": "COOL" + }, + { + "name": "MOVE_QUICK_ATTACK", + "effect": "MOVE_EFFECT_PRIORITY_HIT", + "class": "CLASS_PHYSICAL", + "power": 40, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 30, + "effectChance": 0, + "unk8": 0, + "priority": 1, + "unkB": 115, + "unkC": 1, + "contestType": "COOL" + }, + { + "name": "MOVE_RAGE", + "effect": "MOVE_EFFECT_RAGE", + "class": "CLASS_PHYSICAL", + "power": 20, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 11, + "contestType": "COOL" + }, + { + "name": "MOVE_TELEPORT", + "effect": "MOVE_EFFECT_TELEPORT", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_PSYCHIC", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 0, + "unkC": 1, + "contestType": "COOL" + }, + { + "name": "MOVE_NIGHT_SHADE", + "effect": "MOVE_EFFECT_LEVEL_DAMAGE", + "class": "CLASS_SPECIAL", + "power": 1, + "type": "TYPE_GHOST", + "accuracy": 100, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 5, + "contestType": "SMART" + }, + { + "name": "MOVE_MIMIC", + "effect": "MOVE_EFFECT_MIMIC", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 2, + "unkC": 12, + "contestType": "CUTE" + }, + { + "name": "MOVE_SCREECH", + "effect": "MOVE_EFFECT_DEFENSE_2DOWN", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 85, + "pp": 40, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 86, + "unkC": 10, + "contestType": "SMART" + }, + { + "name": "MOVE_DOUBLE_TEAM", + "effect": "MOVE_EFFECT_EVASION_UP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 15, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 72, + "unkC": 1, + "contestType": "COOL" + }, + { + "name": "MOVE_RECOVER", + "effect": "MOVE_EFFECT_RESTORE_HP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 72, + "unkC": 8, + "contestType": "SMART" + }, + { + "name": "MOVE_HARDEN", + "effect": "MOVE_EFFECT_DEFENSE_UP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 30, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 72, + "unkC": 13, + "contestType": "TOUGH" + }, + { + "name": "MOVE_MINIMIZE", + "effect": "MOVE_EFFECT_MINIMIZE", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 8, + "unkC": 13, + "contestType": "CUTE" + }, + { + "name": "MOVE_SMOKESCREEN", + "effect": "MOVE_EFFECT_ACCURACY_DOWN", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 22, + "unkC": 10, + "contestType": "SMART" + }, + { + "name": "MOVE_CONFUSE_RAY", + "effect": "MOVE_EFFECT_CONFUSE", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_GHOST", + "accuracy": 100, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 22, + "unkC": 10, + "contestType": "SMART" + }, + { + "name": "MOVE_WITHDRAW", + "effect": "MOVE_EFFECT_DEFENSE_UP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_WATER", + "accuracy": 0, + "pp": 40, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 72, + "unkC": 13, + "contestType": "CUTE" + }, + { + "name": "MOVE_DEFENSE_CURL", + "effect": "MOVE_EFFECT_DEFENSE_CURL", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 40, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 72, + "unkC": 13, + "contestType": "CUTE" + }, + { + "name": "MOVE_BARRIER", + "effect": "MOVE_EFFECT_DEFENSE_2UP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_PSYCHIC", + "accuracy": 0, + "pp": 30, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 72, + "unkC": 13, + "contestType": "COOL" + }, + { + "name": "MOVE_LIGHT_SCREEN", + "effect": "MOVE_EFFECT_LIGHT_SCREEN", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_PSYCHIC", + "accuracy": 0, + "pp": 30, + "effectChance": 0, + "unk8": 32, + "priority": 0, + "unkB": 72, + "unkC": 13, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_HAZE", + "effect": "MOVE_EFFECT_STATS_RESET", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_ICE", + "accuracy": 0, + "pp": 30, + "effectChance": 0, + "unk8": 64, + "priority": 0, + "unkB": 0, + "unkC": 13, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_REFLECT", + "effect": "MOVE_EFFECT_REFLECT", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_PSYCHIC", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 32, + "priority": 0, + "unkB": 72, + "unkC": 13, + "contestType": "SMART" + }, + { + "name": "MOVE_FOCUS_ENERGY", + "effect": "MOVE_EFFECT_CRIT_CHANCE_UP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 30, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 72, + "unkC": 11, + "contestType": "COOL" + }, + { + "name": "MOVE_BIDE", + "effect": "MOVE_EFFECT_BIDE", + "class": "CLASS_PHYSICAL", + "power": 1, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 16, + "priority": 1, + "unkB": 99, + "unkC": 15, + "contestType": "TOUGH" + }, + { + "name": "MOVE_METRONOME", + "effect": "MOVE_EFFECT_METRONOME", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 1, + "priority": 0, + "unkB": 64, + "unkC": 14, + "contestType": "CUTE" + }, + { + "name": "MOVE_MIRROR_MOVE", + "effect": "MOVE_EFFECT_MIRROR_MOVE", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_FLYING", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 1, + "priority": 0, + "unkB": 0, + "unkC": 15, + "contestType": "SMART" + }, + { + "name": "MOVE_SELF_DESTRUCT", + "effect": "MOVE_EFFECT_EXPLOSION", + "class": "CLASS_PHYSICAL", + "power": 200, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 5, + "effectChance": 0, + "unk8": 8, + "priority": 0, + "unkB": 50, + "unkC": 9, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_EGG_BOMB", + "effect": "MOVE_EFFECT_NORMAL_HIT", + "class": "CLASS_PHYSICAL", + "power": 100, + "type": "TYPE_NORMAL", + "accuracy": 75, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 5, + "contestType": "TOUGH" + }, + { + "name": "MOVE_LICK", + "effect": "MOVE_EFFECT_PARALYZE_HIT", + "class": "CLASS_PHYSICAL", + "power": 20, + "type": "TYPE_GHOST", + "accuracy": 100, + "pp": 30, + "effectChance": 30, + "unk8": 0, + "priority": 0, + "unkB": 83, + "unkC": 16, + "contestType": "TOUGH" + }, + { + "name": "MOVE_SMOG", + "effect": "MOVE_EFFECT_POISON_HIT", + "class": "CLASS_SPECIAL", + "power": 20, + "type": "TYPE_POISON", + "accuracy": 70, + "pp": 20, + "effectChance": 40, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 5, + "contestType": "TOUGH" + }, + { + "name": "MOVE_SLUDGE", + "effect": "MOVE_EFFECT_POISON_HIT", + "class": "CLASS_SPECIAL", + "power": 65, + "type": "TYPE_POISON", + "accuracy": 100, + "pp": 20, + "effectChance": 30, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 18, + "contestType": "TOUGH" + }, + { + "name": "MOVE_BONE_CLUB", + "effect": "MOVE_EFFECT_FLINCH_HIT", + "class": "CLASS_PHYSICAL", + "power": 65, + "type": "TYPE_GROUND", + "accuracy": 85, + "pp": 20, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 82, + "unkC": 5, + "contestType": "TOUGH" + }, + { + "name": "MOVE_FIRE_BLAST", + "effect": "MOVE_EFFECT_BURN_HIT", + "class": "CLASS_SPECIAL", + "power": 120, + "type": "TYPE_FIRE", + "accuracy": 85, + "pp": 5, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 146, + "unkC": 17, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_WATERFALL", + "effect": "MOVE_EFFECT_FLINCH_HIT", + "class": "CLASS_PHYSICAL", + "power": 80, + "type": "TYPE_WATER", + "accuracy": 100, + "pp": 15, + "effectChance": 20, + "unk8": 0, + "priority": 0, + "unkB": 179, + "unkC": 5, + "contestType": "TOUGH" + }, + { + "name": "MOVE_CLAMP", + "effect": "MOVE_EFFECT_TRAP_HIT", + "class": "CLASS_PHYSICAL", + "power": 35, + "type": "TYPE_WATER", + "accuracy": 75, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 5, + "contestType": "TOUGH" + }, + { + "name": "MOVE_SWIFT", + "effect": "MOVE_EFFECT_ALWAYS_HIT", + "class": "CLASS_SPECIAL", + "power": 60, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 4, + "priority": 0, + "unkB": 50, + "unkC": 17, + "contestType": "COOL" + }, + { + "name": "MOVE_SKULL_BASH", + "effect": "MOVE_EFFECT_SKULL_BASH", + "class": "CLASS_PHYSICAL", + "power": 100, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 15, + "effectChance": 100, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 6, + "contestType": "TOUGH" + }, + { + "name": "MOVE_SPIKE_CANNON", + "effect": "MOVE_EFFECT_MULTIHIT_2_5", + "class": "CLASS_PHYSICAL", + "power": 20, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 7, + "contestType": "COOL" + }, + { + "name": "MOVE_CONSTRICT", + "effect": "MOVE_EFFECT_SPEED_DOWN_HIT", + "class": "CLASS_PHYSICAL", + "power": 10, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 35, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 19, + "unkC": 21, + "contestType": "TOUGH" + }, + { + "name": "MOVE_AMNESIA", + "effect": "MOVE_EFFECT_SPDEF_2UP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_PSYCHIC", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 8, + "unkC": 11, + "contestType": "CUTE" + }, + { + "name": "MOVE_KINESIS", + "effect": "MOVE_EFFECT_ACCURACY_DOWN", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_PSYCHIC", + "accuracy": 80, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 86, + "unkC": 11, + "contestType": "SMART" + }, + { + "name": "MOVE_SOFT_BOILED", + "effect": "MOVE_EFFECT_RESTORE_HP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 72, + "unkC": 8, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_HIGH_JUMP_KICK", + "effect": "MOVE_EFFECT_JUMP_KICK", + "class": "CLASS_PHYSICAL", + "power": 100, + "type": "TYPE_FIGHTING", + "accuracy": 90, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 5, + "contestType": "COOL" + }, + { + "name": "MOVE_GLARE", + "effect": "MOVE_EFFECT_PARALYZE", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 75, + "pp": 30, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 22, + "unkC": 19, + "contestType": "TOUGH" + }, + { + "name": "MOVE_DREAM_EATER", + "effect": "MOVE_EFFECT_DREAM_EATER", + "class": "CLASS_SPECIAL", + "power": 100, + "type": "TYPE_PSYCHIC", + "accuracy": 100, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 20, + "contestType": "SMART" + }, + { + "name": "MOVE_POISON_GAS", + "effect": "MOVE_EFFECT_POISON", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_POISON", + "accuracy": 55, + "pp": 40, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 22, + "unkC": 5, + "contestType": "SMART" + }, + { + "name": "MOVE_BARRAGE", + "effect": "MOVE_EFFECT_MULTIHIT_2_5", + "class": "CLASS_PHYSICAL", + "power": 15, + "type": "TYPE_NORMAL", + "accuracy": 85, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 114, + "unkC": 7, + "contestType": "TOUGH" + }, + { + "name": "MOVE_LEECH_LIFE", + "effect": "MOVE_EFFECT_DRAIN_HP", + "class": "CLASS_PHYSICAL", + "power": 20, + "type": "TYPE_BUG", + "accuracy": 100, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 19, + "unkC": 20, + "contestType": "SMART" + }, + { + "name": "MOVE_LOVELY_KISS", + "effect": "MOVE_EFFECT_SLEEP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 75, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 22, + "unkC": 19, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_SKY_ATTACK", + "effect": "MOVE_EFFECT_SKY_ATTACK", + "class": "CLASS_PHYSICAL", + "power": 140, + "type": "TYPE_FLYING", + "accuracy": 90, + "pp": 5, + "effectChance": 30, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 6, + "contestType": "COOL" + }, + { + "name": "MOVE_TRANSFORM", + "effect": "MOVE_EFFECT_TRANSFORM", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 64, + "unkC": 23, + "contestType": "SMART" + }, + { + "name": "MOVE_BUBBLE", + "effect": "MOVE_EFFECT_SPEED_DOWN_HIT", + "class": "CLASS_SPECIAL", + "power": 20, + "type": "TYPE_WATER", + "accuracy": 100, + "pp": 30, + "effectChance": 10, + "unk8": 4, + "priority": 0, + "unkB": 18, + "unkC": 2, + "contestType": "CUTE" + }, + { + "name": "MOVE_DIZZY_PUNCH", + "effect": "MOVE_EFFECT_CONFUSE_HIT", + "class": "CLASS_PHYSICAL", + "power": 70, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 10, + "effectChance": 20, + "unk8": 0, + "priority": 0, + "unkB": 19, + "unkC": 16, + "contestType": "COOL" + }, + { + "name": "MOVE_SPORE", + "effect": "MOVE_EFFECT_SLEEP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_GRASS", + "accuracy": 100, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 22, + "unkC": 10, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_FLASH", + "effect": "MOVE_EFFECT_ACCURACY_DOWN", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 150, + "unkC": 10, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_PSYWAVE", + "effect": "MOVE_EFFECT_RANDOM_DAMAGE", + "class": "CLASS_SPECIAL", + "power": 1, + "type": "TYPE_PSYCHIC", + "accuracy": 80, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 5, + "contestType": "SMART" + }, + { + "name": "MOVE_SPLASH", + "effect": "MOVE_EFFECT_NONE", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 40, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 64, + "unkC": 16, + "contestType": "CUTE" + }, + { + "name": "MOVE_ACID_ARMOR", + "effect": "MOVE_EFFECT_DEFENSE_2UP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_POISON", + "accuracy": 0, + "pp": 40, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 72, + "unkC": 11, + "contestType": "TOUGH" + }, + { + "name": "MOVE_CRABHAMMER", + "effect": "MOVE_EFFECT_HIGH_CRIT", + "class": "CLASS_PHYSICAL", + "power": 90, + "type": "TYPE_WATER", + "accuracy": 85, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 115, + "unkC": 18, + "contestType": "TOUGH" + }, + { + "name": "MOVE_EXPLOSION", + "effect": "MOVE_EFFECT_EXPLOSION", + "class": "CLASS_PHYSICAL", + "power": 250, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 5, + "effectChance": 0, + "unk8": 8, + "priority": 0, + "unkB": 50, + "unkC": 9, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_FURY_SWIPES", + "effect": "MOVE_EFFECT_MULTIHIT_2_5", + "class": "CLASS_PHYSICAL", + "power": 18, + "type": "TYPE_NORMAL", + "accuracy": 80, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 115, + "unkC": 7, + "contestType": "TOUGH" + }, + { + "name": "MOVE_BONEMERANG", + "effect": "MOVE_EFFECT_DOUBLE_HIT", + "class": "CLASS_PHYSICAL", + "power": 50, + "type": "TYPE_GROUND", + "accuracy": 90, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 114, + "unkC": 7, + "contestType": "TOUGH" + }, + { + "name": "MOVE_REST", + "effect": "MOVE_EFFECT_SLEEP_USER", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_PSYCHIC", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 72, + "unkC": 8, + "contestType": "CUTE" + }, + { + "name": "MOVE_ROCK_SLIDE", + "effect": "MOVE_EFFECT_FLINCH_HIT", + "class": "CLASS_PHYSICAL", + "power": 75, + "type": "TYPE_ROCK", + "accuracy": 90, + "pp": 10, + "effectChance": 30, + "unk8": 4, + "priority": 0, + "unkB": 18, + "unkC": 5, + "contestType": "TOUGH" + }, + { + "name": "MOVE_HYPER_FANG", + "effect": "MOVE_EFFECT_FLINCH_HIT", + "class": "CLASS_PHYSICAL", + "power": 80, + "type": "TYPE_NORMAL", + "accuracy": 90, + "pp": 15, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 19, + "unkC": 18, + "contestType": "COOL" + }, + { + "name": "MOVE_SHARPEN", + "effect": "MOVE_EFFECT_ATTACK_UP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 30, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 72, + "unkC": 11, + "contestType": "CUTE" + }, + { + "name": "MOVE_CONVERSION", + "effect": "MOVE_EFFECT_CONVERSION", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 30, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 64, + "unkC": 23, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_TRI_ATTACK", + "effect": "MOVE_EFFECT_TRI_ATTACK", + "class": "CLASS_SPECIAL", + "power": 80, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 10, + "effectChance": 20, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 5, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_SUPER_FANG", + "effect": "MOVE_EFFECT_SUPER_FANG", + "class": "CLASS_PHYSICAL", + "power": 1, + "type": "TYPE_NORMAL", + "accuracy": 90, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 83, + "unkC": 5, + "contestType": "TOUGH" + }, + { + "name": "MOVE_SLASH", + "effect": "MOVE_EFFECT_HIGH_CRIT", + "class": "CLASS_PHYSICAL", + "power": 70, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 115, + "unkC": 5, + "contestType": "COOL" + }, + { + "name": "MOVE_SUBSTITUTE", + "effect": "MOVE_EFFECT_SUBSTITUTE", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 72, + "unkC": 23, + "contestType": "SMART" + }, + { + "name": "MOVE_STRUGGLE", + "effect": "MOVE_EFFECT_STRUGGLE", + "class": "CLASS_PHYSICAL", + "power": 50, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 1, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 99, + "unkC": 5, + "contestType": "COOL" + }, + { + "name": "MOVE_SKETCH", + "effect": "MOVE_EFFECT_SKETCH", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 1, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 0, + "unkC": 23, + "contestType": "SMART" + }, + { + "name": "MOVE_TRIPLE_KICK", + "effect": "MOVE_EFFECT_TRIPLE_KICK", + "class": "CLASS_PHYSICAL", + "power": 10, + "type": "TYPE_FIGHTING", + "accuracy": 90, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 115, + "unkC": 7, + "contestType": "COOL" + }, + { + "name": "MOVE_THIEF", + "effect": "MOVE_EFFECT_STEAL_ITEM", + "class": "CLASS_PHYSICAL", + "power": 40, + "type": "TYPE_DARK", + "accuracy": 100, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 83, + "unkC": 12, + "contestType": "TOUGH" + }, + { + "name": "MOVE_SPIDER_WEB", + "effect": "MOVE_EFFECT_PREVENT_ESCAPE", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_BUG", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 22, + "unkC": 13, + "contestType": "SMART" + }, + { + "name": "MOVE_MIND_READER", + "effect": "MOVE_EFFECT_ENSURE_NEXT_HIT", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 20, + "contestType": "SMART" + }, + { + "name": "MOVE_NIGHTMARE", + "effect": "MOVE_EFFECT_NIGHTMARE", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_GHOST", + "accuracy": 100, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 19, + "contestType": "SMART" + }, + { + "name": "MOVE_FLAME_WHEEL", + "effect": "MOVE_EFFECT_BURN_HIT_THAW", + "class": "CLASS_PHYSICAL", + "power": 60, + "type": "TYPE_FIRE", + "accuracy": 100, + "pp": 25, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 19, + "unkC": 7, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_SNORE", + "effect": "MOVE_EFFECT_SNORE", + "class": "CLASS_SPECIAL", + "power": 40, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 15, + "effectChance": 30, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 5, + "contestType": "CUTE" + }, + { + "name": "MOVE_CURSE", + "effect": "MOVE_EFFECT_CURSE", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_MYSTERY", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 64, + "unkC": 21, + "contestType": "TOUGH" + }, + { + "name": "MOVE_FLAIL", + "effect": "MOVE_EFFECT_STRONGER_LOW_HP", + "class": "CLASS_PHYSICAL", + "power": 1, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 115, + "unkC": 15, + "contestType": "CUTE" + }, + { + "name": "MOVE_CONVERSION_2", + "effect": "MOVE_EFFECT_CONVERSION_2", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 30, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 0, + "unkC": 23, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_AEROBLAST", + "effect": "MOVE_EFFECT_HIGH_CRIT", + "class": "CLASS_SPECIAL", + "power": 100, + "type": "TYPE_FLYING", + "accuracy": 95, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 178, + "unkC": 22, + "contestType": "COOL" + }, + { + "name": "MOVE_COTTON_SPORE", + "effect": "MOVE_EFFECT_SPEED_2DOWN", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_GRASS", + "accuracy": 85, + "pp": 40, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 86, + "unkC": 1, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_REVERSAL", + "effect": "MOVE_EFFECT_STRONGER_LOW_HP", + "class": "CLASS_PHYSICAL", + "power": 1, + "type": "TYPE_FIGHTING", + "accuracy": 100, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 115, + "unkC": 15, + "contestType": "COOL" + }, + { + "name": "MOVE_SPITE", + "effect": "MOVE_EFFECT_SPITE", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_GHOST", + "accuracy": 100, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 19, + "contestType": "TOUGH" + }, + { + "name": "MOVE_POWDER_SNOW", + "effect": "MOVE_EFFECT_FREEZE_HIT", + "class": "CLASS_SPECIAL", + "power": 40, + "type": "TYPE_ICE", + "accuracy": 100, + "pp": 25, + "effectChance": 10, + "unk8": 4, + "priority": 0, + "unkB": 18, + "unkC": 5, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_PROTECT", + "effect": "MOVE_EFFECT_PROTECT", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 16, + "priority": 3, + "unkB": 0, + "unkC": 16, + "contestType": "CUTE" + }, + { + "name": "MOVE_MACH_PUNCH", + "effect": "MOVE_EFFECT_PRIORITY_HIT", + "class": "CLASS_PHYSICAL", + "power": 40, + "type": "TYPE_FIGHTING", + "accuracy": 100, + "pp": 30, + "effectChance": 0, + "unk8": 0, + "priority": 1, + "unkB": 115, + "unkC": 1, + "contestType": "COOL" + }, + { + "name": "MOVE_SCARY_FACE", + "effect": "MOVE_EFFECT_SPEED_2DOWN", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 90, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 22, + "unkC": 2, + "contestType": "TOUGH" + }, + { + "name": "MOVE_FEINT_ATTACK", + "effect": "MOVE_EFFECT_ALWAYS_HIT", + "class": "CLASS_PHYSICAL", + "power": 60, + "type": "TYPE_DARK", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 18, + "contestType": "SMART" + }, + { + "name": "MOVE_SWEET_KISS", + "effect": "MOVE_EFFECT_CONFUSE", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 75, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 22, + "unkC": 19, + "contestType": "CUTE" + }, + { + "name": "MOVE_BELLY_DRUM", + "effect": "MOVE_EFFECT_BELLY_DRUM", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 72, + "unkC": 11, + "contestType": "CUTE" + }, + { + "name": "MOVE_SLUDGE_BOMB", + "effect": "MOVE_EFFECT_POISON_HIT", + "class": "CLASS_SPECIAL", + "power": 90, + "type": "TYPE_POISON", + "accuracy": 100, + "pp": 10, + "effectChance": 30, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 18, + "contestType": "TOUGH" + }, + { + "name": "MOVE_MUD_SLAP", + "effect": "MOVE_EFFECT_ACCURACY_DOWN_HIT", + "class": "CLASS_SPECIAL", + "power": 20, + "type": "TYPE_GROUND", + "accuracy": 100, + "pp": 10, + "effectChance": 100, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 5, + "contestType": "CUTE" + }, + { + "name": "MOVE_OCTAZOOKA", + "effect": "MOVE_EFFECT_ACCURACY_DOWN_HIT", + "class": "CLASS_SPECIAL", + "power": 65, + "type": "TYPE_WATER", + "accuracy": 85, + "pp": 10, + "effectChance": 50, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 4, + "contestType": "TOUGH" + }, + { + "name": "MOVE_SPIKES", + "effect": "MOVE_EFFECT_SPIKES", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_GROUND", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 128, + "priority": 0, + "unkB": 0, + "unkC": 13, + "contestType": "SMART" + }, + { + "name": "MOVE_ZAP_CANNON", + "effect": "MOVE_EFFECT_PARALYZE_HIT", + "class": "CLASS_SPECIAL", + "power": 120, + "type": "TYPE_ELECTRIC", + "accuracy": 50, + "pp": 5, + "effectChance": 100, + "unk8": 0, + "priority": 0, + "unkB": 146, + "unkC": 4, + "contestType": "COOL" + }, + { + "name": "MOVE_FORESIGHT", + "effect": "MOVE_EFFECT_IDENTIFY", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 40, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 82, + "unkC": 20, + "contestType": "SMART" + }, + { + "name": "MOVE_DESTINY_BOND", + "effect": "MOVE_EFFECT_DESTINY_BOND", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_GHOST", + "accuracy": 0, + "pp": 5, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 0, + "unkC": 9, + "contestType": "SMART" + }, + { + "name": "MOVE_PERISH_SONG", + "effect": "MOVE_EFFECT_PERISH_SONG", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 5, + "effectChance": 0, + "unk8": 64, + "priority": 0, + "unkB": 128, + "unkC": 10, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_ICY_WIND", + "effect": "MOVE_EFFECT_SPEED_DOWN_HIT", + "class": "CLASS_SPECIAL", + "power": 55, + "type": "TYPE_ICE", + "accuracy": 95, + "pp": 15, + "effectChance": 100, + "unk8": 4, + "priority": 0, + "unkB": 18, + "unkC": 2, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_DETECT", + "effect": "MOVE_EFFECT_PROTECT", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_FIGHTING", + "accuracy": 0, + "pp": 5, + "effectChance": 0, + "unk8": 16, + "priority": 3, + "unkB": 0, + "unkC": 16, + "contestType": "COOL" + }, + { + "name": "MOVE_BONE_RUSH", + "effect": "MOVE_EFFECT_MULTIHIT_2_5", + "class": "CLASS_PHYSICAL", + "power": 25, + "type": "TYPE_GROUND", + "accuracy": 80, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 114, + "unkC": 7, + "contestType": "TOUGH" + }, + { + "name": "MOVE_LOCK_ON", + "effect": "MOVE_EFFECT_ENSURE_NEXT_HIT", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 20, + "contestType": "SMART" + }, + { + "name": "MOVE_OUTRAGE", + "effect": "MOVE_EFFECT_RAMPAGE", + "class": "CLASS_PHYSICAL", + "power": 120, + "type": "TYPE_DRAGON", + "accuracy": 100, + "pp": 15, + "effectChance": 0, + "unk8": 2, + "priority": 0, + "unkB": 179, + "unkC": 7, + "contestType": "COOL" + }, + { + "name": "MOVE_SANDSTORM", + "effect": "MOVE_EFFECT_SANDSTORM", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_ROCK", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 64, + "priority": 0, + "unkB": 0, + "unkC": 13, + "contestType": "TOUGH" + }, + { + "name": "MOVE_GIGA_DRAIN", + "effect": "MOVE_EFFECT_DRAIN_HP", + "class": "CLASS_SPECIAL", + "power": 60, + "type": "TYPE_GRASS", + "accuracy": 100, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 20, + "contestType": "SMART" + }, + { + "name": "MOVE_ENDURE", + "effect": "MOVE_EFFECT_ENDURE", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 16, + "priority": 3, + "unkB": 64, + "unkC": 13, + "contestType": "TOUGH" + }, + { + "name": "MOVE_CHARM", + "effect": "MOVE_EFFECT_ATTACK_2DOWN", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 86, + "unkC": 19, + "contestType": "CUTE" + }, + { + "name": "MOVE_ROLLOUT", + "effect": "MOVE_EFFECT_INCREASING_HIT", + "class": "CLASS_PHYSICAL", + "power": 30, + "type": "TYPE_ROCK", + "accuracy": 90, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 7, + "contestType": "TOUGH" + }, + { + "name": "MOVE_FALSE_SWIPE", + "effect": "MOVE_EFFECT_FALSE_SWIPE", + "class": "CLASS_PHYSICAL", + "power": 40, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 40, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 115, + "unkC": 16, + "contestType": "COOL" + }, + { + "name": "MOVE_SWAGGER", + "effect": "MOVE_EFFECT_SWAGGER", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 90, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 86, + "unkC": 19, + "contestType": "CUTE" + }, + { + "name": "MOVE_MILK_DRINK", + "effect": "MOVE_EFFECT_RESTORE_HP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 8, + "unkC": 8, + "contestType": "CUTE" + }, + { + "name": "MOVE_SPARK", + "effect": "MOVE_EFFECT_PARALYZE_HIT", + "class": "CLASS_PHYSICAL", + "power": 65, + "type": "TYPE_ELECTRIC", + "accuracy": 100, + "pp": 20, + "effectChance": 30, + "unk8": 0, + "priority": 0, + "unkB": 19, + "unkC": 5, + "contestType": "COOL" + }, + { + "name": "MOVE_FURY_CUTTER", + "effect": "MOVE_EFFECT_FURY_CUTTER", + "class": "CLASS_PHYSICAL", + "power": 10, + "type": "TYPE_BUG", + "accuracy": 95, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 115, + "unkC": 7, + "contestType": "COOL" + }, + { + "name": "MOVE_STEEL_WING", + "effect": "MOVE_EFFECT_DEFENSE_UP_HIT", + "class": "CLASS_PHYSICAL", + "power": 70, + "type": "TYPE_STEEL", + "accuracy": 90, + "pp": 25, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 5, + "contestType": "COOL" + }, + { + "name": "MOVE_MEAN_LOOK", + "effect": "MOVE_EFFECT_PREVENT_ESCAPE", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 22, + "unkC": 10, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_ATTRACT", + "effect": "MOVE_EFFECT_ATTRACT", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 22, + "unkC": 19, + "contestType": "CUTE" + }, + { + "name": "MOVE_SLEEP_TALK", + "effect": "MOVE_EFFECT_SLEEP_TALK", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 1, + "priority": 0, + "unkB": 0, + "unkC": 5, + "contestType": "CUTE" + }, + { + "name": "MOVE_HEAL_BELL", + "effect": "MOVE_EFFECT_HEAL_ALL_STATUS", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 5, + "effectChance": 0, + "unk8": 32, + "priority": 0, + "unkB": 72, + "unkC": 8, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_RETURN", + "effect": "MOVE_EFFECT_RETURN", + "class": "CLASS_PHYSICAL", + "power": 1, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 115, + "unkC": 17, + "contestType": "CUTE" + }, + { + "name": "MOVE_PRESENT", + "effect": "MOVE_EFFECT_PRESENT", + "class": "CLASS_PHYSICAL", + "power": 1, + "type": "TYPE_NORMAL", + "accuracy": 90, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 16, + "contestType": "CUTE" + }, + { + "name": "MOVE_FRUSTRATION", + "effect": "MOVE_EFFECT_FRUSTRATION", + "class": "CLASS_PHYSICAL", + "power": 1, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 115, + "unkC": 18, + "contestType": "CUTE" + }, + { + "name": "MOVE_SAFEGUARD", + "effect": "MOVE_EFFECT_SAFEGUARD", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 25, + "effectChance": 0, + "unk8": 32, + "priority": 0, + "unkB": 72, + "unkC": 13, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_PAIN_SPLIT", + "effect": "MOVE_EFFECT_PAIN_SPLIT", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 10, + "contestType": "SMART" + }, + { + "name": "MOVE_SACRED_FIRE", + "effect": "MOVE_EFFECT_BURN_HIT_THAW", + "class": "CLASS_PHYSICAL", + "power": 100, + "type": "TYPE_FIRE", + "accuracy": 95, + "pp": 5, + "effectChance": 50, + "unk8": 0, + "priority": 0, + "unkB": 146, + "unkC": 22, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_MAGNITUDE", + "effect": "MOVE_EFFECT_MAGNITUDE", + "class": "CLASS_PHYSICAL", + "power": 1, + "type": "TYPE_GROUND", + "accuracy": 100, + "pp": 30, + "effectChance": 0, + "unk8": 8, + "priority": 0, + "unkB": 50, + "unkC": 18, + "contestType": "TOUGH" + }, + { + "name": "MOVE_DYNAMIC_PUNCH", + "effect": "MOVE_EFFECT_CONFUSE_HIT", + "class": "CLASS_PHYSICAL", + "power": 100, + "type": "TYPE_FIGHTING", + "accuracy": 50, + "pp": 5, + "effectChance": 100, + "unk8": 0, + "priority": 0, + "unkB": 147, + "unkC": 18, + "contestType": "COOL" + }, + { + "name": "MOVE_MEGAHORN", + "effect": "MOVE_EFFECT_NORMAL_HIT", + "class": "CLASS_PHYSICAL", + "power": 120, + "type": "TYPE_BUG", + "accuracy": 85, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 179, + "unkC": 18, + "contestType": "COOL" + }, + { + "name": "MOVE_DRAGON_BREATH", + "effect": "MOVE_EFFECT_PARALYZE_HIT", + "class": "CLASS_SPECIAL", + "power": 60, + "type": "TYPE_DRAGON", + "accuracy": 100, + "pp": 20, + "effectChance": 30, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 17, + "contestType": "COOL" + }, + { + "name": "MOVE_BATON_PASS", + "effect": "MOVE_EFFECT_BATON_PASS", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 40, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 0, + "unkC": 16, + "contestType": "CUTE" + }, + { + "name": "MOVE_ENCORE", + "effect": "MOVE_EFFECT_ENCORE", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 20, + "contestType": "CUTE" + }, + { + "name": "MOVE_PURSUIT", + "effect": "MOVE_EFFECT_PURSUIT", + "class": "CLASS_PHYSICAL", + "power": 40, + "type": "TYPE_DARK", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 147, + "unkC": 20, + "contestType": "SMART" + }, + { + "name": "MOVE_RAPID_SPIN", + "effect": "MOVE_EFFECT_RAPID_SPIN", + "class": "CLASS_PHYSICAL", + "power": 20, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 40, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 17, + "contestType": "COOL" + }, + { + "name": "MOVE_SWEET_SCENT", + "effect": "MOVE_EFFECT_EVASION_DOWN", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 4, + "priority": 0, + "unkB": 22, + "unkC": 19, + "contestType": "CUTE" + }, + { + "name": "MOVE_IRON_TAIL", + "effect": "MOVE_EFFECT_DEFENSE_DOWN_HIT", + "class": "CLASS_PHYSICAL", + "power": 100, + "type": "TYPE_STEEL", + "accuracy": 75, + "pp": 15, + "effectChance": 30, + "unk8": 0, + "priority": 0, + "unkB": 19, + "unkC": 18, + "contestType": "COOL" + }, + { + "name": "MOVE_METAL_CLAW", + "effect": "MOVE_EFFECT_ATTACK_UP_HIT", + "class": "CLASS_PHYSICAL", + "power": 50, + "type": "TYPE_STEEL", + "accuracy": 95, + "pp": 35, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 19, + "unkC": 18, + "contestType": "COOL" + }, + { + "name": "MOVE_VITAL_THROW", + "effect": "MOVE_EFFECT_VITAL_THROW", + "class": "CLASS_PHYSICAL", + "power": 70, + "type": "TYPE_FIGHTING", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": -1, + "unkB": 51, + "unkC": 2, + "contestType": "COOL" + }, + { + "name": "MOVE_MORNING_SUN", + "effect": "MOVE_EFFECT_RESTORE_HP_DAYTIME", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 5, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 8, + "unkC": 8, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_SYNTHESIS", + "effect": "MOVE_EFFECT_RESTORE_HP_DAYTIME", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_GRASS", + "accuracy": 0, + "pp": 5, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 72, + "unkC": 8, + "contestType": "SMART" + }, + { + "name": "MOVE_MOONLIGHT", + "effect": "MOVE_EFFECT_RESTORE_HP_DAYTIME", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 5, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 136, + "unkC": 8, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_HIDDEN_POWER", + "effect": "MOVE_EFFECT_HIDDEN_POWER", + "class": "CLASS_SPECIAL", + "power": 1, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 23, + "contestType": "SMART" + }, + { + "name": "MOVE_CROSS_CHOP", + "effect": "MOVE_EFFECT_HIGH_CRIT", + "class": "CLASS_PHYSICAL", + "power": 100, + "type": "TYPE_FIGHTING", + "accuracy": 80, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 18, + "contestType": "COOL" + }, + { + "name": "MOVE_TWISTER", + "effect": "MOVE_EFFECT_TWISTER", + "class": "CLASS_SPECIAL", + "power": 40, + "type": "TYPE_DRAGON", + "accuracy": 100, + "pp": 20, + "effectChance": 20, + "unk8": 4, + "priority": 0, + "unkB": 50, + "unkC": 5, + "contestType": "COOL" + }, + { + "name": "MOVE_RAIN_DANCE", + "effect": "MOVE_EFFECT_RAIN", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_WATER", + "accuracy": 0, + "pp": 5, + "effectChance": 0, + "unk8": 64, + "priority": 0, + "unkB": 0, + "unkC": 13, + "contestType": "TOUGH" + }, + { + "name": "MOVE_SUNNY_DAY", + "effect": "MOVE_EFFECT_SUNNY", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_FIRE", + "accuracy": 0, + "pp": 5, + "effectChance": 0, + "unk8": 64, + "priority": 0, + "unkB": 0, + "unkC": 13, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_CRUNCH", + "effect": "MOVE_EFFECT_DEFENSE_DOWN_HIT", + "class": "CLASS_PHYSICAL", + "power": 80, + "type": "TYPE_DARK", + "accuracy": 100, + "pp": 15, + "effectChance": 20, + "unk8": 0, + "priority": 0, + "unkB": 19, + "unkC": 18, + "contestType": "TOUGH" + }, + { + "name": "MOVE_MIRROR_COAT", + "effect": "MOVE_EFFECT_MIRROR_COAT", + "class": "CLASS_SPECIAL", + "power": 1, + "type": "TYPE_PSYCHIC", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 1, + "priority": -5, + "unkB": 0, + "unkC": 15, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_PSYCH_UP", + "effect": "MOVE_EFFECT_PSYCH_UP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 72, + "unkC": 11, + "contestType": "SMART" + }, + { + "name": "MOVE_EXTREME_SPEED", + "effect": "MOVE_EFFECT_PRIORITY_HIT", + "class": "CLASS_PHYSICAL", + "power": 80, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 1, + "unkB": 179, + "unkC": 1, + "contestType": "COOL" + }, + { + "name": "MOVE_ANCIENT_POWER", + "effect": "MOVE_EFFECT_STATS_UP_HIT", + "class": "CLASS_SPECIAL", + "power": 60, + "type": "TYPE_ROCK", + "accuracy": 100, + "pp": 5, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 18, + "contestType": "TOUGH" + }, + { + "name": "MOVE_SHADOW_BALL", + "effect": "MOVE_EFFECT_SPDEF_DOWN_HIT", + "class": "CLASS_SPECIAL", + "power": 80, + "type": "TYPE_GHOST", + "accuracy": 100, + "pp": 15, + "effectChance": 20, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 17, + "contestType": "SMART" + }, + { + "name": "MOVE_FUTURE_SIGHT", + "effect": "MOVE_EFFECT_HIT_LATER", + "class": "CLASS_SPECIAL", + "power": 80, + "type": "TYPE_PSYCHIC", + "accuracy": 90, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 0, + "unkC": 17, + "contestType": "SMART" + }, + { + "name": "MOVE_ROCK_SMASH", + "effect": "MOVE_EFFECT_DEFENSE_DOWN_HIT", + "class": "CLASS_PHYSICAL", + "power": 40, + "type": "TYPE_FIGHTING", + "accuracy": 100, + "pp": 15, + "effectChance": 50, + "unk8": 0, + "priority": 0, + "unkB": 19, + "unkC": 18, + "contestType": "TOUGH" + }, + { + "name": "MOVE_WHIRLPOOL", + "effect": "MOVE_EFFECT_WHIRLPOOL", + "class": "CLASS_SPECIAL", + "power": 15, + "type": "TYPE_WATER", + "accuracy": 70, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 178, + "unkC": 21, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_BEAT_UP", + "effect": "MOVE_EFFECT_BEAT_UP", + "class": "CLASS_PHYSICAL", + "power": 10, + "type": "TYPE_DARK", + "accuracy": 100, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 114, + "unkC": 7, + "contestType": "SMART" + }, + { + "name": "MOVE_FAKE_OUT", + "effect": "MOVE_EFFECT_FAKE_OUT", + "class": "CLASS_PHYSICAL", + "power": 40, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 10, + "effectChance": 100, + "unk8": 0, + "priority": 1, + "unkB": 19, + "unkC": 17, + "contestType": "CUTE" + }, + { + "name": "MOVE_UPROAR", + "effect": "MOVE_EFFECT_UPROAR", + "class": "CLASS_SPECIAL", + "power": 50, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 10, + "effectChance": 0, + "unk8": 2, + "priority": 0, + "unkB": 50, + "unkC": 10, + "contestType": "CUTE" + }, + { + "name": "MOVE_STOCKPILE", + "effect": "MOVE_EFFECT_STOCKPILE", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 72, + "unkC": 11, + "contestType": "TOUGH" + }, + { + "name": "MOVE_SPIT_UP", + "effect": "MOVE_EFFECT_SPIT_UP", + "class": "CLASS_SPECIAL", + "power": 1, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 34, + "unkC": 18, + "contestType": "TOUGH" + }, + { + "name": "MOVE_SWALLOW", + "effect": "MOVE_EFFECT_SWALLOW", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 72, + "unkC": 8, + "contestType": "TOUGH" + }, + { + "name": "MOVE_HEAT_WAVE", + "effect": "MOVE_EFFECT_BURN_HIT", + "class": "CLASS_SPECIAL", + "power": 100, + "type": "TYPE_FIRE", + "accuracy": 90, + "pp": 10, + "effectChance": 10, + "unk8": 4, + "priority": 0, + "unkB": 18, + "unkC": 17, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_HAIL", + "effect": "MOVE_EFFECT_HAIL", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_ICE", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 64, + "priority": 0, + "unkB": 2, + "unkC": 13, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_TORMENT", + "effect": "MOVE_EFFECT_TORMENT", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_DARK", + "accuracy": 100, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 82, + "unkC": 16, + "contestType": "TOUGH" + }, + { + "name": "MOVE_FLATTER", + "effect": "MOVE_EFFECT_FLATTER", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_DARK", + "accuracy": 100, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 22, + "unkC": 19, + "contestType": "SMART" + }, + { + "name": "MOVE_WILL_O_WISP", + "effect": "MOVE_EFFECT_BURN", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_FIRE", + "accuracy": 75, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 22, + "unkC": 17, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_MEMENTO", + "effect": "MOVE_EFFECT_MEMENTO", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_DARK", + "accuracy": 100, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 9, + "contestType": "TOUGH" + }, + { + "name": "MOVE_FACADE", + "effect": "MOVE_EFFECT_FACADE", + "class": "CLASS_PHYSICAL", + "power": 70, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 83, + "unkC": 15, + "contestType": "CUTE" + }, + { + "name": "MOVE_FOCUS_PUNCH", + "effect": "MOVE_EFFECT_FOCUS_PUNCH", + "class": "CLASS_PHYSICAL", + "power": 150, + "type": "TYPE_FIGHTING", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": -3, + "unkB": 131, + "unkC": 6, + "contestType": "TOUGH" + }, + { + "name": "MOVE_SMELLING_SALTS", + "effect": "MOVE_EFFECT_SMELLING_SALTS", + "class": "CLASS_PHYSICAL", + "power": 60, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 19, + "unkC": 16, + "contestType": "SMART" + }, + { + "name": "MOVE_FOLLOW_ME", + "effect": "MOVE_EFFECT_FOLLOW_ME", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 16, + "priority": 3, + "unkB": 0, + "unkC": 14, + "contestType": "CUTE" + }, + { + "name": "MOVE_NATURE_POWER", + "effect": "MOVE_EFFECT_NATURE_POWER", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 1, + "priority": 0, + "unkB": 64, + "unkC": 14, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_CHARGE", + "effect": "MOVE_EFFECT_CHARGE", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_ELECTRIC", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 8, + "unkC": 11, + "contestType": "SMART" + }, + { + "name": "MOVE_TAUNT", + "effect": "MOVE_EFFECT_TAUNT", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_DARK", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 82, + "unkC": 16, + "contestType": "SMART" + }, + { + "name": "MOVE_HELPING_HAND", + "effect": "MOVE_EFFECT_HELPING_HAND", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 256, + "priority": 5, + "unkB": 0, + "unkC": 20, + "contestType": "SMART" + }, + { + "name": "MOVE_TRICK", + "effect": "MOVE_EFFECT_SWAP_ITEMS", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_PSYCHIC", + "accuracy": 100, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 12, + "contestType": "SMART" + }, + { + "name": "MOVE_ROLE_PLAY", + "effect": "MOVE_EFFECT_ROLE_PLAY", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_PSYCHIC", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 0, + "unkC": 23, + "contestType": "CUTE" + }, + { + "name": "MOVE_WISH", + "effect": "MOVE_EFFECT_WISH", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 128, + "unkC": 8, + "contestType": "CUTE" + }, + { + "name": "MOVE_ASSIST", + "effect": "MOVE_EFFECT_ASSIST", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 1, + "priority": 0, + "unkB": 0, + "unkC": 14, + "contestType": "CUTE" + }, + { + "name": "MOVE_INGRAIN", + "effect": "MOVE_EFFECT_INGRAIN", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_GRASS", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 72, + "unkC": 21, + "contestType": "SMART" + }, + { + "name": "MOVE_SUPERPOWER", + "effect": "MOVE_EFFECT_SUPERPOWER", + "class": "CLASS_PHYSICAL", + "power": 120, + "type": "TYPE_FIGHTING", + "accuracy": 100, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 147, + "unkC": 18, + "contestType": "TOUGH" + }, + { + "name": "MOVE_MAGIC_COAT", + "effect": "MOVE_EFFECT_MAGIC_COAT", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_PSYCHIC", + "accuracy": 0, + "pp": 15, + "effectChance": 0, + "unk8": 1, + "priority": 4, + "unkB": 0, + "unkC": 15, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_RECYCLE", + "effect": "MOVE_EFFECT_RECYCLE", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 64, + "unkC": 12, + "contestType": "SMART" + }, + { + "name": "MOVE_REVENGE", + "effect": "MOVE_EFFECT_REVENGE", + "class": "CLASS_PHYSICAL", + "power": 60, + "type": "TYPE_FIGHTING", + "accuracy": 100, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": -4, + "unkB": 51, + "unkC": 15, + "contestType": "TOUGH" + }, + { + "name": "MOVE_BRICK_BREAK", + "effect": "MOVE_EFFECT_BRICK_BREAK", + "class": "CLASS_PHYSICAL", + "power": 75, + "type": "TYPE_FIGHTING", + "accuracy": 100, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 5, + "contestType": "COOL" + }, + { + "name": "MOVE_YAWN", + "effect": "MOVE_EFFECT_YAWN", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 22, + "unkC": 19, + "contestType": "CUTE" + }, + { + "name": "MOVE_KNOCK_OFF", + "effect": "MOVE_EFFECT_KNOCK_OFF", + "class": "CLASS_PHYSICAL", + "power": 20, + "type": "TYPE_DARK", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 19, + "unkC": 5, + "contestType": "SMART" + }, + { + "name": "MOVE_ENDEAVOR", + "effect": "MOVE_EFFECT_ENDEAVOR", + "class": "CLASS_PHYSICAL", + "power": 1, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 115, + "unkC": 15, + "contestType": "TOUGH" + }, + { + "name": "MOVE_ERUPTION", + "effect": "MOVE_EFFECT_STRONGER_HIGH_HP", + "class": "CLASS_SPECIAL", + "power": 150, + "type": "TYPE_FIRE", + "accuracy": 100, + "pp": 5, + "effectChance": 0, + "unk8": 4, + "priority": 0, + "unkB": 50, + "unkC": 18, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_SKILL_SWAP", + "effect": "MOVE_EFFECT_SKILL_SWAP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_PSYCHIC", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 12, + "contestType": "SMART" + }, + { + "name": "MOVE_IMPRISON", + "effect": "MOVE_EFFECT_IMPRISON", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_PSYCHIC", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 0, + "unkC": 20, + "contestType": "SMART" + }, + { + "name": "MOVE_REFRESH", + "effect": "MOVE_EFFECT_REFRESH", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 8, + "unkC": 8, + "contestType": "CUTE" + }, + { + "name": "MOVE_GRUDGE", + "effect": "MOVE_EFFECT_GRUDGE", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_GHOST", + "accuracy": 0, + "pp": 5, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 0, + "unkC": 10, + "contestType": "TOUGH" + }, + { + "name": "MOVE_SNATCH", + "effect": "MOVE_EFFECT_SNATCH", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_DARK", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 1, + "priority": 4, + "unkB": 0, + "unkC": 12, + "contestType": "SMART" + }, + { + "name": "MOVE_SECRET_POWER", + "effect": "MOVE_EFFECT_SECRET_POWER", + "class": "CLASS_PHYSICAL", + "power": 70, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 20, + "effectChance": 30, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 14, + "contestType": "SMART" + }, + { + "name": "MOVE_DIVE", + "effect": "MOVE_EFFECT_DIVE", + "class": "CLASS_PHYSICAL", + "power": 80, + "type": "TYPE_WATER", + "accuracy": 100, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 6, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_ARM_THRUST", + "effect": "MOVE_EFFECT_MULTIHIT_2_5", + "class": "CLASS_PHYSICAL", + "power": 15, + "type": "TYPE_FIGHTING", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 115, + "unkC": 7, + "contestType": "TOUGH" + }, + { + "name": "MOVE_CAMOUFLAGE", + "effect": "MOVE_EFFECT_CAMOUFLAGE", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 72, + "unkC": 13, + "contestType": "SMART" + }, + { + "name": "MOVE_TAIL_GLOW", + "effect": "MOVE_EFFECT_SPATK_2UP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_BUG", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 8, + "unkC": 11, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_LUSTER_PURGE", + "effect": "MOVE_EFFECT_SPDEF_DOWN_HIT", + "class": "CLASS_SPECIAL", + "power": 70, + "type": "TYPE_PSYCHIC", + "accuracy": 100, + "pp": 5, + "effectChance": 50, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 22, + "contestType": "SMART" + }, + { + "name": "MOVE_MIST_BALL", + "effect": "MOVE_EFFECT_SPATK_DOWN_HIT", + "class": "CLASS_SPECIAL", + "power": 70, + "type": "TYPE_PSYCHIC", + "accuracy": 100, + "pp": 5, + "effectChance": 50, + "unk8": 0, + "priority": 0, + "unkB": 146, + "unkC": 22, + "contestType": "SMART" + }, + { + "name": "MOVE_FEATHER_DANCE", + "effect": "MOVE_EFFECT_ATTACK_2DOWN", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_FLYING", + "accuracy": 100, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 22, + "unkC": 19, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_TEETER_DANCE", + "effect": "MOVE_EFFECT_CONFUSE_ALL", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 8, + "priority": 0, + "unkB": 18, + "unkC": 14, + "contestType": "CUTE" + }, + { + "name": "MOVE_BLAZE_KICK", + "effect": "MOVE_EFFECT_BURN_HIT_HIGH_CRIT", + "class": "CLASS_PHYSICAL", + "power": 85, + "type": "TYPE_FIRE", + "accuracy": 90, + "pp": 10, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 19, + "unkC": 17, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_MUD_SPORT", + "effect": "MOVE_EFFECT_MUD_SPORT", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_GROUND", + "accuracy": 0, + "pp": 15, + "effectChance": 0, + "unk8": 64, + "priority": 0, + "unkB": 0, + "unkC": 13, + "contestType": "CUTE" + }, + { + "name": "MOVE_ICE_BALL", + "effect": "MOVE_EFFECT_INCREASING_HIT", + "class": "CLASS_PHYSICAL", + "power": 30, + "type": "TYPE_ICE", + "accuracy": 90, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 7, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_NEEDLE_ARM", + "effect": "MOVE_EFFECT_FLINCH_HIT", + "class": "CLASS_PHYSICAL", + "power": 60, + "type": "TYPE_GRASS", + "accuracy": 100, + "pp": 15, + "effectChance": 30, + "unk8": 0, + "priority": 0, + "unkB": 19, + "unkC": 5, + "contestType": "SMART" + }, + { + "name": "MOVE_SLACK_OFF", + "effect": "MOVE_EFFECT_RESTORE_HP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 72, + "unkC": 8, + "contestType": "CUTE" + }, + { + "name": "MOVE_HYPER_VOICE", + "effect": "MOVE_EFFECT_NORMAL_HIT", + "class": "CLASS_SPECIAL", + "power": 90, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 10, + "effectChance": 0, + "unk8": 4, + "priority": 0, + "unkB": 18, + "unkC": 5, + "contestType": "COOL" + }, + { + "name": "MOVE_POISON_FANG", + "effect": "MOVE_EFFECT_TOXIC_HIT", + "class": "CLASS_PHYSICAL", + "power": 50, + "type": "TYPE_POISON", + "accuracy": 100, + "pp": 15, + "effectChance": 30, + "unk8": 0, + "priority": 0, + "unkB": 19, + "unkC": 4, + "contestType": "SMART" + }, + { + "name": "MOVE_CRUSH_CLAW", + "effect": "MOVE_EFFECT_DEFENSE_DOWN_HIT", + "class": "CLASS_PHYSICAL", + "power": 75, + "type": "TYPE_NORMAL", + "accuracy": 95, + "pp": 10, + "effectChance": 50, + "unk8": 0, + "priority": 0, + "unkB": 19, + "unkC": 5, + "contestType": "COOL" + }, + { + "name": "MOVE_BLAST_BURN", + "effect": "MOVE_EFFECT_HIT_RECHARGE", + "class": "CLASS_SPECIAL", + "power": 150, + "type": "TYPE_FIRE", + "accuracy": 90, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 22, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_HYDRO_CANNON", + "effect": "MOVE_EFFECT_HIT_RECHARGE", + "class": "CLASS_SPECIAL", + "power": 150, + "type": "TYPE_WATER", + "accuracy": 90, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 178, + "unkC": 22, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_METEOR_MASH", + "effect": "MOVE_EFFECT_ATTACK_UP_HIT", + "class": "CLASS_PHYSICAL", + "power": 100, + "type": "TYPE_STEEL", + "accuracy": 85, + "pp": 10, + "effectChance": 20, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 18, + "contestType": "COOL" + }, + { + "name": "MOVE_ASTONISH", + "effect": "MOVE_EFFECT_FLINCH_HIT", + "class": "CLASS_PHYSICAL", + "power": 30, + "type": "TYPE_GHOST", + "accuracy": 100, + "pp": 15, + "effectChance": 30, + "unk8": 0, + "priority": 0, + "unkB": 83, + "unkC": 5, + "contestType": "SMART" + }, + { + "name": "MOVE_WEATHER_BALL", + "effect": "MOVE_EFFECT_WEATHER_BALL", + "class": "CLASS_SPECIAL", + "power": 50, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 4, + "contestType": "SMART" + }, + { + "name": "MOVE_AROMATHERAPY", + "effect": "MOVE_EFFECT_HEAL_ALL_STATUS", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_GRASS", + "accuracy": 0, + "pp": 5, + "effectChance": 0, + "unk8": 32, + "priority": 0, + "unkB": 8, + "unkC": 8, + "contestType": "SMART" + }, + { + "name": "MOVE_FAKE_TEARS", + "effect": "MOVE_EFFECT_SPDEF_2DOWN", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_DARK", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 86, + "unkC": 19, + "contestType": "SMART" + }, + { + "name": "MOVE_AIR_CUTTER", + "effect": "MOVE_EFFECT_HIGH_CRIT", + "class": "CLASS_SPECIAL", + "power": 55, + "type": "TYPE_FLYING", + "accuracy": 95, + "pp": 25, + "effectChance": 0, + "unk8": 4, + "priority": 0, + "unkB": 50, + "unkC": 5, + "contestType": "COOL" + }, + { + "name": "MOVE_OVERHEAT", + "effect": "MOVE_EFFECT_HIT_USER_SPATK_2_DOWN", + "class": "CLASS_SPECIAL", + "power": 140, + "type": "TYPE_FIRE", + "accuracy": 90, + "pp": 5, + "effectChance": 100, + "unk8": 0, + "priority": 0, + "unkB": 178, + "unkC": 22, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_ODOR_SLEUTH", + "effect": "MOVE_EFFECT_IDENTIFY", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 40, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 82, + "unkC": 20, + "contestType": "SMART" + }, + { + "name": "MOVE_ROCK_TOMB", + "effect": "MOVE_EFFECT_SPEED_DOWN_HIT", + "class": "CLASS_PHYSICAL", + "power": 50, + "type": "TYPE_ROCK", + "accuracy": 80, + "pp": 10, + "effectChance": 100, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 2, + "contestType": "SMART" + }, + { + "name": "MOVE_SILVER_WIND", + "effect": "MOVE_EFFECT_STATS_UP_HIT", + "class": "CLASS_SPECIAL", + "power": 60, + "type": "TYPE_BUG", + "accuracy": 100, + "pp": 5, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 4, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_METAL_SOUND", + "effect": "MOVE_EFFECT_SPDEF_2DOWN", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_STEEL", + "accuracy": 85, + "pp": 40, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 22, + "unkC": 10, + "contestType": "SMART" + }, + { + "name": "MOVE_GRASS_WHISTLE", + "effect": "MOVE_EFFECT_SLEEP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_GRASS", + "accuracy": 55, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 22, + "unkC": 19, + "contestType": "SMART" + }, + { + "name": "MOVE_TICKLE", + "effect": "MOVE_EFFECT_ATTACK_DEFENSE_DOWN", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 86, + "unkC": 19, + "contestType": "CUTE" + }, + { + "name": "MOVE_COSMIC_POWER", + "effect": "MOVE_EFFECT_DEFENSE_SPDEF_UP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_PSYCHIC", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 136, + "unkC": 11, + "contestType": "COOL" + }, + { + "name": "MOVE_WATER_SPOUT", + "effect": "MOVE_EFFECT_STRONGER_HIGH_HP", + "class": "CLASS_SPECIAL", + "power": 150, + "type": "TYPE_WATER", + "accuracy": 100, + "pp": 5, + "effectChance": 0, + "unk8": 4, + "priority": 0, + "unkB": 18, + "unkC": 22, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_SIGNAL_BEAM", + "effect": "MOVE_EFFECT_CONFUSE_HIT", + "class": "CLASS_SPECIAL", + "power": 75, + "type": "TYPE_BUG", + "accuracy": 100, + "pp": 15, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 4, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_SHADOW_PUNCH", + "effect": "MOVE_EFFECT_ALWAYS_HIT", + "class": "CLASS_PHYSICAL", + "power": 60, + "type": "TYPE_GHOST", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 17, + "contestType": "SMART" + }, + { + "name": "MOVE_EXTRASENSORY", + "effect": "MOVE_EFFECT_FLINCH_HIT", + "class": "CLASS_SPECIAL", + "power": 80, + "type": "TYPE_PSYCHIC", + "accuracy": 100, + "pp": 30, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 17, + "contestType": "COOL" + }, + { + "name": "MOVE_SKY_UPPERCUT", + "effect": "MOVE_EFFECT_SKY_UPPERCUT", + "class": "CLASS_PHYSICAL", + "power": 85, + "type": "TYPE_FIGHTING", + "accuracy": 90, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 179, + "unkC": 17, + "contestType": "COOL" + }, + { + "name": "MOVE_SAND_TOMB", + "effect": "MOVE_EFFECT_TRAP_HIT", + "class": "CLASS_PHYSICAL", + "power": 15, + "type": "TYPE_GROUND", + "accuracy": 70, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 21, + "contestType": "SMART" + }, + { + "name": "MOVE_SHEER_COLD", + "effect": "MOVE_EFFECT_OHKO", + "class": "CLASS_SPECIAL", + "power": 1, + "type": "TYPE_ICE", + "accuracy": 30, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 9, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_MUDDY_WATER", + "effect": "MOVE_EFFECT_ACCURACY_DOWN_HIT", + "class": "CLASS_SPECIAL", + "power": 95, + "type": "TYPE_WATER", + "accuracy": 85, + "pp": 10, + "effectChance": 30, + "unk8": 4, + "priority": 0, + "unkB": 50, + "unkC": 18, + "contestType": "TOUGH" + }, + { + "name": "MOVE_BULLET_SEED", + "effect": "MOVE_EFFECT_MULTIHIT_2_5", + "class": "CLASS_PHYSICAL", + "power": 10, + "type": "TYPE_GRASS", + "accuracy": 100, + "pp": 30, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 114, + "unkC": 7, + "contestType": "COOL" + }, + { + "name": "MOVE_AERIAL_ACE", + "effect": "MOVE_EFFECT_ALWAYS_HIT", + "class": "CLASS_PHYSICAL", + "power": 60, + "type": "TYPE_FLYING", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 17, + "contestType": "COOL" + }, + { + "name": "MOVE_ICICLE_SPEAR", + "effect": "MOVE_EFFECT_MULTIHIT_2_5", + "class": "CLASS_PHYSICAL", + "power": 10, + "type": "TYPE_ICE", + "accuracy": 100, + "pp": 30, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 114, + "unkC": 7, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_IRON_DEFENSE", + "effect": "MOVE_EFFECT_DEFENSE_2UP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_STEEL", + "accuracy": 0, + "pp": 15, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 72, + "unkC": 13, + "contestType": "TOUGH" + }, + { + "name": "MOVE_BLOCK", + "effect": "MOVE_EFFECT_PREVENT_ESCAPE", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 22, + "unkC": 13, + "contestType": "CUTE" + }, + { + "name": "MOVE_HOWL", + "effect": "MOVE_EFFECT_ATTACK_UP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 40, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 8, + "unkC": 11, + "contestType": "COOL" + }, + { + "name": "MOVE_DRAGON_CLAW", + "effect": "MOVE_EFFECT_NORMAL_HIT", + "class": "CLASS_PHYSICAL", + "power": 80, + "type": "TYPE_DRAGON", + "accuracy": 100, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 17, + "contestType": "COOL" + }, + { + "name": "MOVE_FRENZY_PLANT", + "effect": "MOVE_EFFECT_HIT_RECHARGE", + "class": "CLASS_SPECIAL", + "power": 150, + "type": "TYPE_GRASS", + "accuracy": 90, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 178, + "unkC": 22, + "contestType": "COOL" + }, + { + "name": "MOVE_BULK_UP", + "effect": "MOVE_EFFECT_ATTACK_DEFENSE_UP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_FIGHTING", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 72, + "unkC": 11, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_BOUNCE", + "effect": "MOVE_EFFECT_BOUNCE", + "class": "CLASS_PHYSICAL", + "power": 85, + "type": "TYPE_FLYING", + "accuracy": 85, + "pp": 5, + "effectChance": 30, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 6, + "contestType": "CUTE" + }, + { + "name": "MOVE_MUD_SHOT", + "effect": "MOVE_EFFECT_SPEED_DOWN_HIT", + "class": "CLASS_SPECIAL", + "power": 55, + "type": "TYPE_GROUND", + "accuracy": 95, + "pp": 15, + "effectChance": 100, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 2, + "contestType": "TOUGH" + }, + { + "name": "MOVE_POISON_TAIL", + "effect": "MOVE_EFFECT_POISON_HIT_HIGH_CRIT", + "class": "CLASS_PHYSICAL", + "power": 50, + "type": "TYPE_POISON", + "accuracy": 100, + "pp": 25, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 4, + "contestType": "SMART" + }, + { + "name": "MOVE_COVET", + "effect": "MOVE_EFFECT_STEAL_ITEM", + "class": "CLASS_PHYSICAL", + "power": 40, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 40, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 19, + "unkC": 12, + "contestType": "CUTE" + }, + { + "name": "MOVE_VOLT_TACKLE", + "effect": "MOVE_EFFECT_VOLT_TACKLE", + "class": "CLASS_PHYSICAL", + "power": 120, + "type": "TYPE_ELECTRIC", + "accuracy": 100, + "pp": 15, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 179, + "unkC": 22, + "contestType": "COOL" + }, + { + "name": "MOVE_MAGICAL_LEAF", + "effect": "MOVE_EFFECT_ALWAYS_HIT", + "class": "CLASS_SPECIAL", + "power": 60, + "type": "TYPE_GRASS", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 17, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_WATER_SPORT", + "effect": "MOVE_EFFECT_WATER_SPORT", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_WATER", + "accuracy": 0, + "pp": 15, + "effectChance": 0, + "unk8": 64, + "priority": 0, + "unkB": 0, + "unkC": 13, + "contestType": "CUTE" + }, + { + "name": "MOVE_CALM_MIND", + "effect": "MOVE_EFFECT_SPATK_SPDEF_UP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_PSYCHIC", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 8, + "unkC": 11, + "contestType": "SMART" + }, + { + "name": "MOVE_LEAF_BLADE", + "effect": "MOVE_EFFECT_HIGH_CRIT", + "class": "CLASS_PHYSICAL", + "power": 90, + "type": "TYPE_GRASS", + "accuracy": 100, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 17, + "contestType": "COOL" + }, + { + "name": "MOVE_DRAGON_DANCE", + "effect": "MOVE_EFFECT_ATTACK_SPEED_UP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_DRAGON", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 8, + "unkC": 11, + "contestType": "COOL" + }, + { + "name": "MOVE_ROCK_BLAST", + "effect": "MOVE_EFFECT_MULTIHIT_2_5", + "class": "CLASS_PHYSICAL", + "power": 25, + "type": "TYPE_ROCK", + "accuracy": 80, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 7, + "contestType": "TOUGH" + }, + { + "name": "MOVE_SHOCK_WAVE", + "effect": "MOVE_EFFECT_ALWAYS_HIT", + "class": "CLASS_SPECIAL", + "power": 60, + "type": "TYPE_ELECTRIC", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 17, + "contestType": "COOL" + }, + { + "name": "MOVE_WATER_PULSE", + "effect": "MOVE_EFFECT_CONFUSE_HIT", + "class": "CLASS_SPECIAL", + "power": 60, + "type": "TYPE_WATER", + "accuracy": 100, + "pp": 20, + "effectChance": 20, + "unk8": 0, + "priority": 0, + "unkB": 178, + "unkC": 17, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_DOOM_DESIRE", + "effect": "MOVE_EFFECT_HIT_LATER", + "class": "CLASS_SPECIAL", + "power": 120, + "type": "TYPE_STEEL", + "accuracy": 85, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 128, + "unkC": 17, + "contestType": "COOL" + }, + { + "name": "MOVE_PSYCHO_BOOST", + "effect": "MOVE_EFFECT_HIT_USER_SPATK_2_DOWN", + "class": "CLASS_SPECIAL", + "power": 140, + "type": "TYPE_PSYCHIC", + "accuracy": 90, + "pp": 5, + "effectChance": 100, + "unk8": 0, + "priority": 0, + "unkB": 178, + "unkC": 22, + "contestType": "SMART" + }, + { + "name": "MOVE_ROOST", + "effect": "MOVE_EFFECT_ROOST", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_FLYING", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 72, + "unkC": 8, + "contestType": "COOL" + }, + { + "name": "MOVE_GRAVITY", + "effect": "MOVE_EFFECT_GRAVITY", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_PSYCHIC", + "accuracy": 0, + "pp": 5, + "effectChance": 0, + "unk8": 64, + "priority": 0, + "unkB": 0, + "unkC": 13, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_MIRACLE_EYE", + "effect": "MOVE_EFFECT_MIRACLE_EYE", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_PSYCHIC", + "accuracy": 0, + "pp": 40, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 20, + "contestType": "CUTE" + }, + { + "name": "MOVE_WAKE_UP_SLAP", + "effect": "MOVE_EFFECT_WAKE_UP_SLAP", + "class": "CLASS_PHYSICAL", + "power": 60, + "type": "TYPE_FIGHTING", + "accuracy": 100, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 16, + "contestType": "SMART" + }, + { + "name": "MOVE_HAMMER_ARM", + "effect": "MOVE_EFFECT_HAMMER_ARM", + "class": "CLASS_PHYSICAL", + "power": 100, + "type": "TYPE_FIGHTING", + "accuracy": 90, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 2, + "contestType": "COOL" + }, + { + "name": "MOVE_GYRO_BALL", + "effect": "MOVE_EFFECT_GYRO_BALL", + "class": "CLASS_PHYSICAL", + "power": 1, + "type": "TYPE_STEEL", + "accuracy": 100, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 15, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_HEALING_WISH", + "effect": "MOVE_EFFECT_HEALING_WISH", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_PSYCHIC", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 0, + "unkC": 8, + "contestType": "CUTE" + }, + { + "name": "MOVE_BRINE", + "effect": "MOVE_EFFECT_BRINE", + "class": "CLASS_SPECIAL", + "power": 65, + "type": "TYPE_WATER", + "accuracy": 100, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 4, + "contestType": "SMART" + }, + { + "name": "MOVE_NATURAL_GIFT", + "effect": "MOVE_EFFECT_NATURAL_GIFT", + "class": "CLASS_PHYSICAL", + "power": 1, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 82, + "unkC": 18, + "contestType": "COOL" + }, + { + "name": "MOVE_FEINT", + "effect": "MOVE_EFFECT_FEINT", + "class": "CLASS_PHYSICAL", + "power": 50, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 2, + "unkB": 0, + "unkC": 16, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_PLUCK", + "effect": "MOVE_EFFECT_BUG_BITE", + "class": "CLASS_PHYSICAL", + "power": 60, + "type": "TYPE_FLYING", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 115, + "unkC": 12, + "contestType": "CUTE" + }, + { + "name": "MOVE_TAILWIND", + "effect": "MOVE_EFFECT_TAILWIND", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_FLYING", + "accuracy": 0, + "pp": 30, + "effectChance": 0, + "unk8": 32, + "priority": 0, + "unkB": 8, + "unkC": 1, + "contestType": "SMART" + }, + { + "name": "MOVE_ACUPRESSURE", + "effect": "MOVE_EFFECT_ACUPRESSURE", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 30, + "effectChance": 0, + "unk8": 512, + "priority": 0, + "unkB": 72, + "unkC": 11, + "contestType": "COOL" + }, + { + "name": "MOVE_METAL_BURST", + "effect": "MOVE_EFFECT_METAL_BURST", + "class": "CLASS_PHYSICAL", + "power": 1, + "type": "TYPE_STEEL", + "accuracy": 100, + "pp": 10, + "effectChance": 0, + "unk8": 1, + "priority": 0, + "unkB": 16, + "unkC": 15, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_U_TURN", + "effect": "MOVE_EFFECT_U_TURN", + "class": "CLASS_PHYSICAL", + "power": 70, + "type": "TYPE_BUG", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 16, + "contestType": "CUTE" + }, + { + "name": "MOVE_CLOSE_COMBAT", + "effect": "MOVE_EFFECT_CLOSE_COMBAT", + "class": "CLASS_PHYSICAL", + "power": 120, + "type": "TYPE_FIGHTING", + "accuracy": 100, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 179, + "unkC": 22, + "contestType": "SMART" + }, + { + "name": "MOVE_PAYBACK", + "effect": "MOVE_EFFECT_PAYBACK", + "class": "CLASS_PHYSICAL", + "power": 50, + "type": "TYPE_DARK", + "accuracy": 100, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 6, + "contestType": "COOL" + }, + { + "name": "MOVE_ASSURANCE", + "effect": "MOVE_EFFECT_ASSURANCE", + "class": "CLASS_PHYSICAL", + "power": 50, + "type": "TYPE_DARK", + "accuracy": 100, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 15, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_EMBARGO", + "effect": "MOVE_EFFECT_EMBARGO", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_DARK", + "accuracy": 100, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 13, + "contestType": "CUTE" + }, + { + "name": "MOVE_FLING", + "effect": "MOVE_EFFECT_FLING", + "class": "CLASS_PHYSICAL", + "power": 1, + "type": "TYPE_DARK", + "accuracy": 100, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 23, + "contestType": "TOUGH" + }, + { + "name": "MOVE_PSYCHO_SHIFT", + "effect": "MOVE_EFFECT_PSYCHO_SHIFT", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_PSYCHIC", + "accuracy": 90, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 16, + "contestType": "COOL" + }, + { + "name": "MOVE_TRUMP_CARD", + "effect": "MOVE_EFFECT_TRUMP_CARD", + "class": "CLASS_SPECIAL", + "power": 1, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 21, + "contestType": "COOL" + }, + { + "name": "MOVE_HEAL_BLOCK", + "effect": "MOVE_EFFECT_HEAL_BLOCK", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_PSYCHIC", + "accuracy": 100, + "pp": 15, + "effectChance": 0, + "unk8": 4, + "priority": 0, + "unkB": 18, + "unkC": 13, + "contestType": "CUTE" + }, + { + "name": "MOVE_WRING_OUT", + "effect": "MOVE_EFFECT_CRUSH_GRIP", + "class": "CLASS_SPECIAL", + "power": 1, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 22, + "contestType": "SMART" + }, + { + "name": "MOVE_POWER_TRICK", + "effect": "MOVE_EFFECT_POWER_TRICK", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_PSYCHIC", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 64, + "unkC": 16, + "contestType": "COOL" + }, + { + "name": "MOVE_GASTRO_ACID", + "effect": "MOVE_EFFECT_GASTRO_ACID", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_POISON", + "accuracy": 100, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 22, + "unkC": 13, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_LUCKY_CHANT", + "effect": "MOVE_EFFECT_LUCKY_CHANT", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 30, + "effectChance": 0, + "unk8": 32, + "priority": 0, + "unkB": 64, + "unkC": 13, + "contestType": "CUTE" + }, + { + "name": "MOVE_ME_FIRST", + "effect": "MOVE_EFFECT_ME_FIRST", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 1024, + "priority": 0, + "unkB": 2, + "unkC": 1, + "contestType": "CUTE" + }, + { + "name": "MOVE_COPYCAT", + "effect": "MOVE_EFFECT_COPYCAT", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 1, + "priority": 0, + "unkB": 0, + "unkC": 12, + "contestType": "COOL" + }, + { + "name": "MOVE_POWER_SWAP", + "effect": "MOVE_EFFECT_POWER_SWAP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_PSYCHIC", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 16, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_GUARD_SWAP", + "effect": "MOVE_EFFECT_GUARD_SWAP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_PSYCHIC", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 16, + "contestType": "CUTE" + }, + { + "name": "MOVE_PUNISHMENT", + "effect": "MOVE_EFFECT_PUNISHMENT", + "class": "CLASS_PHYSICAL", + "power": 1, + "type": "TYPE_DARK", + "accuracy": 100, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 115, + "unkC": 23, + "contestType": "SMART" + }, + { + "name": "MOVE_LAST_RESORT", + "effect": "MOVE_EFFECT_LAST_RESORT", + "class": "CLASS_PHYSICAL", + "power": 130, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 21, + "contestType": "CUTE" + }, + { + "name": "MOVE_WORRY_SEED", + "effect": "MOVE_EFFECT_WORRY_SEED", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_GRASS", + "accuracy": 100, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 22, + "unkC": 19, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_SUCKER_PUNCH", + "effect": "MOVE_EFFECT_SUCKER_PUNCH", + "class": "CLASS_PHYSICAL", + "power": 80, + "type": "TYPE_DARK", + "accuracy": 100, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 1, + "unkB": 115, + "unkC": 1, + "contestType": "SMART" + }, + { + "name": "MOVE_TOXIC_SPIKES", + "effect": "MOVE_EFFECT_TOXIC_SPIKES", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_POISON", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 128, + "priority": 0, + "unkB": 64, + "unkC": 13, + "contestType": "SMART" + }, + { + "name": "MOVE_HEART_SWAP", + "effect": "MOVE_EFFECT_HEART_SWAP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_PSYCHIC", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 16, + "contestType": "COOL" + }, + { + "name": "MOVE_AQUA_RING", + "effect": "MOVE_EFFECT_AQUA_RING", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_WATER", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 0, + "unkC": 8, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_MAGNET_RISE", + "effect": "MOVE_EFFECT_MAGNET_RISE", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_ELECTRIC", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 0, + "unkC": 13, + "contestType": "CUTE" + }, + { + "name": "MOVE_FLARE_BLITZ", + "effect": "MOVE_EFFECT_FLARE_BLITZ", + "class": "CLASS_PHYSICAL", + "power": 120, + "type": "TYPE_FIRE", + "accuracy": 100, + "pp": 15, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 147, + "unkC": 22, + "contestType": "SMART" + }, + { + "name": "MOVE_FORCE_PALM", + "effect": "MOVE_EFFECT_PARALYZE_HIT", + "class": "CLASS_PHYSICAL", + "power": 60, + "type": "TYPE_FIGHTING", + "accuracy": 100, + "pp": 10, + "effectChance": 30, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 18, + "contestType": "COOL" + }, + { + "name": "MOVE_AURA_SPHERE", + "effect": "MOVE_EFFECT_ALWAYS_HIT", + "class": "CLASS_SPECIAL", + "power": 90, + "type": "TYPE_FIGHTING", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 178, + "unkC": 17, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_ROCK_POLISH", + "effect": "MOVE_EFFECT_SPEED_2UP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_ROCK", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 8, + "unkC": 1, + "contestType": "TOUGH" + }, + { + "name": "MOVE_POISON_JAB", + "effect": "MOVE_EFFECT_POISON_HIT", + "class": "CLASS_PHYSICAL", + "power": 80, + "type": "TYPE_POISON", + "accuracy": 100, + "pp": 20, + "effectChance": 30, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 4, + "contestType": "SMART" + }, + { + "name": "MOVE_DARK_PULSE", + "effect": "MOVE_EFFECT_FLINCH_HIT", + "class": "CLASS_SPECIAL", + "power": 80, + "type": "TYPE_DARK", + "accuracy": 100, + "pp": 15, + "effectChance": 20, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 17, + "contestType": "COOL" + }, + { + "name": "MOVE_NIGHT_SLASH", + "effect": "MOVE_EFFECT_HIGH_CRIT", + "class": "CLASS_PHYSICAL", + "power": 70, + "type": "TYPE_DARK", + "accuracy": 100, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 5, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_AQUA_TAIL", + "effect": "MOVE_EFFECT_NORMAL_HIT", + "class": "CLASS_PHYSICAL", + "power": 90, + "type": "TYPE_WATER", + "accuracy": 90, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 5, + "contestType": "CUTE" + }, + { + "name": "MOVE_SEED_BOMB", + "effect": "MOVE_EFFECT_NORMAL_HIT", + "class": "CLASS_PHYSICAL", + "power": 80, + "type": "TYPE_GRASS", + "accuracy": 100, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 5, + "contestType": "SMART" + }, + { + "name": "MOVE_AIR_SLASH", + "effect": "MOVE_EFFECT_FLINCH_HIT", + "class": "CLASS_SPECIAL", + "power": 75, + "type": "TYPE_FLYING", + "accuracy": 95, + "pp": 20, + "effectChance": 30, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 17, + "contestType": "COOL" + }, + { + "name": "MOVE_X_SCISSOR", + "effect": "MOVE_EFFECT_NORMAL_HIT", + "class": "CLASS_PHYSICAL", + "power": 80, + "type": "TYPE_BUG", + "accuracy": 100, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 17, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_BUG_BUZZ", + "effect": "MOVE_EFFECT_SPDEF_DOWN_HIT", + "class": "CLASS_SPECIAL", + "power": 90, + "type": "TYPE_BUG", + "accuracy": 100, + "pp": 10, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 4, + "contestType": "CUTE" + }, + { + "name": "MOVE_DRAGON_PULSE", + "effect": "MOVE_EFFECT_NORMAL_HIT", + "class": "CLASS_SPECIAL", + "power": 90, + "type": "TYPE_DRAGON", + "accuracy": 100, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 4, + "contestType": "SMART" + }, + { + "name": "MOVE_DRAGON_RUSH", + "effect": "MOVE_EFFECT_FLINCH_HIT", + "class": "CLASS_PHYSICAL", + "power": 100, + "type": "TYPE_DRAGON", + "accuracy": 75, + "pp": 10, + "effectChance": 20, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 18, + "contestType": "COOL" + }, + { + "name": "MOVE_POWER_GEM", + "effect": "MOVE_EFFECT_NORMAL_HIT", + "class": "CLASS_SPECIAL", + "power": 70, + "type": "TYPE_ROCK", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 5, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_DRAIN_PUNCH", + "effect": "MOVE_EFFECT_DRAIN_HP", + "class": "CLASS_PHYSICAL", + "power": 60, + "type": "TYPE_FIGHTING", + "accuracy": 100, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 20, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_VACUUM_WAVE", + "effect": "MOVE_EFFECT_PRIORITY_HIT", + "class": "CLASS_SPECIAL", + "power": 40, + "type": "TYPE_FIGHTING", + "accuracy": 100, + "pp": 30, + "effectChance": 0, + "unk8": 0, + "priority": 1, + "unkB": 50, + "unkC": 1, + "contestType": "SMART" + }, + { + "name": "MOVE_FOCUS_BLAST", + "effect": "MOVE_EFFECT_SPDEF_DOWN_HIT", + "class": "CLASS_SPECIAL", + "power": 120, + "type": "TYPE_FIGHTING", + "accuracy": 70, + "pp": 5, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 146, + "unkC": 17, + "contestType": "COOL" + }, + { + "name": "MOVE_ENERGY_BALL", + "effect": "MOVE_EFFECT_SPDEF_DOWN_HIT", + "class": "CLASS_SPECIAL", + "power": 80, + "type": "TYPE_GRASS", + "accuracy": 100, + "pp": 10, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 17, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_BRAVE_BIRD", + "effect": "MOVE_EFFECT_RECOIL_HIT_HARD", + "class": "CLASS_PHYSICAL", + "power": 120, + "type": "TYPE_FLYING", + "accuracy": 100, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 179, + "unkC": 18, + "contestType": "CUTE" + }, + { + "name": "MOVE_EARTH_POWER", + "effect": "MOVE_EFFECT_SPDEF_DOWN_HIT", + "class": "CLASS_SPECIAL", + "power": 90, + "type": "TYPE_GROUND", + "accuracy": 100, + "pp": 10, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 18, + "contestType": "SMART" + }, + { + "name": "MOVE_SWITCHEROO", + "effect": "MOVE_EFFECT_SWAP_ITEMS", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_DARK", + "accuracy": 100, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 12, + "contestType": "COOL" + }, + { + "name": "MOVE_GIGA_IMPACT", + "effect": "MOVE_EFFECT_HIT_RECHARGE", + "class": "CLASS_PHYSICAL", + "power": 150, + "type": "TYPE_NORMAL", + "accuracy": 90, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 179, + "unkC": 22, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_NASTY_PLOT", + "effect": "MOVE_EFFECT_SPATK_2UP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_DARK", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 72, + "unkC": 11, + "contestType": "CUTE" + }, + { + "name": "MOVE_BULLET_PUNCH", + "effect": "MOVE_EFFECT_PRIORITY_HIT", + "class": "CLASS_PHYSICAL", + "power": 40, + "type": "TYPE_STEEL", + "accuracy": 100, + "pp": 30, + "effectChance": 0, + "unk8": 0, + "priority": 1, + "unkB": 115, + "unkC": 1, + "contestType": "SMART" + }, + { + "name": "MOVE_AVALANCHE", + "effect": "MOVE_EFFECT_REVENGE", + "class": "CLASS_PHYSICAL", + "power": 60, + "type": "TYPE_ICE", + "accuracy": 100, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": -4, + "unkB": 51, + "unkC": 15, + "contestType": "COOL" + }, + { + "name": "MOVE_ICE_SHARD", + "effect": "MOVE_EFFECT_PRIORITY_HIT", + "class": "CLASS_PHYSICAL", + "power": 40, + "type": "TYPE_ICE", + "accuracy": 100, + "pp": 30, + "effectChance": 0, + "unk8": 0, + "priority": 1, + "unkB": 50, + "unkC": 1, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_SHADOW_CLAW", + "effect": "MOVE_EFFECT_HIGH_CRIT", + "class": "CLASS_PHYSICAL", + "power": 70, + "type": "TYPE_GHOST", + "accuracy": 100, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 115, + "unkC": 17, + "contestType": "CUTE" + }, + { + "name": "MOVE_THUNDER_FANG", + "effect": "MOVE_EFFECT_THUNDER_FANG", + "class": "CLASS_PHYSICAL", + "power": 65, + "type": "TYPE_ELECTRIC", + "accuracy": 95, + "pp": 15, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 5, + "contestType": "SMART" + }, + { + "name": "MOVE_ICE_FANG", + "effect": "MOVE_EFFECT_ICE_FANG", + "class": "CLASS_PHYSICAL", + "power": 65, + "type": "TYPE_ICE", + "accuracy": 95, + "pp": 15, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 5, + "contestType": "COOL" + }, + { + "name": "MOVE_FIRE_FANG", + "effect": "MOVE_EFFECT_FIRE_FANG", + "class": "CLASS_PHYSICAL", + "power": 65, + "type": "TYPE_FIRE", + "accuracy": 95, + "pp": 15, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 5, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_SHADOW_SNEAK", + "effect": "MOVE_EFFECT_PRIORITY_HIT", + "class": "CLASS_PHYSICAL", + "power": 40, + "type": "TYPE_GHOST", + "accuracy": 100, + "pp": 30, + "effectChance": 0, + "unk8": 0, + "priority": 1, + "unkB": 51, + "unkC": 1, + "contestType": "SMART" + }, + { + "name": "MOVE_MUD_BOMB", + "effect": "MOVE_EFFECT_ACCURACY_DOWN_HIT", + "class": "CLASS_SPECIAL", + "power": 65, + "type": "TYPE_GROUND", + "accuracy": 85, + "pp": 10, + "effectChance": 30, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 18, + "contestType": "SMART" + }, + { + "name": "MOVE_PSYCHO_CUT", + "effect": "MOVE_EFFECT_HIGH_CRIT", + "class": "CLASS_PHYSICAL", + "power": 70, + "type": "TYPE_PSYCHIC", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 17, + "contestType": "COOL" + }, + { + "name": "MOVE_ZEN_HEADBUTT", + "effect": "MOVE_EFFECT_FLINCH_HIT", + "class": "CLASS_PHYSICAL", + "power": 80, + "type": "TYPE_PSYCHIC", + "accuracy": 90, + "pp": 15, + "effectChance": 20, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 18, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_MIRROR_SHOT", + "effect": "MOVE_EFFECT_ACCURACY_DOWN_HIT", + "class": "CLASS_SPECIAL", + "power": 65, + "type": "TYPE_STEEL", + "accuracy": 85, + "pp": 10, + "effectChance": 30, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 17, + "contestType": "CUTE" + }, + { + "name": "MOVE_FLASH_CANNON", + "effect": "MOVE_EFFECT_SPDEF_DOWN_HIT", + "class": "CLASS_SPECIAL", + "power": 80, + "type": "TYPE_STEEL", + "accuracy": 100, + "pp": 10, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 17, + "contestType": "SMART" + }, + { + "name": "MOVE_ROCK_CLIMB", + "effect": "MOVE_EFFECT_CONFUSE_HIT", + "class": "CLASS_PHYSICAL", + "power": 90, + "type": "TYPE_NORMAL", + "accuracy": 85, + "pp": 20, + "effectChance": 20, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 18, + "contestType": "COOL" + }, + { + "name": "MOVE_DEFOG", + "effect": "MOVE_EFFECT_DEFOG", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_FLYING", + "accuracy": 0, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 18, + "unkC": 13, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_TRICK_ROOM", + "effect": "MOVE_EFFECT_TRICK_ROOM", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_PSYCHIC", + "accuracy": 0, + "pp": 5, + "effectChance": 0, + "unk8": 64, + "priority": -7, + "unkB": 16, + "unkC": 14, + "contestType": "CUTE" + }, + { + "name": "MOVE_DRACO_METEOR", + "effect": "MOVE_EFFECT_HIT_USER_SPATK_2_DOWN", + "class": "CLASS_SPECIAL", + "power": 140, + "type": "TYPE_DRAGON", + "accuracy": 90, + "pp": 5, + "effectChance": 100, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 22, + "contestType": "SMART" + }, + { + "name": "MOVE_DISCHARGE", + "effect": "MOVE_EFFECT_PARALYZE_HIT", + "class": "CLASS_SPECIAL", + "power": 80, + "type": "TYPE_ELECTRIC", + "accuracy": 100, + "pp": 15, + "effectChance": 30, + "unk8": 8, + "priority": 0, + "unkB": 50, + "unkC": 17, + "contestType": "COOL" + }, + { + "name": "MOVE_LAVA_PLUME", + "effect": "MOVE_EFFECT_BURN_HIT", + "class": "CLASS_SPECIAL", + "power": 80, + "type": "TYPE_FIRE", + "accuracy": 100, + "pp": 15, + "effectChance": 30, + "unk8": 8, + "priority": 0, + "unkB": 50, + "unkC": 17, + "contestType": "TOUGH" + }, + { + "name": "MOVE_LEAF_STORM", + "effect": "MOVE_EFFECT_HIT_USER_SPATK_2_DOWN", + "class": "CLASS_SPECIAL", + "power": 140, + "type": "TYPE_GRASS", + "accuracy": 90, + "pp": 5, + "effectChance": 100, + "unk8": 0, + "priority": 0, + "unkB": 178, + "unkC": 22, + "contestType": "CUTE" + }, + { + "name": "MOVE_POWER_WHIP", + "effect": "MOVE_EFFECT_NORMAL_HIT", + "class": "CLASS_PHYSICAL", + "power": 120, + "type": "TYPE_GRASS", + "accuracy": 85, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 179, + "unkC": 5, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_ROCK_WRECKER", + "effect": "MOVE_EFFECT_HIT_RECHARGE", + "class": "CLASS_PHYSICAL", + "power": 150, + "type": "TYPE_ROCK", + "accuracy": 90, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 178, + "unkC": 22, + "contestType": "TOUGH" + }, + { + "name": "MOVE_CROSS_POISON", + "effect": "MOVE_EFFECT_POISON_HIT_HIGH_CRIT", + "class": "CLASS_PHYSICAL", + "power": 70, + "type": "TYPE_POISON", + "accuracy": 100, + "pp": 20, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 5, + "contestType": "COOL" + }, + { + "name": "MOVE_GUNK_SHOT", + "effect": "MOVE_EFFECT_POISON_HIT", + "class": "CLASS_PHYSICAL", + "power": 120, + "type": "TYPE_POISON", + "accuracy": 70, + "pp": 5, + "effectChance": 30, + "unk8": 0, + "priority": 0, + "unkB": 178, + "unkC": 5, + "contestType": "COOL" + }, + { + "name": "MOVE_IRON_HEAD", + "effect": "MOVE_EFFECT_FLINCH_HIT", + "class": "CLASS_PHYSICAL", + "power": 80, + "type": "TYPE_STEEL", + "accuracy": 100, + "pp": 15, + "effectChance": 30, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 18, + "contestType": "TOUGH" + }, + { + "name": "MOVE_MAGNET_BOMB", + "effect": "MOVE_EFFECT_ALWAYS_HIT", + "class": "CLASS_PHYSICAL", + "power": 60, + "type": "TYPE_STEEL", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 5, + "contestType": "COOL" + }, + { + "name": "MOVE_STONE_EDGE", + "effect": "MOVE_EFFECT_HIGH_CRIT", + "class": "CLASS_PHYSICAL", + "power": 100, + "type": "TYPE_ROCK", + "accuracy": 80, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 4, + "contestType": "TOUGH" + }, + { + "name": "MOVE_CAPTIVATE", + "effect": "MOVE_EFFECT_CAPTIVATE", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 4, + "priority": 0, + "unkB": 86, + "unkC": 19, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_STEALTH_ROCK", + "effect": "MOVE_EFFECT_STEALTH_ROCK", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_ROCK", + "accuracy": 0, + "pp": 20, + "effectChance": 0, + "unk8": 128, + "priority": 0, + "unkB": 0, + "unkC": 13, + "contestType": "COOL" + }, + { + "name": "MOVE_GRASS_KNOT", + "effect": "MOVE_EFFECT_STRONGER_HEAVIER", + "class": "CLASS_SPECIAL", + "power": 1, + "type": "TYPE_GRASS", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 115, + "unkC": 4, + "contestType": "SMART" + }, + { + "name": "MOVE_CHATTER", + "effect": "MOVE_EFFECT_CHATTER", + "class": "CLASS_SPECIAL", + "power": 60, + "type": "TYPE_FLYING", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 66, + "unkC": 23, + "contestType": "SMART" + }, + { + "name": "MOVE_JUDGMENT", + "effect": "MOVE_EFFECT_JUDGMENT", + "class": "CLASS_SPECIAL", + "power": 100, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 14, + "contestType": "SMART" + }, + { + "name": "MOVE_BUG_BITE", + "effect": "MOVE_EFFECT_BUG_BITE", + "class": "CLASS_PHYSICAL", + "power": 60, + "type": "TYPE_BUG", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 115, + "unkC": 12, + "contestType": "TOUGH" + }, + { + "name": "MOVE_CHARGE_BEAM", + "effect": "MOVE_EFFECT_CHARGE_BEAM", + "class": "CLASS_SPECIAL", + "power": 50, + "type": "TYPE_ELECTRIC", + "accuracy": 90, + "pp": 10, + "effectChance": 70, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 17, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_WOOD_HAMMER", + "effect": "MOVE_EFFECT_RECOIL_HIT_HARD", + "class": "CLASS_PHYSICAL", + "power": 120, + "type": "TYPE_GRASS", + "accuracy": 100, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 18, + "contestType": "TOUGH" + }, + { + "name": "MOVE_AQUA_JET", + "effect": "MOVE_EFFECT_PRIORITY_HIT", + "class": "CLASS_PHYSICAL", + "power": 40, + "type": "TYPE_WATER", + "accuracy": 100, + "pp": 20, + "effectChance": 0, + "unk8": 0, + "priority": 1, + "unkB": 51, + "unkC": 1, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_ATTACK_ORDER", + "effect": "MOVE_EFFECT_HIGH_CRIT", + "class": "CLASS_PHYSICAL", + "power": 90, + "type": "TYPE_BUG", + "accuracy": 100, + "pp": 15, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 4, + "contestType": "SMART" + }, + { + "name": "MOVE_DEFEND_ORDER", + "effect": "MOVE_EFFECT_DEFENSE_SPDEF_UP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_BUG", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 8, + "unkC": 11, + "contestType": "SMART" + }, + { + "name": "MOVE_HEAL_ORDER", + "effect": "MOVE_EFFECT_RESTORE_HP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_BUG", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 8, + "unkC": 8, + "contestType": "SMART" + }, + { + "name": "MOVE_HEAD_SMASH", + "effect": "MOVE_EFFECT_HEAD_SMASH", + "class": "CLASS_PHYSICAL", + "power": 150, + "type": "TYPE_ROCK", + "accuracy": 80, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 179, + "unkC": 22, + "contestType": "TOUGH" + }, + { + "name": "MOVE_DOUBLE_HIT", + "effect": "MOVE_EFFECT_DOUBLE_HIT", + "class": "CLASS_PHYSICAL", + "power": 35, + "type": "TYPE_NORMAL", + "accuracy": 90, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 7, + "contestType": "SMART" + }, + { + "name": "MOVE_ROAR_OF_TIME", + "effect": "MOVE_EFFECT_HIT_RECHARGE", + "class": "CLASS_SPECIAL", + "power": 150, + "type": "TYPE_DRAGON", + "accuracy": 90, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 22, + "contestType": "COOL" + }, + { + "name": "MOVE_SPACIAL_REND", + "effect": "MOVE_EFFECT_HIGH_CRIT", + "class": "CLASS_SPECIAL", + "power": 100, + "type": "TYPE_DRAGON", + "accuracy": 95, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 178, + "unkC": 4, + "contestType": "TOUGH" + }, + { + "name": "MOVE_LUNAR_DANCE", + "effect": "MOVE_EFFECT_LUNAR_DANCE", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_PSYCHIC", + "accuracy": 0, + "pp": 10, + "effectChance": 0, + "unk8": 16, + "priority": 0, + "unkB": 128, + "unkC": 8, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_CRUSH_GRIP", + "effect": "MOVE_EFFECT_CRUSH_GRIP", + "class": "CLASS_PHYSICAL", + "power": 1, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 51, + "unkC": 15, + "contestType": "TOUGH" + }, + { + "name": "MOVE_MAGMA_STORM", + "effect": "MOVE_EFFECT_TRAP_HIT", + "class": "CLASS_SPECIAL", + "power": 120, + "type": "TYPE_FIRE", + "accuracy": 70, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 178, + "unkC": 7, + "contestType": "TOUGH" + }, + { + "name": "MOVE_DARK_VOID", + "effect": "MOVE_EFFECT_SLEEP", + "class": "CLASS_STATUS", + "power": 0, + "type": "TYPE_DARK", + "accuracy": 80, + "pp": 10, + "effectChance": 0, + "unk8": 4, + "priority": 0, + "unkB": 150, + "unkC": 19, + "contestType": "SMART" + }, + { + "name": "MOVE_SEED_FLARE", + "effect": "MOVE_EFFECT_SEED_FLARE", + "class": "CLASS_SPECIAL", + "power": 120, + "type": "TYPE_GRASS", + "accuracy": 85, + "pp": 5, + "effectChance": 40, + "unk8": 0, + "priority": 0, + "unkB": 178, + "unkC": 22, + "contestType": "COOL" + }, + { + "name": "MOVE_OMINOUS_WIND", + "effect": "MOVE_EFFECT_STATS_UP_HIT", + "class": "CLASS_SPECIAL", + "power": 60, + "type": "TYPE_GHOST", + "accuracy": 100, + "pp": 5, + "effectChance": 10, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 11, + "contestType": "SMART" + }, + { + "name": "MOVE_SHADOW_FORCE", + "effect": "MOVE_EFFECT_SHADOW_FORCE", + "class": "CLASS_PHYSICAL", + "power": 120, + "type": "TYPE_GHOST", + "accuracy": 100, + "pp": 5, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 49, + "unkC": 22, + "contestType": "SMART" + }, + { + "name": "MOVE_468", + "effect": "MOVE_EFFECT_NORMAL_HIT", + "class": "CLASS_SPECIAL", + "power": 100, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 16, + "contestType": "BEAUTY" + }, + { + "name": "MOVE_469", + "effect": "MOVE_EFFECT_NORMAL_HIT", + "class": "CLASS_SPECIAL", + "power": 100, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 17, + "contestType": "CUTE" + }, + { + "name": "MOVE_470", + "effect": "MOVE_EFFECT_NORMAL_HIT", + "class": "CLASS_SPECIAL", + "power": 100, + "type": "TYPE_NORMAL", + "accuracy": 100, + "pp": 10, + "effectChance": 0, + "unk8": 0, + "priority": 0, + "unkB": 50, + "unkC": 18, + "contestType": "SMART" + } + ] +} diff --git a/files/poketool/waza/waza_tbl.json.txt b/files/poketool/waza/waza_tbl.json.txt new file mode 100644 index 00000000..f0d4cbab --- /dev/null +++ b/files/poketool/waza/waza_tbl.json.txt @@ -0,0 +1,29 @@ +{{ doNotModifyHeader }} + +#include "global.h" +#include "constants/moves.h" +#include "constants/battle.h" +#include "constants/pokemon.h" +#include "move_data.h" + +u32 __size = sizeof(struct WazaTbl); + +const struct WazaTbl __data[] = { +## for move in waza_tbl + // {{ move.name }} + { + {{ move.effect }}, + {{ move.class }}, + {{ move.power }}, + {{ move.type }}, + {{ move.accuracy }}, + {{ move.pp }}, + {{ move.effectChance }}, + {{ move.unk8 }}, + {{ move.priority }}, + {{ move.unkB }}, + {{ move.unkC }}, + {{ move.contestType }} + }, +## endfor +}; diff --git a/files/poketool/waza/waza_tbl/.knarcignore b/files/poketool/waza/waza_tbl/.knarcignore deleted file mode 100644 index 2856080a..00000000 --- a/files/poketool/waza/waza_tbl/.knarcignore +++ /dev/null @@ -1,2 +0,0 @@ -*.png -*.pal diff --git a/files/poketool/waza/waza_tbl/narc_0000.bin b/files/poketool/waza/waza_tbl/narc_0000.bin Binary files differdeleted file mode 100644 index 01d633b2..00000000 --- a/files/poketool/waza/waza_tbl/narc_0000.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0001.bin b/files/poketool/waza/waza_tbl/narc_0001.bin Binary files differdeleted file mode 100644 index 00f7c5a4..00000000 --- a/files/poketool/waza/waza_tbl/narc_0001.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0002.bin b/files/poketool/waza/waza_tbl/narc_0002.bin Binary files differdeleted file mode 100644 index 9571fba6..00000000 --- a/files/poketool/waza/waza_tbl/narc_0002.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0003.bin b/files/poketool/waza/waza_tbl/narc_0003.bin Binary files differdeleted file mode 100644 index 7cd7c8cd..00000000 --- a/files/poketool/waza/waza_tbl/narc_0003.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0004.bin b/files/poketool/waza/waza_tbl/narc_0004.bin Binary files differdeleted file mode 100644 index d69d603c..00000000 --- a/files/poketool/waza/waza_tbl/narc_0004.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0005.bin b/files/poketool/waza/waza_tbl/narc_0005.bin Binary files differdeleted file mode 100644 index 3380b26e..00000000 --- a/files/poketool/waza/waza_tbl/narc_0005.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0006.bin b/files/poketool/waza/waza_tbl/narc_0006.bin Binary files differdeleted file mode 100644 index 4d229b82..00000000 --- a/files/poketool/waza/waza_tbl/narc_0006.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0007.bin b/files/poketool/waza/waza_tbl/narc_0007.bin Binary files differdeleted file mode 100644 index fb96fac6..00000000 --- a/files/poketool/waza/waza_tbl/narc_0007.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0008.bin b/files/poketool/waza/waza_tbl/narc_0008.bin Binary files differdeleted file mode 100644 index 785f3d79..00000000 --- a/files/poketool/waza/waza_tbl/narc_0008.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0009.bin b/files/poketool/waza/waza_tbl/narc_0009.bin Binary files differdeleted file mode 100644 index c7f88c16..00000000 --- a/files/poketool/waza/waza_tbl/narc_0009.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0010.bin b/files/poketool/waza/waza_tbl/narc_0010.bin Binary files differdeleted file mode 100644 index 00f7c5a4..00000000 --- a/files/poketool/waza/waza_tbl/narc_0010.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0011.bin b/files/poketool/waza/waza_tbl/narc_0011.bin Binary files differdeleted file mode 100644 index effe0ed3..00000000 --- a/files/poketool/waza/waza_tbl/narc_0011.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0012.bin b/files/poketool/waza/waza_tbl/narc_0012.bin Binary files differdeleted file mode 100644 index 7f5b9118..00000000 --- a/files/poketool/waza/waza_tbl/narc_0012.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0013.bin b/files/poketool/waza/waza_tbl/narc_0013.bin Binary files differdeleted file mode 100644 index 07e7bc39..00000000 --- a/files/poketool/waza/waza_tbl/narc_0013.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0014.bin b/files/poketool/waza/waza_tbl/narc_0014.bin Binary files differdeleted file mode 100644 index abf50359..00000000 --- a/files/poketool/waza/waza_tbl/narc_0014.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0015.bin b/files/poketool/waza/waza_tbl/narc_0015.bin Binary files differdeleted file mode 100644 index 6d3ffc41..00000000 --- a/files/poketool/waza/waza_tbl/narc_0015.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0016.bin b/files/poketool/waza/waza_tbl/narc_0016.bin Binary files differdeleted file mode 100644 index ec56197e..00000000 --- a/files/poketool/waza/waza_tbl/narc_0016.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0017.bin b/files/poketool/waza/waza_tbl/narc_0017.bin Binary files differdeleted file mode 100644 index 4c68d4af..00000000 --- a/files/poketool/waza/waza_tbl/narc_0017.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0018.bin b/files/poketool/waza/waza_tbl/narc_0018.bin Binary files differdeleted file mode 100644 index cd3909d4..00000000 --- a/files/poketool/waza/waza_tbl/narc_0018.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0019.bin b/files/poketool/waza/waza_tbl/narc_0019.bin Binary files differdeleted file mode 100644 index 09447d86..00000000 --- a/files/poketool/waza/waza_tbl/narc_0019.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0020.bin b/files/poketool/waza/waza_tbl/narc_0020.bin Binary files differdeleted file mode 100644 index 2bf065df..00000000 --- a/files/poketool/waza/waza_tbl/narc_0020.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0021.bin b/files/poketool/waza/waza_tbl/narc_0021.bin Binary files differdeleted file mode 100644 index a0fbfe83..00000000 --- a/files/poketool/waza/waza_tbl/narc_0021.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0022.bin b/files/poketool/waza/waza_tbl/narc_0022.bin Binary files differdeleted file mode 100644 index 98394356..00000000 --- a/files/poketool/waza/waza_tbl/narc_0022.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0023.bin b/files/poketool/waza/waza_tbl/narc_0023.bin Binary files differdeleted file mode 100644 index 48c2c01d..00000000 --- a/files/poketool/waza/waza_tbl/narc_0023.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0024.bin b/files/poketool/waza/waza_tbl/narc_0024.bin Binary files differdeleted file mode 100644 index 38c369ef..00000000 --- a/files/poketool/waza/waza_tbl/narc_0024.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0025.bin b/files/poketool/waza/waza_tbl/narc_0025.bin Binary files differdeleted file mode 100644 index 46a02a5d..00000000 --- a/files/poketool/waza/waza_tbl/narc_0025.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0026.bin b/files/poketool/waza/waza_tbl/narc_0026.bin Binary files differdeleted file mode 100644 index c5cfd07c..00000000 --- a/files/poketool/waza/waza_tbl/narc_0026.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0027.bin b/files/poketool/waza/waza_tbl/narc_0027.bin Binary files differdeleted file mode 100644 index ad8b53b7..00000000 --- a/files/poketool/waza/waza_tbl/narc_0027.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0028.bin b/files/poketool/waza/waza_tbl/narc_0028.bin Binary files differdeleted file mode 100644 index d448cc7c..00000000 --- a/files/poketool/waza/waza_tbl/narc_0028.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0029.bin b/files/poketool/waza/waza_tbl/narc_0029.bin Binary files differdeleted file mode 100644 index b9415a2e..00000000 --- a/files/poketool/waza/waza_tbl/narc_0029.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0030.bin b/files/poketool/waza/waza_tbl/narc_0030.bin Binary files differdeleted file mode 100644 index e4d6e535..00000000 --- a/files/poketool/waza/waza_tbl/narc_0030.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0031.bin b/files/poketool/waza/waza_tbl/narc_0031.bin Binary files differdeleted file mode 100644 index 8fdc7da9..00000000 --- a/files/poketool/waza/waza_tbl/narc_0031.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0032.bin b/files/poketool/waza/waza_tbl/narc_0032.bin Binary files differdeleted file mode 100644 index 7f5b9118..00000000 --- a/files/poketool/waza/waza_tbl/narc_0032.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0033.bin b/files/poketool/waza/waza_tbl/narc_0033.bin Binary files differdeleted file mode 100644 index 2d4c7c98..00000000 --- a/files/poketool/waza/waza_tbl/narc_0033.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0034.bin b/files/poketool/waza/waza_tbl/narc_0034.bin Binary files differdeleted file mode 100644 index ac75f579..00000000 --- a/files/poketool/waza/waza_tbl/narc_0034.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0035.bin b/files/poketool/waza/waza_tbl/narc_0035.bin Binary files differdeleted file mode 100644 index 0253c08d..00000000 --- a/files/poketool/waza/waza_tbl/narc_0035.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0036.bin b/files/poketool/waza/waza_tbl/narc_0036.bin Binary files differdeleted file mode 100644 index 356d690c..00000000 --- a/files/poketool/waza/waza_tbl/narc_0036.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0037.bin b/files/poketool/waza/waza_tbl/narc_0037.bin Binary files differdeleted file mode 100644 index 6df530d7..00000000 --- a/files/poketool/waza/waza_tbl/narc_0037.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0038.bin b/files/poketool/waza/waza_tbl/narc_0038.bin Binary files differdeleted file mode 100644 index c95b6b14..00000000 --- a/files/poketool/waza/waza_tbl/narc_0038.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0039.bin b/files/poketool/waza/waza_tbl/narc_0039.bin Binary files differdeleted file mode 100644 index 8f9df603..00000000 --- a/files/poketool/waza/waza_tbl/narc_0039.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0040.bin b/files/poketool/waza/waza_tbl/narc_0040.bin Binary files differdeleted file mode 100644 index 4110bdcb..00000000 --- a/files/poketool/waza/waza_tbl/narc_0040.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0041.bin b/files/poketool/waza/waza_tbl/narc_0041.bin Binary files differdeleted file mode 100644 index ace0b7f0..00000000 --- a/files/poketool/waza/waza_tbl/narc_0041.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0042.bin b/files/poketool/waza/waza_tbl/narc_0042.bin Binary files differdeleted file mode 100644 index f7004da9..00000000 --- a/files/poketool/waza/waza_tbl/narc_0042.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0043.bin b/files/poketool/waza/waza_tbl/narc_0043.bin Binary files differdeleted file mode 100644 index 5be0a1c1..00000000 --- a/files/poketool/waza/waza_tbl/narc_0043.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0044.bin b/files/poketool/waza/waza_tbl/narc_0044.bin Binary files differdeleted file mode 100644 index 1099129b..00000000 --- a/files/poketool/waza/waza_tbl/narc_0044.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0045.bin b/files/poketool/waza/waza_tbl/narc_0045.bin Binary files differdeleted file mode 100644 index 5a8deb28..00000000 --- a/files/poketool/waza/waza_tbl/narc_0045.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0046.bin b/files/poketool/waza/waza_tbl/narc_0046.bin Binary files differdeleted file mode 100644 index bb3b0057..00000000 --- a/files/poketool/waza/waza_tbl/narc_0046.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0047.bin b/files/poketool/waza/waza_tbl/narc_0047.bin Binary files differdeleted file mode 100644 index c1038f3c..00000000 --- a/files/poketool/waza/waza_tbl/narc_0047.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0048.bin b/files/poketool/waza/waza_tbl/narc_0048.bin Binary files differdeleted file mode 100644 index a5b94925..00000000 --- a/files/poketool/waza/waza_tbl/narc_0048.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0049.bin b/files/poketool/waza/waza_tbl/narc_0049.bin Binary files differdeleted file mode 100644 index 7dc17118..00000000 --- a/files/poketool/waza/waza_tbl/narc_0049.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0050.bin b/files/poketool/waza/waza_tbl/narc_0050.bin Binary files differdeleted file mode 100644 index 21e57788..00000000 --- a/files/poketool/waza/waza_tbl/narc_0050.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0051.bin b/files/poketool/waza/waza_tbl/narc_0051.bin Binary files differdeleted file mode 100644 index 4bddd62c..00000000 --- a/files/poketool/waza/waza_tbl/narc_0051.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0052.bin b/files/poketool/waza/waza_tbl/narc_0052.bin Binary files differdeleted file mode 100644 index 9061f188..00000000 --- a/files/poketool/waza/waza_tbl/narc_0052.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0053.bin b/files/poketool/waza/waza_tbl/narc_0053.bin Binary files differdeleted file mode 100644 index ea396f6d..00000000 --- a/files/poketool/waza/waza_tbl/narc_0053.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0054.bin b/files/poketool/waza/waza_tbl/narc_0054.bin Binary files differdeleted file mode 100644 index 33bd4744..00000000 --- a/files/poketool/waza/waza_tbl/narc_0054.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0055.bin b/files/poketool/waza/waza_tbl/narc_0055.bin Binary files differdeleted file mode 100644 index e8db89f1..00000000 --- a/files/poketool/waza/waza_tbl/narc_0055.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0056.bin b/files/poketool/waza/waza_tbl/narc_0056.bin Binary files differdeleted file mode 100644 index ab7e9f8e..00000000 --- a/files/poketool/waza/waza_tbl/narc_0056.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0057.bin b/files/poketool/waza/waza_tbl/narc_0057.bin Binary files differdeleted file mode 100644 index 7c7c4779..00000000 --- a/files/poketool/waza/waza_tbl/narc_0057.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0058.bin b/files/poketool/waza/waza_tbl/narc_0058.bin Binary files differdeleted file mode 100644 index dc6a335d..00000000 --- a/files/poketool/waza/waza_tbl/narc_0058.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0059.bin b/files/poketool/waza/waza_tbl/narc_0059.bin Binary files differdeleted file mode 100644 index d998e084..00000000 --- a/files/poketool/waza/waza_tbl/narc_0059.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0060.bin b/files/poketool/waza/waza_tbl/narc_0060.bin Binary files differdeleted file mode 100644 index 94e34152..00000000 --- a/files/poketool/waza/waza_tbl/narc_0060.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0061.bin b/files/poketool/waza/waza_tbl/narc_0061.bin Binary files differdeleted file mode 100644 index a41578ad..00000000 --- a/files/poketool/waza/waza_tbl/narc_0061.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0062.bin b/files/poketool/waza/waza_tbl/narc_0062.bin Binary files differdeleted file mode 100644 index afb41b97..00000000 --- a/files/poketool/waza/waza_tbl/narc_0062.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0063.bin b/files/poketool/waza/waza_tbl/narc_0063.bin Binary files differdeleted file mode 100644 index c174035b..00000000 --- a/files/poketool/waza/waza_tbl/narc_0063.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0064.bin b/files/poketool/waza/waza_tbl/narc_0064.bin Binary files differdeleted file mode 100644 index 40288f47..00000000 --- a/files/poketool/waza/waza_tbl/narc_0064.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0065.bin b/files/poketool/waza/waza_tbl/narc_0065.bin Binary files differdeleted file mode 100644 index 813d3908..00000000 --- a/files/poketool/waza/waza_tbl/narc_0065.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0066.bin b/files/poketool/waza/waza_tbl/narc_0066.bin Binary files differdeleted file mode 100644 index 476fc540..00000000 --- a/files/poketool/waza/waza_tbl/narc_0066.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0067.bin b/files/poketool/waza/waza_tbl/narc_0067.bin Binary files differdeleted file mode 100644 index cd34aabf..00000000 --- a/files/poketool/waza/waza_tbl/narc_0067.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0068.bin b/files/poketool/waza/waza_tbl/narc_0068.bin Binary files differdeleted file mode 100644 index e09e934a..00000000 --- a/files/poketool/waza/waza_tbl/narc_0068.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0069.bin b/files/poketool/waza/waza_tbl/narc_0069.bin Binary files differdeleted file mode 100644 index 792e7c61..00000000 --- a/files/poketool/waza/waza_tbl/narc_0069.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0070.bin b/files/poketool/waza/waza_tbl/narc_0070.bin Binary files differdeleted file mode 100644 index 87ab1d07..00000000 --- a/files/poketool/waza/waza_tbl/narc_0070.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0071.bin b/files/poketool/waza/waza_tbl/narc_0071.bin Binary files differdeleted file mode 100644 index 17d753b8..00000000 --- a/files/poketool/waza/waza_tbl/narc_0071.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0072.bin b/files/poketool/waza/waza_tbl/narc_0072.bin Binary files differdeleted file mode 100644 index 9461f86e..00000000 --- a/files/poketool/waza/waza_tbl/narc_0072.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0073.bin b/files/poketool/waza/waza_tbl/narc_0073.bin Binary files differdeleted file mode 100644 index 8ae31226..00000000 --- a/files/poketool/waza/waza_tbl/narc_0073.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0074.bin b/files/poketool/waza/waza_tbl/narc_0074.bin Binary files differdeleted file mode 100644 index d331d2af..00000000 --- a/files/poketool/waza/waza_tbl/narc_0074.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0075.bin b/files/poketool/waza/waza_tbl/narc_0075.bin Binary files differdeleted file mode 100644 index 3333636e..00000000 --- a/files/poketool/waza/waza_tbl/narc_0075.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0076.bin b/files/poketool/waza/waza_tbl/narc_0076.bin Binary files differdeleted file mode 100644 index 54917cd2..00000000 --- a/files/poketool/waza/waza_tbl/narc_0076.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0077.bin b/files/poketool/waza/waza_tbl/narc_0077.bin Binary files differdeleted file mode 100644 index a022fd6e..00000000 --- a/files/poketool/waza/waza_tbl/narc_0077.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0078.bin b/files/poketool/waza/waza_tbl/narc_0078.bin Binary files differdeleted file mode 100644 index 598c5d2c..00000000 --- a/files/poketool/waza/waza_tbl/narc_0078.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0079.bin b/files/poketool/waza/waza_tbl/narc_0079.bin Binary files differdeleted file mode 100644 index 79b0d81e..00000000 --- a/files/poketool/waza/waza_tbl/narc_0079.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0080.bin b/files/poketool/waza/waza_tbl/narc_0080.bin Binary files differdeleted file mode 100644 index 5fda4147..00000000 --- a/files/poketool/waza/waza_tbl/narc_0080.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0081.bin b/files/poketool/waza/waza_tbl/narc_0081.bin Binary files differdeleted file mode 100644 index 55dd4e64..00000000 --- a/files/poketool/waza/waza_tbl/narc_0081.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0082.bin b/files/poketool/waza/waza_tbl/narc_0082.bin Binary files differdeleted file mode 100644 index 1cc13208..00000000 --- a/files/poketool/waza/waza_tbl/narc_0082.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0083.bin b/files/poketool/waza/waza_tbl/narc_0083.bin Binary files differdeleted file mode 100644 index 57f648c8..00000000 --- a/files/poketool/waza/waza_tbl/narc_0083.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0084.bin b/files/poketool/waza/waza_tbl/narc_0084.bin Binary files differdeleted file mode 100644 index 6e2b71fc..00000000 --- a/files/poketool/waza/waza_tbl/narc_0084.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0085.bin b/files/poketool/waza/waza_tbl/narc_0085.bin Binary files differdeleted file mode 100644 index e582ccaf..00000000 --- a/files/poketool/waza/waza_tbl/narc_0085.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0086.bin b/files/poketool/waza/waza_tbl/narc_0086.bin Binary files differdeleted file mode 100644 index 5cd472e9..00000000 --- a/files/poketool/waza/waza_tbl/narc_0086.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0087.bin b/files/poketool/waza/waza_tbl/narc_0087.bin Binary files differdeleted file mode 100644 index 1a2af732..00000000 --- a/files/poketool/waza/waza_tbl/narc_0087.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0088.bin b/files/poketool/waza/waza_tbl/narc_0088.bin Binary files differdeleted file mode 100644 index 7dbf04c0..00000000 --- a/files/poketool/waza/waza_tbl/narc_0088.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0089.bin b/files/poketool/waza/waza_tbl/narc_0089.bin Binary files differdeleted file mode 100644 index f53c1c87..00000000 --- a/files/poketool/waza/waza_tbl/narc_0089.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0090.bin b/files/poketool/waza/waza_tbl/narc_0090.bin Binary files differdeleted file mode 100644 index 7dd4f347..00000000 --- a/files/poketool/waza/waza_tbl/narc_0090.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0091.bin b/files/poketool/waza/waza_tbl/narc_0091.bin Binary files differdeleted file mode 100644 index d7c60b83..00000000 --- a/files/poketool/waza/waza_tbl/narc_0091.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0092.bin b/files/poketool/waza/waza_tbl/narc_0092.bin Binary files differdeleted file mode 100644 index 17035b71..00000000 --- a/files/poketool/waza/waza_tbl/narc_0092.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0093.bin b/files/poketool/waza/waza_tbl/narc_0093.bin Binary files differdeleted file mode 100644 index 513ca736..00000000 --- a/files/poketool/waza/waza_tbl/narc_0093.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0094.bin b/files/poketool/waza/waza_tbl/narc_0094.bin Binary files differdeleted file mode 100644 index 8f25fa0c..00000000 --- a/files/poketool/waza/waza_tbl/narc_0094.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0095.bin b/files/poketool/waza/waza_tbl/narc_0095.bin Binary files differdeleted file mode 100644 index 6b1c909f..00000000 --- a/files/poketool/waza/waza_tbl/narc_0095.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0096.bin b/files/poketool/waza/waza_tbl/narc_0096.bin Binary files differdeleted file mode 100644 index 78015e8a..00000000 --- a/files/poketool/waza/waza_tbl/narc_0096.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0097.bin b/files/poketool/waza/waza_tbl/narc_0097.bin Binary files differdeleted file mode 100644 index d6f9cef6..00000000 --- a/files/poketool/waza/waza_tbl/narc_0097.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0098.bin b/files/poketool/waza/waza_tbl/narc_0098.bin Binary files differdeleted file mode 100644 index 6ce2a437..00000000 --- a/files/poketool/waza/waza_tbl/narc_0098.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0099.bin b/files/poketool/waza/waza_tbl/narc_0099.bin Binary files differdeleted file mode 100644 index 50201a7d..00000000 --- a/files/poketool/waza/waza_tbl/narc_0099.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0100.bin b/files/poketool/waza/waza_tbl/narc_0100.bin Binary files differdeleted file mode 100644 index 9cee8303..00000000 --- a/files/poketool/waza/waza_tbl/narc_0100.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0101.bin b/files/poketool/waza/waza_tbl/narc_0101.bin Binary files differdeleted file mode 100644 index dcfe666d..00000000 --- a/files/poketool/waza/waza_tbl/narc_0101.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0102.bin b/files/poketool/waza/waza_tbl/narc_0102.bin Binary files differdeleted file mode 100644 index 6d3bcfcc..00000000 --- a/files/poketool/waza/waza_tbl/narc_0102.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0103.bin b/files/poketool/waza/waza_tbl/narc_0103.bin Binary files differdeleted file mode 100644 index 0224632e..00000000 --- a/files/poketool/waza/waza_tbl/narc_0103.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0104.bin b/files/poketool/waza/waza_tbl/narc_0104.bin Binary files differdeleted file mode 100644 index 75184389..00000000 --- a/files/poketool/waza/waza_tbl/narc_0104.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0105.bin b/files/poketool/waza/waza_tbl/narc_0105.bin Binary files differdeleted file mode 100644 index 7ff727c8..00000000 --- a/files/poketool/waza/waza_tbl/narc_0105.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0106.bin b/files/poketool/waza/waza_tbl/narc_0106.bin Binary files differdeleted file mode 100644 index 85737625..00000000 --- a/files/poketool/waza/waza_tbl/narc_0106.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0107.bin b/files/poketool/waza/waza_tbl/narc_0107.bin Binary files differdeleted file mode 100644 index 8ae84ec0..00000000 --- a/files/poketool/waza/waza_tbl/narc_0107.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0108.bin b/files/poketool/waza/waza_tbl/narc_0108.bin Binary files differdeleted file mode 100644 index 97a4dada..00000000 --- a/files/poketool/waza/waza_tbl/narc_0108.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0109.bin b/files/poketool/waza/waza_tbl/narc_0109.bin Binary files differdeleted file mode 100644 index 5b5d8488..00000000 --- a/files/poketool/waza/waza_tbl/narc_0109.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0110.bin b/files/poketool/waza/waza_tbl/narc_0110.bin Binary files differdeleted file mode 100644 index edf1b8ed..00000000 --- a/files/poketool/waza/waza_tbl/narc_0110.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0111.bin b/files/poketool/waza/waza_tbl/narc_0111.bin Binary files differdeleted file mode 100644 index 96b94ae5..00000000 --- a/files/poketool/waza/waza_tbl/narc_0111.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0112.bin b/files/poketool/waza/waza_tbl/narc_0112.bin Binary files differdeleted file mode 100644 index c8e34e31..00000000 --- a/files/poketool/waza/waza_tbl/narc_0112.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0113.bin b/files/poketool/waza/waza_tbl/narc_0113.bin Binary files differdeleted file mode 100644 index 1f7aa012..00000000 --- a/files/poketool/waza/waza_tbl/narc_0113.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0114.bin b/files/poketool/waza/waza_tbl/narc_0114.bin Binary files differdeleted file mode 100644 index b8f3c27c..00000000 --- a/files/poketool/waza/waza_tbl/narc_0114.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0115.bin b/files/poketool/waza/waza_tbl/narc_0115.bin Binary files differdeleted file mode 100644 index a881d883..00000000 --- a/files/poketool/waza/waza_tbl/narc_0115.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0116.bin b/files/poketool/waza/waza_tbl/narc_0116.bin Binary files differdeleted file mode 100644 index 2b2c17dd..00000000 --- a/files/poketool/waza/waza_tbl/narc_0116.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0117.bin b/files/poketool/waza/waza_tbl/narc_0117.bin Binary files differdeleted file mode 100644 index d83f7815..00000000 --- a/files/poketool/waza/waza_tbl/narc_0117.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0118.bin b/files/poketool/waza/waza_tbl/narc_0118.bin Binary files differdeleted file mode 100644 index b81cece8..00000000 --- a/files/poketool/waza/waza_tbl/narc_0118.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0119.bin b/files/poketool/waza/waza_tbl/narc_0119.bin Binary files differdeleted file mode 100644 index be75f205..00000000 --- a/files/poketool/waza/waza_tbl/narc_0119.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0120.bin b/files/poketool/waza/waza_tbl/narc_0120.bin Binary files differdeleted file mode 100644 index 2a614da0..00000000 --- a/files/poketool/waza/waza_tbl/narc_0120.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0121.bin b/files/poketool/waza/waza_tbl/narc_0121.bin Binary files differdeleted file mode 100644 index 0c268e6b..00000000 --- a/files/poketool/waza/waza_tbl/narc_0121.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0122.bin b/files/poketool/waza/waza_tbl/narc_0122.bin Binary files differdeleted file mode 100644 index 074976a6..00000000 --- a/files/poketool/waza/waza_tbl/narc_0122.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0123.bin b/files/poketool/waza/waza_tbl/narc_0123.bin Binary files differdeleted file mode 100644 index b4cfc123..00000000 --- a/files/poketool/waza/waza_tbl/narc_0123.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0124.bin b/files/poketool/waza/waza_tbl/narc_0124.bin Binary files differdeleted file mode 100644 index 3312f22b..00000000 --- a/files/poketool/waza/waza_tbl/narc_0124.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0125.bin b/files/poketool/waza/waza_tbl/narc_0125.bin Binary files differdeleted file mode 100644 index 88bbbbb1..00000000 --- a/files/poketool/waza/waza_tbl/narc_0125.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0126.bin b/files/poketool/waza/waza_tbl/narc_0126.bin Binary files differdeleted file mode 100644 index c581afd8..00000000 --- a/files/poketool/waza/waza_tbl/narc_0126.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0127.bin b/files/poketool/waza/waza_tbl/narc_0127.bin Binary files differdeleted file mode 100644 index 11aab21d..00000000 --- a/files/poketool/waza/waza_tbl/narc_0127.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0128.bin b/files/poketool/waza/waza_tbl/narc_0128.bin Binary files differdeleted file mode 100644 index 55e273b3..00000000 --- a/files/poketool/waza/waza_tbl/narc_0128.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0129.bin b/files/poketool/waza/waza_tbl/narc_0129.bin Binary files differdeleted file mode 100644 index 51b7af5f..00000000 --- a/files/poketool/waza/waza_tbl/narc_0129.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0130.bin b/files/poketool/waza/waza_tbl/narc_0130.bin Binary files differdeleted file mode 100644 index e9da1a66..00000000 --- a/files/poketool/waza/waza_tbl/narc_0130.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0131.bin b/files/poketool/waza/waza_tbl/narc_0131.bin Binary files differdeleted file mode 100644 index e2678050..00000000 --- a/files/poketool/waza/waza_tbl/narc_0131.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0132.bin b/files/poketool/waza/waza_tbl/narc_0132.bin Binary files differdeleted file mode 100644 index d7a69fe6..00000000 --- a/files/poketool/waza/waza_tbl/narc_0132.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0133.bin b/files/poketool/waza/waza_tbl/narc_0133.bin Binary files differdeleted file mode 100644 index d4b51afe..00000000 --- a/files/poketool/waza/waza_tbl/narc_0133.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0134.bin b/files/poketool/waza/waza_tbl/narc_0134.bin Binary files differdeleted file mode 100644 index 5bffef12..00000000 --- a/files/poketool/waza/waza_tbl/narc_0134.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0135.bin b/files/poketool/waza/waza_tbl/narc_0135.bin Binary files differdeleted file mode 100644 index fe89e6b8..00000000 --- a/files/poketool/waza/waza_tbl/narc_0135.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0136.bin b/files/poketool/waza/waza_tbl/narc_0136.bin Binary files differdeleted file mode 100644 index 041d93cf..00000000 --- a/files/poketool/waza/waza_tbl/narc_0136.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0137.bin b/files/poketool/waza/waza_tbl/narc_0137.bin Binary files differdeleted file mode 100644 index e1df1ab4..00000000 --- a/files/poketool/waza/waza_tbl/narc_0137.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0138.bin b/files/poketool/waza/waza_tbl/narc_0138.bin Binary files differdeleted file mode 100644 index d3c3d94d..00000000 --- a/files/poketool/waza/waza_tbl/narc_0138.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0139.bin b/files/poketool/waza/waza_tbl/narc_0139.bin Binary files differdeleted file mode 100644 index 0b3e203a..00000000 --- a/files/poketool/waza/waza_tbl/narc_0139.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0140.bin b/files/poketool/waza/waza_tbl/narc_0140.bin Binary files differdeleted file mode 100644 index 58aaaadc..00000000 --- a/files/poketool/waza/waza_tbl/narc_0140.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0141.bin b/files/poketool/waza/waza_tbl/narc_0141.bin Binary files differdeleted file mode 100644 index 200f38bb..00000000 --- a/files/poketool/waza/waza_tbl/narc_0141.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0142.bin b/files/poketool/waza/waza_tbl/narc_0142.bin Binary files differdeleted file mode 100644 index 7b3e08b6..00000000 --- a/files/poketool/waza/waza_tbl/narc_0142.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0143.bin b/files/poketool/waza/waza_tbl/narc_0143.bin Binary files differdeleted file mode 100644 index 4ddfedf6..00000000 --- a/files/poketool/waza/waza_tbl/narc_0143.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0144.bin b/files/poketool/waza/waza_tbl/narc_0144.bin Binary files differdeleted file mode 100644 index 5404cee2..00000000 --- a/files/poketool/waza/waza_tbl/narc_0144.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0145.bin b/files/poketool/waza/waza_tbl/narc_0145.bin Binary files differdeleted file mode 100644 index 091e6603..00000000 --- a/files/poketool/waza/waza_tbl/narc_0145.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0146.bin b/files/poketool/waza/waza_tbl/narc_0146.bin Binary files differdeleted file mode 100644 index 43ca9218..00000000 --- a/files/poketool/waza/waza_tbl/narc_0146.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0147.bin b/files/poketool/waza/waza_tbl/narc_0147.bin Binary files differdeleted file mode 100644 index 7c3d7ff3..00000000 --- a/files/poketool/waza/waza_tbl/narc_0147.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0148.bin b/files/poketool/waza/waza_tbl/narc_0148.bin Binary files differdeleted file mode 100644 index 93dd39b9..00000000 --- a/files/poketool/waza/waza_tbl/narc_0148.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0149.bin b/files/poketool/waza/waza_tbl/narc_0149.bin Binary files differdeleted file mode 100644 index 739cc857..00000000 --- a/files/poketool/waza/waza_tbl/narc_0149.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0150.bin b/files/poketool/waza/waza_tbl/narc_0150.bin Binary files differdeleted file mode 100644 index 17dc40a1..00000000 --- a/files/poketool/waza/waza_tbl/narc_0150.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0151.bin b/files/poketool/waza/waza_tbl/narc_0151.bin Binary files differdeleted file mode 100644 index 876c572a..00000000 --- a/files/poketool/waza/waza_tbl/narc_0151.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0152.bin b/files/poketool/waza/waza_tbl/narc_0152.bin Binary files differdeleted file mode 100644 index 08552573..00000000 --- a/files/poketool/waza/waza_tbl/narc_0152.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0153.bin b/files/poketool/waza/waza_tbl/narc_0153.bin Binary files differdeleted file mode 100644 index 9d5d67ee..00000000 --- a/files/poketool/waza/waza_tbl/narc_0153.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0154.bin b/files/poketool/waza/waza_tbl/narc_0154.bin Binary files differdeleted file mode 100644 index 500c3bce..00000000 --- a/files/poketool/waza/waza_tbl/narc_0154.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0155.bin b/files/poketool/waza/waza_tbl/narc_0155.bin Binary files differdeleted file mode 100644 index c7453df3..00000000 --- a/files/poketool/waza/waza_tbl/narc_0155.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0156.bin b/files/poketool/waza/waza_tbl/narc_0156.bin Binary files differdeleted file mode 100644 index f4bf0c4f..00000000 --- a/files/poketool/waza/waza_tbl/narc_0156.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0157.bin b/files/poketool/waza/waza_tbl/narc_0157.bin Binary files differdeleted file mode 100644 index 426b2db5..00000000 --- a/files/poketool/waza/waza_tbl/narc_0157.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0158.bin b/files/poketool/waza/waza_tbl/narc_0158.bin Binary files differdeleted file mode 100644 index c604e257..00000000 --- a/files/poketool/waza/waza_tbl/narc_0158.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0159.bin b/files/poketool/waza/waza_tbl/narc_0159.bin Binary files differdeleted file mode 100644 index 46b6a388..00000000 --- a/files/poketool/waza/waza_tbl/narc_0159.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0160.bin b/files/poketool/waza/waza_tbl/narc_0160.bin Binary files differdeleted file mode 100644 index 654db938..00000000 --- a/files/poketool/waza/waza_tbl/narc_0160.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0161.bin b/files/poketool/waza/waza_tbl/narc_0161.bin Binary files differdeleted file mode 100644 index 94d3ea9d..00000000 --- a/files/poketool/waza/waza_tbl/narc_0161.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0162.bin b/files/poketool/waza/waza_tbl/narc_0162.bin Binary files differdeleted file mode 100644 index 020918f1..00000000 --- a/files/poketool/waza/waza_tbl/narc_0162.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0163.bin b/files/poketool/waza/waza_tbl/narc_0163.bin Binary files differdeleted file mode 100644 index aa0d30c4..00000000 --- a/files/poketool/waza/waza_tbl/narc_0163.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0164.bin b/files/poketool/waza/waza_tbl/narc_0164.bin Binary files differdeleted file mode 100644 index e3420145..00000000 --- a/files/poketool/waza/waza_tbl/narc_0164.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0165.bin b/files/poketool/waza/waza_tbl/narc_0165.bin Binary files differdeleted file mode 100644 index c78d1dfc..00000000 --- a/files/poketool/waza/waza_tbl/narc_0165.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0166.bin b/files/poketool/waza/waza_tbl/narc_0166.bin Binary files differdeleted file mode 100644 index 7391aad3..00000000 --- a/files/poketool/waza/waza_tbl/narc_0166.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0167.bin b/files/poketool/waza/waza_tbl/narc_0167.bin Binary files differdeleted file mode 100644 index a69b184c..00000000 --- a/files/poketool/waza/waza_tbl/narc_0167.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0168.bin b/files/poketool/waza/waza_tbl/narc_0168.bin Binary files differdeleted file mode 100644 index 1646f0c5..00000000 --- a/files/poketool/waza/waza_tbl/narc_0168.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0169.bin b/files/poketool/waza/waza_tbl/narc_0169.bin Binary files differdeleted file mode 100644 index 204a1edf..00000000 --- a/files/poketool/waza/waza_tbl/narc_0169.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0170.bin b/files/poketool/waza/waza_tbl/narc_0170.bin Binary files differdeleted file mode 100644 index 18b4a6e7..00000000 --- a/files/poketool/waza/waza_tbl/narc_0170.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0171.bin b/files/poketool/waza/waza_tbl/narc_0171.bin Binary files differdeleted file mode 100644 index 0c86eb38..00000000 --- a/files/poketool/waza/waza_tbl/narc_0171.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0172.bin b/files/poketool/waza/waza_tbl/narc_0172.bin Binary files differdeleted file mode 100644 index 7882fb54..00000000 --- a/files/poketool/waza/waza_tbl/narc_0172.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0173.bin b/files/poketool/waza/waza_tbl/narc_0173.bin Binary files differdeleted file mode 100644 index be61504e..00000000 --- a/files/poketool/waza/waza_tbl/narc_0173.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0174.bin b/files/poketool/waza/waza_tbl/narc_0174.bin Binary files differdeleted file mode 100644 index 9653f8fe..00000000 --- a/files/poketool/waza/waza_tbl/narc_0174.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0175.bin b/files/poketool/waza/waza_tbl/narc_0175.bin Binary files differdeleted file mode 100644 index 28a0171b..00000000 --- a/files/poketool/waza/waza_tbl/narc_0175.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0176.bin b/files/poketool/waza/waza_tbl/narc_0176.bin Binary files differdeleted file mode 100644 index c4f208db..00000000 --- a/files/poketool/waza/waza_tbl/narc_0176.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0177.bin b/files/poketool/waza/waza_tbl/narc_0177.bin Binary files differdeleted file mode 100644 index 0a608d1f..00000000 --- a/files/poketool/waza/waza_tbl/narc_0177.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0178.bin b/files/poketool/waza/waza_tbl/narc_0178.bin Binary files differdeleted file mode 100644 index ae7a82c8..00000000 --- a/files/poketool/waza/waza_tbl/narc_0178.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0179.bin b/files/poketool/waza/waza_tbl/narc_0179.bin Binary files differdeleted file mode 100644 index dae70497..00000000 --- a/files/poketool/waza/waza_tbl/narc_0179.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0180.bin b/files/poketool/waza/waza_tbl/narc_0180.bin Binary files differdeleted file mode 100644 index 92a64473..00000000 --- a/files/poketool/waza/waza_tbl/narc_0180.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0181.bin b/files/poketool/waza/waza_tbl/narc_0181.bin Binary files differdeleted file mode 100644 index 9bab3c5f..00000000 --- a/files/poketool/waza/waza_tbl/narc_0181.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0182.bin b/files/poketool/waza/waza_tbl/narc_0182.bin Binary files differdeleted file mode 100644 index 2f0ee2f7..00000000 --- a/files/poketool/waza/waza_tbl/narc_0182.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0183.bin b/files/poketool/waza/waza_tbl/narc_0183.bin Binary files differdeleted file mode 100644 index 67c21ce1..00000000 --- a/files/poketool/waza/waza_tbl/narc_0183.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0184.bin b/files/poketool/waza/waza_tbl/narc_0184.bin Binary files differdeleted file mode 100644 index d442a8ce..00000000 --- a/files/poketool/waza/waza_tbl/narc_0184.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0185.bin b/files/poketool/waza/waza_tbl/narc_0185.bin Binary files differdeleted file mode 100644 index 4b0fa1cd..00000000 --- a/files/poketool/waza/waza_tbl/narc_0185.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0186.bin b/files/poketool/waza/waza_tbl/narc_0186.bin Binary files differdeleted file mode 100644 index 1dbc2233..00000000 --- a/files/poketool/waza/waza_tbl/narc_0186.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0187.bin b/files/poketool/waza/waza_tbl/narc_0187.bin Binary files differdeleted file mode 100644 index 91b590e5..00000000 --- a/files/poketool/waza/waza_tbl/narc_0187.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0188.bin b/files/poketool/waza/waza_tbl/narc_0188.bin Binary files differdeleted file mode 100644 index f4f38801..00000000 --- a/files/poketool/waza/waza_tbl/narc_0188.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0189.bin b/files/poketool/waza/waza_tbl/narc_0189.bin Binary files differdeleted file mode 100644 index 7025a79a..00000000 --- a/files/poketool/waza/waza_tbl/narc_0189.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0190.bin b/files/poketool/waza/waza_tbl/narc_0190.bin Binary files differdeleted file mode 100644 index 5e0791e5..00000000 --- a/files/poketool/waza/waza_tbl/narc_0190.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0191.bin b/files/poketool/waza/waza_tbl/narc_0191.bin Binary files differdeleted file mode 100644 index d560cbd3..00000000 --- a/files/poketool/waza/waza_tbl/narc_0191.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0192.bin b/files/poketool/waza/waza_tbl/narc_0192.bin Binary files differdeleted file mode 100644 index bc716d3e..00000000 --- a/files/poketool/waza/waza_tbl/narc_0192.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0193.bin b/files/poketool/waza/waza_tbl/narc_0193.bin Binary files differdeleted file mode 100644 index 9ec893dd..00000000 --- a/files/poketool/waza/waza_tbl/narc_0193.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0194.bin b/files/poketool/waza/waza_tbl/narc_0194.bin Binary files differdeleted file mode 100644 index 0d0e9d71..00000000 --- a/files/poketool/waza/waza_tbl/narc_0194.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0195.bin b/files/poketool/waza/waza_tbl/narc_0195.bin Binary files differdeleted file mode 100644 index c52e99b4..00000000 --- a/files/poketool/waza/waza_tbl/narc_0195.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0196.bin b/files/poketool/waza/waza_tbl/narc_0196.bin Binary files differdeleted file mode 100644 index cdbc9ff8..00000000 --- a/files/poketool/waza/waza_tbl/narc_0196.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0197.bin b/files/poketool/waza/waza_tbl/narc_0197.bin Binary files differdeleted file mode 100644 index 0140302f..00000000 --- a/files/poketool/waza/waza_tbl/narc_0197.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0198.bin b/files/poketool/waza/waza_tbl/narc_0198.bin Binary files differdeleted file mode 100644 index 31143e1d..00000000 --- a/files/poketool/waza/waza_tbl/narc_0198.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0199.bin b/files/poketool/waza/waza_tbl/narc_0199.bin Binary files differdeleted file mode 100644 index 18b4a6e7..00000000 --- a/files/poketool/waza/waza_tbl/narc_0199.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0200.bin b/files/poketool/waza/waza_tbl/narc_0200.bin Binary files differdeleted file mode 100644 index 7a10be4a..00000000 --- a/files/poketool/waza/waza_tbl/narc_0200.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0201.bin b/files/poketool/waza/waza_tbl/narc_0201.bin Binary files differdeleted file mode 100644 index 25a096ff..00000000 --- a/files/poketool/waza/waza_tbl/narc_0201.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0202.bin b/files/poketool/waza/waza_tbl/narc_0202.bin Binary files differdeleted file mode 100644 index db4067d4..00000000 --- a/files/poketool/waza/waza_tbl/narc_0202.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0203.bin b/files/poketool/waza/waza_tbl/narc_0203.bin Binary files differdeleted file mode 100644 index af4df578..00000000 --- a/files/poketool/waza/waza_tbl/narc_0203.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0204.bin b/files/poketool/waza/waza_tbl/narc_0204.bin Binary files differdeleted file mode 100644 index d22a318f..00000000 --- a/files/poketool/waza/waza_tbl/narc_0204.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0205.bin b/files/poketool/waza/waza_tbl/narc_0205.bin Binary files differdeleted file mode 100644 index 1cc592a9..00000000 --- a/files/poketool/waza/waza_tbl/narc_0205.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0206.bin b/files/poketool/waza/waza_tbl/narc_0206.bin Binary files differdeleted file mode 100644 index eab5c365..00000000 --- a/files/poketool/waza/waza_tbl/narc_0206.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0207.bin b/files/poketool/waza/waza_tbl/narc_0207.bin Binary files differdeleted file mode 100644 index f0f7d345..00000000 --- a/files/poketool/waza/waza_tbl/narc_0207.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0208.bin b/files/poketool/waza/waza_tbl/narc_0208.bin Binary files differdeleted file mode 100644 index 21423b10..00000000 --- a/files/poketool/waza/waza_tbl/narc_0208.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0209.bin b/files/poketool/waza/waza_tbl/narc_0209.bin Binary files differdeleted file mode 100644 index d13cbe52..00000000 --- a/files/poketool/waza/waza_tbl/narc_0209.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0210.bin b/files/poketool/waza/waza_tbl/narc_0210.bin Binary files differdeleted file mode 100644 index 9988d352..00000000 --- a/files/poketool/waza/waza_tbl/narc_0210.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0211.bin b/files/poketool/waza/waza_tbl/narc_0211.bin Binary files differdeleted file mode 100644 index 0fb0b401..00000000 --- a/files/poketool/waza/waza_tbl/narc_0211.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0212.bin b/files/poketool/waza/waza_tbl/narc_0212.bin Binary files differdeleted file mode 100644 index 895bc1b7..00000000 --- a/files/poketool/waza/waza_tbl/narc_0212.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0213.bin b/files/poketool/waza/waza_tbl/narc_0213.bin Binary files differdeleted file mode 100644 index 78b27aaa..00000000 --- a/files/poketool/waza/waza_tbl/narc_0213.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0214.bin b/files/poketool/waza/waza_tbl/narc_0214.bin Binary files differdeleted file mode 100644 index 83148e45..00000000 --- a/files/poketool/waza/waza_tbl/narc_0214.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0215.bin b/files/poketool/waza/waza_tbl/narc_0215.bin Binary files differdeleted file mode 100644 index 8dca3c2a..00000000 --- a/files/poketool/waza/waza_tbl/narc_0215.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0216.bin b/files/poketool/waza/waza_tbl/narc_0216.bin Binary files differdeleted file mode 100644 index 686b84aa..00000000 --- a/files/poketool/waza/waza_tbl/narc_0216.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0217.bin b/files/poketool/waza/waza_tbl/narc_0217.bin Binary files differdeleted file mode 100644 index eb842629..00000000 --- a/files/poketool/waza/waza_tbl/narc_0217.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0218.bin b/files/poketool/waza/waza_tbl/narc_0218.bin Binary files differdeleted file mode 100644 index 19672597..00000000 --- a/files/poketool/waza/waza_tbl/narc_0218.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0219.bin b/files/poketool/waza/waza_tbl/narc_0219.bin Binary files differdeleted file mode 100644 index 99e6e6e3..00000000 --- a/files/poketool/waza/waza_tbl/narc_0219.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0220.bin b/files/poketool/waza/waza_tbl/narc_0220.bin Binary files differdeleted file mode 100644 index 242d819f..00000000 --- a/files/poketool/waza/waza_tbl/narc_0220.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0221.bin b/files/poketool/waza/waza_tbl/narc_0221.bin Binary files differdeleted file mode 100644 index 945edcce..00000000 --- a/files/poketool/waza/waza_tbl/narc_0221.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0222.bin b/files/poketool/waza/waza_tbl/narc_0222.bin Binary files differdeleted file mode 100644 index 50134c8b..00000000 --- a/files/poketool/waza/waza_tbl/narc_0222.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0223.bin b/files/poketool/waza/waza_tbl/narc_0223.bin Binary files differdeleted file mode 100644 index c30aebe1..00000000 --- a/files/poketool/waza/waza_tbl/narc_0223.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0224.bin b/files/poketool/waza/waza_tbl/narc_0224.bin Binary files differdeleted file mode 100644 index 24a54ce9..00000000 --- a/files/poketool/waza/waza_tbl/narc_0224.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0225.bin b/files/poketool/waza/waza_tbl/narc_0225.bin Binary files differdeleted file mode 100644 index d6fe6e05..00000000 --- a/files/poketool/waza/waza_tbl/narc_0225.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0226.bin b/files/poketool/waza/waza_tbl/narc_0226.bin Binary files differdeleted file mode 100644 index 18e3e716..00000000 --- a/files/poketool/waza/waza_tbl/narc_0226.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0227.bin b/files/poketool/waza/waza_tbl/narc_0227.bin Binary files differdeleted file mode 100644 index 22560d0f..00000000 --- a/files/poketool/waza/waza_tbl/narc_0227.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0228.bin b/files/poketool/waza/waza_tbl/narc_0228.bin Binary files differdeleted file mode 100644 index d11e8322..00000000 --- a/files/poketool/waza/waza_tbl/narc_0228.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0229.bin b/files/poketool/waza/waza_tbl/narc_0229.bin Binary files differdeleted file mode 100644 index 7722ce42..00000000 --- a/files/poketool/waza/waza_tbl/narc_0229.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0230.bin b/files/poketool/waza/waza_tbl/narc_0230.bin Binary files differdeleted file mode 100644 index be79924b..00000000 --- a/files/poketool/waza/waza_tbl/narc_0230.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0231.bin b/files/poketool/waza/waza_tbl/narc_0231.bin Binary files differdeleted file mode 100644 index 4fc5fc0e..00000000 --- a/files/poketool/waza/waza_tbl/narc_0231.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0232.bin b/files/poketool/waza/waza_tbl/narc_0232.bin Binary files differdeleted file mode 100644 index 8eb61264..00000000 --- a/files/poketool/waza/waza_tbl/narc_0232.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0233.bin b/files/poketool/waza/waza_tbl/narc_0233.bin Binary files differdeleted file mode 100644 index 4d9d142a..00000000 --- a/files/poketool/waza/waza_tbl/narc_0233.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0234.bin b/files/poketool/waza/waza_tbl/narc_0234.bin Binary files differdeleted file mode 100644 index e237e0ad..00000000 --- a/files/poketool/waza/waza_tbl/narc_0234.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0235.bin b/files/poketool/waza/waza_tbl/narc_0235.bin Binary files differdeleted file mode 100644 index bc91ebe6..00000000 --- a/files/poketool/waza/waza_tbl/narc_0235.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0236.bin b/files/poketool/waza/waza_tbl/narc_0236.bin Binary files differdeleted file mode 100644 index 3dd70f44..00000000 --- a/files/poketool/waza/waza_tbl/narc_0236.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0237.bin b/files/poketool/waza/waza_tbl/narc_0237.bin Binary files differdeleted file mode 100644 index 157e5174..00000000 --- a/files/poketool/waza/waza_tbl/narc_0237.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0238.bin b/files/poketool/waza/waza_tbl/narc_0238.bin Binary files differdeleted file mode 100644 index fdcddd88..00000000 --- a/files/poketool/waza/waza_tbl/narc_0238.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0239.bin b/files/poketool/waza/waza_tbl/narc_0239.bin Binary files differdeleted file mode 100644 index 7d46d35b..00000000 --- a/files/poketool/waza/waza_tbl/narc_0239.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0240.bin b/files/poketool/waza/waza_tbl/narc_0240.bin Binary files differdeleted file mode 100644 index 3fac43e0..00000000 --- a/files/poketool/waza/waza_tbl/narc_0240.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0241.bin b/files/poketool/waza/waza_tbl/narc_0241.bin Binary files differdeleted file mode 100644 index ff7e3949..00000000 --- a/files/poketool/waza/waza_tbl/narc_0241.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0242.bin b/files/poketool/waza/waza_tbl/narc_0242.bin Binary files differdeleted file mode 100644 index 057c3dd7..00000000 --- a/files/poketool/waza/waza_tbl/narc_0242.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0243.bin b/files/poketool/waza/waza_tbl/narc_0243.bin Binary files differdeleted file mode 100644 index b11d4e4f..00000000 --- a/files/poketool/waza/waza_tbl/narc_0243.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0244.bin b/files/poketool/waza/waza_tbl/narc_0244.bin Binary files differdeleted file mode 100644 index 44388747..00000000 --- a/files/poketool/waza/waza_tbl/narc_0244.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0245.bin b/files/poketool/waza/waza_tbl/narc_0245.bin Binary files differdeleted file mode 100644 index e4fc768d..00000000 --- a/files/poketool/waza/waza_tbl/narc_0245.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0246.bin b/files/poketool/waza/waza_tbl/narc_0246.bin Binary files differdeleted file mode 100644 index 30be4aca..00000000 --- a/files/poketool/waza/waza_tbl/narc_0246.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0247.bin b/files/poketool/waza/waza_tbl/narc_0247.bin Binary files differdeleted file mode 100644 index dff1feeb..00000000 --- a/files/poketool/waza/waza_tbl/narc_0247.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0248.bin b/files/poketool/waza/waza_tbl/narc_0248.bin Binary files differdeleted file mode 100644 index a851a2bb..00000000 --- a/files/poketool/waza/waza_tbl/narc_0248.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0249.bin b/files/poketool/waza/waza_tbl/narc_0249.bin Binary files differdeleted file mode 100644 index c37ccf3d..00000000 --- a/files/poketool/waza/waza_tbl/narc_0249.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0250.bin b/files/poketool/waza/waza_tbl/narc_0250.bin Binary files differdeleted file mode 100644 index 11d9a3cc..00000000 --- a/files/poketool/waza/waza_tbl/narc_0250.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0251.bin b/files/poketool/waza/waza_tbl/narc_0251.bin Binary files differdeleted file mode 100644 index f8f7c459..00000000 --- a/files/poketool/waza/waza_tbl/narc_0251.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0252.bin b/files/poketool/waza/waza_tbl/narc_0252.bin Binary files differdeleted file mode 100644 index bd025bf9..00000000 --- a/files/poketool/waza/waza_tbl/narc_0252.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0253.bin b/files/poketool/waza/waza_tbl/narc_0253.bin Binary files differdeleted file mode 100644 index 846a0f4c..00000000 --- a/files/poketool/waza/waza_tbl/narc_0253.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0254.bin b/files/poketool/waza/waza_tbl/narc_0254.bin Binary files differdeleted file mode 100644 index 043c06d9..00000000 --- a/files/poketool/waza/waza_tbl/narc_0254.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0255.bin b/files/poketool/waza/waza_tbl/narc_0255.bin Binary files differdeleted file mode 100644 index ed14a01e..00000000 --- a/files/poketool/waza/waza_tbl/narc_0255.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0256.bin b/files/poketool/waza/waza_tbl/narc_0256.bin Binary files differdeleted file mode 100644 index e7ebd641..00000000 --- a/files/poketool/waza/waza_tbl/narc_0256.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0257.bin b/files/poketool/waza/waza_tbl/narc_0257.bin Binary files differdeleted file mode 100644 index 63f7d5d5..00000000 --- a/files/poketool/waza/waza_tbl/narc_0257.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0258.bin b/files/poketool/waza/waza_tbl/narc_0258.bin Binary files differdeleted file mode 100644 index b6851518..00000000 --- a/files/poketool/waza/waza_tbl/narc_0258.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0259.bin b/files/poketool/waza/waza_tbl/narc_0259.bin Binary files differdeleted file mode 100644 index 64e5936e..00000000 --- a/files/poketool/waza/waza_tbl/narc_0259.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0260.bin b/files/poketool/waza/waza_tbl/narc_0260.bin Binary files differdeleted file mode 100644 index e2530d47..00000000 --- a/files/poketool/waza/waza_tbl/narc_0260.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0261.bin b/files/poketool/waza/waza_tbl/narc_0261.bin Binary files differdeleted file mode 100644 index 34a1e456..00000000 --- a/files/poketool/waza/waza_tbl/narc_0261.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0262.bin b/files/poketool/waza/waza_tbl/narc_0262.bin Binary files differdeleted file mode 100644 index 820de7e4..00000000 --- a/files/poketool/waza/waza_tbl/narc_0262.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0263.bin b/files/poketool/waza/waza_tbl/narc_0263.bin Binary files differdeleted file mode 100644 index b7ab0a79..00000000 --- a/files/poketool/waza/waza_tbl/narc_0263.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0264.bin b/files/poketool/waza/waza_tbl/narc_0264.bin Binary files differdeleted file mode 100644 index 6914f8b4..00000000 --- a/files/poketool/waza/waza_tbl/narc_0264.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0265.bin b/files/poketool/waza/waza_tbl/narc_0265.bin Binary files differdeleted file mode 100644 index c1093070..00000000 --- a/files/poketool/waza/waza_tbl/narc_0265.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0266.bin b/files/poketool/waza/waza_tbl/narc_0266.bin Binary files differdeleted file mode 100644 index fc2dcb42..00000000 --- a/files/poketool/waza/waza_tbl/narc_0266.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0267.bin b/files/poketool/waza/waza_tbl/narc_0267.bin Binary files differdeleted file mode 100644 index 4f00b7e1..00000000 --- a/files/poketool/waza/waza_tbl/narc_0267.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0268.bin b/files/poketool/waza/waza_tbl/narc_0268.bin Binary files differdeleted file mode 100644 index 102f975b..00000000 --- a/files/poketool/waza/waza_tbl/narc_0268.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0269.bin b/files/poketool/waza/waza_tbl/narc_0269.bin Binary files differdeleted file mode 100644 index ef16b8b9..00000000 --- a/files/poketool/waza/waza_tbl/narc_0269.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0270.bin b/files/poketool/waza/waza_tbl/narc_0270.bin Binary files differdeleted file mode 100644 index 8264cd1e..00000000 --- a/files/poketool/waza/waza_tbl/narc_0270.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0271.bin b/files/poketool/waza/waza_tbl/narc_0271.bin Binary files differdeleted file mode 100644 index fb7d1c1a..00000000 --- a/files/poketool/waza/waza_tbl/narc_0271.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0272.bin b/files/poketool/waza/waza_tbl/narc_0272.bin Binary files differdeleted file mode 100644 index a2162e5c..00000000 --- a/files/poketool/waza/waza_tbl/narc_0272.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0273.bin b/files/poketool/waza/waza_tbl/narc_0273.bin Binary files differdeleted file mode 100644 index c59eed50..00000000 --- a/files/poketool/waza/waza_tbl/narc_0273.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0274.bin b/files/poketool/waza/waza_tbl/narc_0274.bin Binary files differdeleted file mode 100644 index f84e2a0b..00000000 --- a/files/poketool/waza/waza_tbl/narc_0274.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0275.bin b/files/poketool/waza/waza_tbl/narc_0275.bin Binary files differdeleted file mode 100644 index 1f53391d..00000000 --- a/files/poketool/waza/waza_tbl/narc_0275.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0276.bin b/files/poketool/waza/waza_tbl/narc_0276.bin Binary files differdeleted file mode 100644 index e90a491e..00000000 --- a/files/poketool/waza/waza_tbl/narc_0276.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0277.bin b/files/poketool/waza/waza_tbl/narc_0277.bin Binary files differdeleted file mode 100644 index e05fafa4..00000000 --- a/files/poketool/waza/waza_tbl/narc_0277.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0278.bin b/files/poketool/waza/waza_tbl/narc_0278.bin Binary files differdeleted file mode 100644 index 0dd84a9a..00000000 --- a/files/poketool/waza/waza_tbl/narc_0278.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0279.bin b/files/poketool/waza/waza_tbl/narc_0279.bin Binary files differdeleted file mode 100644 index 01382f23..00000000 --- a/files/poketool/waza/waza_tbl/narc_0279.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0280.bin b/files/poketool/waza/waza_tbl/narc_0280.bin Binary files differdeleted file mode 100644 index 76ea8a80..00000000 --- a/files/poketool/waza/waza_tbl/narc_0280.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0281.bin b/files/poketool/waza/waza_tbl/narc_0281.bin Binary files differdeleted file mode 100644 index 7cf79fbb..00000000 --- a/files/poketool/waza/waza_tbl/narc_0281.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0282.bin b/files/poketool/waza/waza_tbl/narc_0282.bin Binary files differdeleted file mode 100644 index 4bc6c785..00000000 --- a/files/poketool/waza/waza_tbl/narc_0282.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0283.bin b/files/poketool/waza/waza_tbl/narc_0283.bin Binary files differdeleted file mode 100644 index a3d0f6e6..00000000 --- a/files/poketool/waza/waza_tbl/narc_0283.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0284.bin b/files/poketool/waza/waza_tbl/narc_0284.bin Binary files differdeleted file mode 100644 index 42138b55..00000000 --- a/files/poketool/waza/waza_tbl/narc_0284.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0285.bin b/files/poketool/waza/waza_tbl/narc_0285.bin Binary files differdeleted file mode 100644 index 06324efd..00000000 --- a/files/poketool/waza/waza_tbl/narc_0285.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0286.bin b/files/poketool/waza/waza_tbl/narc_0286.bin Binary files differdeleted file mode 100644 index 167beadd..00000000 --- a/files/poketool/waza/waza_tbl/narc_0286.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0287.bin b/files/poketool/waza/waza_tbl/narc_0287.bin Binary files differdeleted file mode 100644 index 13517218..00000000 --- a/files/poketool/waza/waza_tbl/narc_0287.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0288.bin b/files/poketool/waza/waza_tbl/narc_0288.bin Binary files differdeleted file mode 100644 index 263e453c..00000000 --- a/files/poketool/waza/waza_tbl/narc_0288.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0289.bin b/files/poketool/waza/waza_tbl/narc_0289.bin Binary files differdeleted file mode 100644 index a2462b35..00000000 --- a/files/poketool/waza/waza_tbl/narc_0289.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0290.bin b/files/poketool/waza/waza_tbl/narc_0290.bin Binary files differdeleted file mode 100644 index 7d88bbbc..00000000 --- a/files/poketool/waza/waza_tbl/narc_0290.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0291.bin b/files/poketool/waza/waza_tbl/narc_0291.bin Binary files differdeleted file mode 100644 index 4dcdf892..00000000 --- a/files/poketool/waza/waza_tbl/narc_0291.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0292.bin b/files/poketool/waza/waza_tbl/narc_0292.bin Binary files differdeleted file mode 100644 index 9a1cdaf3..00000000 --- a/files/poketool/waza/waza_tbl/narc_0292.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0293.bin b/files/poketool/waza/waza_tbl/narc_0293.bin Binary files differdeleted file mode 100644 index 6c5b2daf..00000000 --- a/files/poketool/waza/waza_tbl/narc_0293.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0294.bin b/files/poketool/waza/waza_tbl/narc_0294.bin Binary files differdeleted file mode 100644 index 411331fc..00000000 --- a/files/poketool/waza/waza_tbl/narc_0294.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0295.bin b/files/poketool/waza/waza_tbl/narc_0295.bin Binary files differdeleted file mode 100644 index 925c895f..00000000 --- a/files/poketool/waza/waza_tbl/narc_0295.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0296.bin b/files/poketool/waza/waza_tbl/narc_0296.bin Binary files differdeleted file mode 100644 index 99468d07..00000000 --- a/files/poketool/waza/waza_tbl/narc_0296.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0297.bin b/files/poketool/waza/waza_tbl/narc_0297.bin Binary files differdeleted file mode 100644 index a02d39d4..00000000 --- a/files/poketool/waza/waza_tbl/narc_0297.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0298.bin b/files/poketool/waza/waza_tbl/narc_0298.bin Binary files differdeleted file mode 100644 index 49e78c1e..00000000 --- a/files/poketool/waza/waza_tbl/narc_0298.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0299.bin b/files/poketool/waza/waza_tbl/narc_0299.bin Binary files differdeleted file mode 100644 index 954baeb1..00000000 --- a/files/poketool/waza/waza_tbl/narc_0299.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0300.bin b/files/poketool/waza/waza_tbl/narc_0300.bin Binary files differdeleted file mode 100644 index ce3c1995..00000000 --- a/files/poketool/waza/waza_tbl/narc_0300.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0301.bin b/files/poketool/waza/waza_tbl/narc_0301.bin Binary files differdeleted file mode 100644 index ed5fed85..00000000 --- a/files/poketool/waza/waza_tbl/narc_0301.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0302.bin b/files/poketool/waza/waza_tbl/narc_0302.bin Binary files differdeleted file mode 100644 index db05ea7c..00000000 --- a/files/poketool/waza/waza_tbl/narc_0302.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0303.bin b/files/poketool/waza/waza_tbl/narc_0303.bin Binary files differdeleted file mode 100644 index 0ff7d9b1..00000000 --- a/files/poketool/waza/waza_tbl/narc_0303.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0304.bin b/files/poketool/waza/waza_tbl/narc_0304.bin Binary files differdeleted file mode 100644 index 4c9d5ade..00000000 --- a/files/poketool/waza/waza_tbl/narc_0304.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0305.bin b/files/poketool/waza/waza_tbl/narc_0305.bin Binary files differdeleted file mode 100644 index a96c8c65..00000000 --- a/files/poketool/waza/waza_tbl/narc_0305.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0306.bin b/files/poketool/waza/waza_tbl/narc_0306.bin Binary files differdeleted file mode 100644 index 873a4564..00000000 --- a/files/poketool/waza/waza_tbl/narc_0306.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0307.bin b/files/poketool/waza/waza_tbl/narc_0307.bin Binary files differdeleted file mode 100644 index 1f9f5165..00000000 --- a/files/poketool/waza/waza_tbl/narc_0307.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0308.bin b/files/poketool/waza/waza_tbl/narc_0308.bin Binary files differdeleted file mode 100644 index 819010c6..00000000 --- a/files/poketool/waza/waza_tbl/narc_0308.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0309.bin b/files/poketool/waza/waza_tbl/narc_0309.bin Binary files differdeleted file mode 100644 index 45740a8a..00000000 --- a/files/poketool/waza/waza_tbl/narc_0309.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0310.bin b/files/poketool/waza/waza_tbl/narc_0310.bin Binary files differdeleted file mode 100644 index 186a0ce0..00000000 --- a/files/poketool/waza/waza_tbl/narc_0310.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0311.bin b/files/poketool/waza/waza_tbl/narc_0311.bin Binary files differdeleted file mode 100644 index d7f9b35f..00000000 --- a/files/poketool/waza/waza_tbl/narc_0311.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0312.bin b/files/poketool/waza/waza_tbl/narc_0312.bin Binary files differdeleted file mode 100644 index 2aa44769..00000000 --- a/files/poketool/waza/waza_tbl/narc_0312.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0313.bin b/files/poketool/waza/waza_tbl/narc_0313.bin Binary files differdeleted file mode 100644 index 374ed5f0..00000000 --- a/files/poketool/waza/waza_tbl/narc_0313.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0314.bin b/files/poketool/waza/waza_tbl/narc_0314.bin Binary files differdeleted file mode 100644 index a934630b..00000000 --- a/files/poketool/waza/waza_tbl/narc_0314.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0315.bin b/files/poketool/waza/waza_tbl/narc_0315.bin Binary files differdeleted file mode 100644 index ff007f24..00000000 --- a/files/poketool/waza/waza_tbl/narc_0315.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0316.bin b/files/poketool/waza/waza_tbl/narc_0316.bin Binary files differdeleted file mode 100644 index 9ec893dd..00000000 --- a/files/poketool/waza/waza_tbl/narc_0316.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0317.bin b/files/poketool/waza/waza_tbl/narc_0317.bin Binary files differdeleted file mode 100644 index 9c29a118..00000000 --- a/files/poketool/waza/waza_tbl/narc_0317.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0318.bin b/files/poketool/waza/waza_tbl/narc_0318.bin Binary files differdeleted file mode 100644 index 481d9b72..00000000 --- a/files/poketool/waza/waza_tbl/narc_0318.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0319.bin b/files/poketool/waza/waza_tbl/narc_0319.bin Binary files differdeleted file mode 100644 index 22b9bcf4..00000000 --- a/files/poketool/waza/waza_tbl/narc_0319.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0320.bin b/files/poketool/waza/waza_tbl/narc_0320.bin Binary files differdeleted file mode 100644 index 8c1d30cc..00000000 --- a/files/poketool/waza/waza_tbl/narc_0320.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0321.bin b/files/poketool/waza/waza_tbl/narc_0321.bin Binary files differdeleted file mode 100644 index bf579eb5..00000000 --- a/files/poketool/waza/waza_tbl/narc_0321.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0322.bin b/files/poketool/waza/waza_tbl/narc_0322.bin Binary files differdeleted file mode 100644 index 2734a69e..00000000 --- a/files/poketool/waza/waza_tbl/narc_0322.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0323.bin b/files/poketool/waza/waza_tbl/narc_0323.bin Binary files differdeleted file mode 100644 index 96e30f0c..00000000 --- a/files/poketool/waza/waza_tbl/narc_0323.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0324.bin b/files/poketool/waza/waza_tbl/narc_0324.bin Binary files differdeleted file mode 100644 index 097dcbfb..00000000 --- a/files/poketool/waza/waza_tbl/narc_0324.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0325.bin b/files/poketool/waza/waza_tbl/narc_0325.bin Binary files differdeleted file mode 100644 index cd2f9d68..00000000 --- a/files/poketool/waza/waza_tbl/narc_0325.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0326.bin b/files/poketool/waza/waza_tbl/narc_0326.bin Binary files differdeleted file mode 100644 index 2b8e7f6c..00000000 --- a/files/poketool/waza/waza_tbl/narc_0326.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0327.bin b/files/poketool/waza/waza_tbl/narc_0327.bin Binary files differdeleted file mode 100644 index ab4eda03..00000000 --- a/files/poketool/waza/waza_tbl/narc_0327.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0328.bin b/files/poketool/waza/waza_tbl/narc_0328.bin Binary files differdeleted file mode 100644 index 44863764..00000000 --- a/files/poketool/waza/waza_tbl/narc_0328.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0329.bin b/files/poketool/waza/waza_tbl/narc_0329.bin Binary files differdeleted file mode 100644 index 3996af94..00000000 --- a/files/poketool/waza/waza_tbl/narc_0329.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0330.bin b/files/poketool/waza/waza_tbl/narc_0330.bin Binary files differdeleted file mode 100644 index 14f5d625..00000000 --- a/files/poketool/waza/waza_tbl/narc_0330.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0331.bin b/files/poketool/waza/waza_tbl/narc_0331.bin Binary files differdeleted file mode 100644 index d87a878f..00000000 --- a/files/poketool/waza/waza_tbl/narc_0331.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0332.bin b/files/poketool/waza/waza_tbl/narc_0332.bin Binary files differdeleted file mode 100644 index ac50d359..00000000 --- a/files/poketool/waza/waza_tbl/narc_0332.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0333.bin b/files/poketool/waza/waza_tbl/narc_0333.bin Binary files differdeleted file mode 100644 index 9e7f76b8..00000000 --- a/files/poketool/waza/waza_tbl/narc_0333.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0334.bin b/files/poketool/waza/waza_tbl/narc_0334.bin Binary files differdeleted file mode 100644 index 07c7705d..00000000 --- a/files/poketool/waza/waza_tbl/narc_0334.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0335.bin b/files/poketool/waza/waza_tbl/narc_0335.bin Binary files differdeleted file mode 100644 index 717c986d..00000000 --- a/files/poketool/waza/waza_tbl/narc_0335.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0336.bin b/files/poketool/waza/waza_tbl/narc_0336.bin Binary files differdeleted file mode 100644 index 6869c085..00000000 --- a/files/poketool/waza/waza_tbl/narc_0336.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0337.bin b/files/poketool/waza/waza_tbl/narc_0337.bin Binary files differdeleted file mode 100644 index 36f9e0c7..00000000 --- a/files/poketool/waza/waza_tbl/narc_0337.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0338.bin b/files/poketool/waza/waza_tbl/narc_0338.bin Binary files differdeleted file mode 100644 index fc449af1..00000000 --- a/files/poketool/waza/waza_tbl/narc_0338.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0339.bin b/files/poketool/waza/waza_tbl/narc_0339.bin Binary files differdeleted file mode 100644 index c51b3615..00000000 --- a/files/poketool/waza/waza_tbl/narc_0339.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0340.bin b/files/poketool/waza/waza_tbl/narc_0340.bin Binary files differdeleted file mode 100644 index 5d9c8c44..00000000 --- a/files/poketool/waza/waza_tbl/narc_0340.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0341.bin b/files/poketool/waza/waza_tbl/narc_0341.bin Binary files differdeleted file mode 100644 index ab10e4a1..00000000 --- a/files/poketool/waza/waza_tbl/narc_0341.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0342.bin b/files/poketool/waza/waza_tbl/narc_0342.bin Binary files differdeleted file mode 100644 index fd4884be..00000000 --- a/files/poketool/waza/waza_tbl/narc_0342.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0343.bin b/files/poketool/waza/waza_tbl/narc_0343.bin Binary files differdeleted file mode 100644 index f082308e..00000000 --- a/files/poketool/waza/waza_tbl/narc_0343.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0344.bin b/files/poketool/waza/waza_tbl/narc_0344.bin Binary files differdeleted file mode 100644 index 6eed3c6a..00000000 --- a/files/poketool/waza/waza_tbl/narc_0344.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0345.bin b/files/poketool/waza/waza_tbl/narc_0345.bin Binary files differdeleted file mode 100644 index 418bb452..00000000 --- a/files/poketool/waza/waza_tbl/narc_0345.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0346.bin b/files/poketool/waza/waza_tbl/narc_0346.bin Binary files differdeleted file mode 100644 index 9170928b..00000000 --- a/files/poketool/waza/waza_tbl/narc_0346.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0347.bin b/files/poketool/waza/waza_tbl/narc_0347.bin Binary files differdeleted file mode 100644 index eb3cbc1b..00000000 --- a/files/poketool/waza/waza_tbl/narc_0347.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0348.bin b/files/poketool/waza/waza_tbl/narc_0348.bin Binary files differdeleted file mode 100644 index 09eef99f..00000000 --- a/files/poketool/waza/waza_tbl/narc_0348.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0349.bin b/files/poketool/waza/waza_tbl/narc_0349.bin Binary files differdeleted file mode 100644 index 0362e8c0..00000000 --- a/files/poketool/waza/waza_tbl/narc_0349.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0350.bin b/files/poketool/waza/waza_tbl/narc_0350.bin Binary files differdeleted file mode 100644 index 335f437e..00000000 --- a/files/poketool/waza/waza_tbl/narc_0350.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0351.bin b/files/poketool/waza/waza_tbl/narc_0351.bin Binary files differdeleted file mode 100644 index 1006ca23..00000000 --- a/files/poketool/waza/waza_tbl/narc_0351.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0352.bin b/files/poketool/waza/waza_tbl/narc_0352.bin Binary files differdeleted file mode 100644 index abd0b002..00000000 --- a/files/poketool/waza/waza_tbl/narc_0352.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0353.bin b/files/poketool/waza/waza_tbl/narc_0353.bin Binary files differdeleted file mode 100644 index 4269160f..00000000 --- a/files/poketool/waza/waza_tbl/narc_0353.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0354.bin b/files/poketool/waza/waza_tbl/narc_0354.bin Binary files differdeleted file mode 100644 index c1373cf7..00000000 --- a/files/poketool/waza/waza_tbl/narc_0354.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0355.bin b/files/poketool/waza/waza_tbl/narc_0355.bin Binary files differdeleted file mode 100644 index 8947ca70..00000000 --- a/files/poketool/waza/waza_tbl/narc_0355.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0356.bin b/files/poketool/waza/waza_tbl/narc_0356.bin Binary files differdeleted file mode 100644 index 975e4fbd..00000000 --- a/files/poketool/waza/waza_tbl/narc_0356.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0357.bin b/files/poketool/waza/waza_tbl/narc_0357.bin Binary files differdeleted file mode 100644 index 74655db9..00000000 --- a/files/poketool/waza/waza_tbl/narc_0357.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0358.bin b/files/poketool/waza/waza_tbl/narc_0358.bin Binary files differdeleted file mode 100644 index d6573f4e..00000000 --- a/files/poketool/waza/waza_tbl/narc_0358.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0359.bin b/files/poketool/waza/waza_tbl/narc_0359.bin Binary files differdeleted file mode 100644 index 620df349..00000000 --- a/files/poketool/waza/waza_tbl/narc_0359.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0360.bin b/files/poketool/waza/waza_tbl/narc_0360.bin Binary files differdeleted file mode 100644 index 54aa0064..00000000 --- a/files/poketool/waza/waza_tbl/narc_0360.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0361.bin b/files/poketool/waza/waza_tbl/narc_0361.bin Binary files differdeleted file mode 100644 index 10f5bc98..00000000 --- a/files/poketool/waza/waza_tbl/narc_0361.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0362.bin b/files/poketool/waza/waza_tbl/narc_0362.bin Binary files differdeleted file mode 100644 index 8b0d5669..00000000 --- a/files/poketool/waza/waza_tbl/narc_0362.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0363.bin b/files/poketool/waza/waza_tbl/narc_0363.bin Binary files differdeleted file mode 100644 index d5aaad74..00000000 --- a/files/poketool/waza/waza_tbl/narc_0363.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0364.bin b/files/poketool/waza/waza_tbl/narc_0364.bin Binary files differdeleted file mode 100644 index 1bda0491..00000000 --- a/files/poketool/waza/waza_tbl/narc_0364.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0365.bin b/files/poketool/waza/waza_tbl/narc_0365.bin Binary files differdeleted file mode 100644 index 21a8a8f4..00000000 --- a/files/poketool/waza/waza_tbl/narc_0365.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0366.bin b/files/poketool/waza/waza_tbl/narc_0366.bin Binary files differdeleted file mode 100644 index d90ddb1c..00000000 --- a/files/poketool/waza/waza_tbl/narc_0366.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0367.bin b/files/poketool/waza/waza_tbl/narc_0367.bin Binary files differdeleted file mode 100644 index 82d6c1d7..00000000 --- a/files/poketool/waza/waza_tbl/narc_0367.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0368.bin b/files/poketool/waza/waza_tbl/narc_0368.bin Binary files differdeleted file mode 100644 index 308aaaa1..00000000 --- a/files/poketool/waza/waza_tbl/narc_0368.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0369.bin b/files/poketool/waza/waza_tbl/narc_0369.bin Binary files differdeleted file mode 100644 index 6689062c..00000000 --- a/files/poketool/waza/waza_tbl/narc_0369.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0370.bin b/files/poketool/waza/waza_tbl/narc_0370.bin Binary files differdeleted file mode 100644 index 5c5df5ea..00000000 --- a/files/poketool/waza/waza_tbl/narc_0370.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0371.bin b/files/poketool/waza/waza_tbl/narc_0371.bin Binary files differdeleted file mode 100644 index 673c42d5..00000000 --- a/files/poketool/waza/waza_tbl/narc_0371.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0372.bin b/files/poketool/waza/waza_tbl/narc_0372.bin Binary files differdeleted file mode 100644 index 814e477e..00000000 --- a/files/poketool/waza/waza_tbl/narc_0372.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0373.bin b/files/poketool/waza/waza_tbl/narc_0373.bin Binary files differdeleted file mode 100644 index 79ba5d50..00000000 --- a/files/poketool/waza/waza_tbl/narc_0373.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0374.bin b/files/poketool/waza/waza_tbl/narc_0374.bin Binary files differdeleted file mode 100644 index 973c5699..00000000 --- a/files/poketool/waza/waza_tbl/narc_0374.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0375.bin b/files/poketool/waza/waza_tbl/narc_0375.bin Binary files differdeleted file mode 100644 index 373a8871..00000000 --- a/files/poketool/waza/waza_tbl/narc_0375.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0376.bin b/files/poketool/waza/waza_tbl/narc_0376.bin Binary files differdeleted file mode 100644 index 6ec33738..00000000 --- a/files/poketool/waza/waza_tbl/narc_0376.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0377.bin b/files/poketool/waza/waza_tbl/narc_0377.bin Binary files differdeleted file mode 100644 index 9ddfe62b..00000000 --- a/files/poketool/waza/waza_tbl/narc_0377.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0378.bin b/files/poketool/waza/waza_tbl/narc_0378.bin Binary files differdeleted file mode 100644 index d0c160fb..00000000 --- a/files/poketool/waza/waza_tbl/narc_0378.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0379.bin b/files/poketool/waza/waza_tbl/narc_0379.bin Binary files differdeleted file mode 100644 index 3ec1a012..00000000 --- a/files/poketool/waza/waza_tbl/narc_0379.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0380.bin b/files/poketool/waza/waza_tbl/narc_0380.bin Binary files differdeleted file mode 100644 index d6156065..00000000 --- a/files/poketool/waza/waza_tbl/narc_0380.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0381.bin b/files/poketool/waza/waza_tbl/narc_0381.bin Binary files differdeleted file mode 100644 index b4b4eb39..00000000 --- a/files/poketool/waza/waza_tbl/narc_0381.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0382.bin b/files/poketool/waza/waza_tbl/narc_0382.bin Binary files differdeleted file mode 100644 index c72f6578..00000000 --- a/files/poketool/waza/waza_tbl/narc_0382.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0383.bin b/files/poketool/waza/waza_tbl/narc_0383.bin Binary files differdeleted file mode 100644 index 3fe0645b..00000000 --- a/files/poketool/waza/waza_tbl/narc_0383.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0384.bin b/files/poketool/waza/waza_tbl/narc_0384.bin Binary files differdeleted file mode 100644 index e447eaf4..00000000 --- a/files/poketool/waza/waza_tbl/narc_0384.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0385.bin b/files/poketool/waza/waza_tbl/narc_0385.bin Binary files differdeleted file mode 100644 index ceccddc7..00000000 --- a/files/poketool/waza/waza_tbl/narc_0385.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0386.bin b/files/poketool/waza/waza_tbl/narc_0386.bin Binary files differdeleted file mode 100644 index 1e9a9009..00000000 --- a/files/poketool/waza/waza_tbl/narc_0386.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0387.bin b/files/poketool/waza/waza_tbl/narc_0387.bin Binary files differdeleted file mode 100644 index e2c36487..00000000 --- a/files/poketool/waza/waza_tbl/narc_0387.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0388.bin b/files/poketool/waza/waza_tbl/narc_0388.bin Binary files differdeleted file mode 100644 index ffd95cb8..00000000 --- a/files/poketool/waza/waza_tbl/narc_0388.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0389.bin b/files/poketool/waza/waza_tbl/narc_0389.bin Binary files differdeleted file mode 100644 index 19de3d72..00000000 --- a/files/poketool/waza/waza_tbl/narc_0389.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0390.bin b/files/poketool/waza/waza_tbl/narc_0390.bin Binary files differdeleted file mode 100644 index 77f6930b..00000000 --- a/files/poketool/waza/waza_tbl/narc_0390.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0391.bin b/files/poketool/waza/waza_tbl/narc_0391.bin Binary files differdeleted file mode 100644 index 115537bf..00000000 --- a/files/poketool/waza/waza_tbl/narc_0391.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0392.bin b/files/poketool/waza/waza_tbl/narc_0392.bin Binary files differdeleted file mode 100644 index b3a4d48f..00000000 --- a/files/poketool/waza/waza_tbl/narc_0392.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0393.bin b/files/poketool/waza/waza_tbl/narc_0393.bin Binary files differdeleted file mode 100644 index 8cffc721..00000000 --- a/files/poketool/waza/waza_tbl/narc_0393.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0394.bin b/files/poketool/waza/waza_tbl/narc_0394.bin Binary files differdeleted file mode 100644 index 969c3b88..00000000 --- a/files/poketool/waza/waza_tbl/narc_0394.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0395.bin b/files/poketool/waza/waza_tbl/narc_0395.bin Binary files differdeleted file mode 100644 index b2b9c3e4..00000000 --- a/files/poketool/waza/waza_tbl/narc_0395.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0396.bin b/files/poketool/waza/waza_tbl/narc_0396.bin Binary files differdeleted file mode 100644 index db10e01b..00000000 --- a/files/poketool/waza/waza_tbl/narc_0396.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0397.bin b/files/poketool/waza/waza_tbl/narc_0397.bin Binary files differdeleted file mode 100644 index 4ec07c0d..00000000 --- a/files/poketool/waza/waza_tbl/narc_0397.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0398.bin b/files/poketool/waza/waza_tbl/narc_0398.bin Binary files differdeleted file mode 100644 index d36adf84..00000000 --- a/files/poketool/waza/waza_tbl/narc_0398.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0399.bin b/files/poketool/waza/waza_tbl/narc_0399.bin Binary files differdeleted file mode 100644 index be990b22..00000000 --- a/files/poketool/waza/waza_tbl/narc_0399.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0400.bin b/files/poketool/waza/waza_tbl/narc_0400.bin Binary files differdeleted file mode 100644 index f6138c42..00000000 --- a/files/poketool/waza/waza_tbl/narc_0400.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0401.bin b/files/poketool/waza/waza_tbl/narc_0401.bin Binary files differdeleted file mode 100644 index 05b3d69c..00000000 --- a/files/poketool/waza/waza_tbl/narc_0401.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0402.bin b/files/poketool/waza/waza_tbl/narc_0402.bin Binary files differdeleted file mode 100644 index e5b03e19..00000000 --- a/files/poketool/waza/waza_tbl/narc_0402.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0403.bin b/files/poketool/waza/waza_tbl/narc_0403.bin Binary files differdeleted file mode 100644 index ca2361be..00000000 --- a/files/poketool/waza/waza_tbl/narc_0403.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0404.bin b/files/poketool/waza/waza_tbl/narc_0404.bin Binary files differdeleted file mode 100644 index 76353921..00000000 --- a/files/poketool/waza/waza_tbl/narc_0404.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0405.bin b/files/poketool/waza/waza_tbl/narc_0405.bin Binary files differdeleted file mode 100644 index 45c2ddae..00000000 --- a/files/poketool/waza/waza_tbl/narc_0405.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0406.bin b/files/poketool/waza/waza_tbl/narc_0406.bin Binary files differdeleted file mode 100644 index 1e751b0b..00000000 --- a/files/poketool/waza/waza_tbl/narc_0406.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0407.bin b/files/poketool/waza/waza_tbl/narc_0407.bin Binary files differdeleted file mode 100644 index 3e85da2d..00000000 --- a/files/poketool/waza/waza_tbl/narc_0407.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0408.bin b/files/poketool/waza/waza_tbl/narc_0408.bin Binary files differdeleted file mode 100644 index ad5d6461..00000000 --- a/files/poketool/waza/waza_tbl/narc_0408.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0409.bin b/files/poketool/waza/waza_tbl/narc_0409.bin Binary files differdeleted file mode 100644 index 8c262e9f..00000000 --- a/files/poketool/waza/waza_tbl/narc_0409.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0410.bin b/files/poketool/waza/waza_tbl/narc_0410.bin Binary files differdeleted file mode 100644 index adfb200d..00000000 --- a/files/poketool/waza/waza_tbl/narc_0410.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0411.bin b/files/poketool/waza/waza_tbl/narc_0411.bin Binary files differdeleted file mode 100644 index f2f685f0..00000000 --- a/files/poketool/waza/waza_tbl/narc_0411.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0412.bin b/files/poketool/waza/waza_tbl/narc_0412.bin Binary files differdeleted file mode 100644 index e53c8e27..00000000 --- a/files/poketool/waza/waza_tbl/narc_0412.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0413.bin b/files/poketool/waza/waza_tbl/narc_0413.bin Binary files differdeleted file mode 100644 index 11b60fae..00000000 --- a/files/poketool/waza/waza_tbl/narc_0413.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0414.bin b/files/poketool/waza/waza_tbl/narc_0414.bin Binary files differdeleted file mode 100644 index 5147d12c..00000000 --- a/files/poketool/waza/waza_tbl/narc_0414.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0415.bin b/files/poketool/waza/waza_tbl/narc_0415.bin Binary files differdeleted file mode 100644 index ac8a280c..00000000 --- a/files/poketool/waza/waza_tbl/narc_0415.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0416.bin b/files/poketool/waza/waza_tbl/narc_0416.bin Binary files differdeleted file mode 100644 index aa8c327d..00000000 --- a/files/poketool/waza/waza_tbl/narc_0416.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0417.bin b/files/poketool/waza/waza_tbl/narc_0417.bin Binary files differdeleted file mode 100644 index 8d2ed13d..00000000 --- a/files/poketool/waza/waza_tbl/narc_0417.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0418.bin b/files/poketool/waza/waza_tbl/narc_0418.bin Binary files differdeleted file mode 100644 index 1ca57bd7..00000000 --- a/files/poketool/waza/waza_tbl/narc_0418.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0419.bin b/files/poketool/waza/waza_tbl/narc_0419.bin Binary files differdeleted file mode 100644 index 107e29c2..00000000 --- a/files/poketool/waza/waza_tbl/narc_0419.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0420.bin b/files/poketool/waza/waza_tbl/narc_0420.bin Binary files differdeleted file mode 100644 index c0ad13a9..00000000 --- a/files/poketool/waza/waza_tbl/narc_0420.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0421.bin b/files/poketool/waza/waza_tbl/narc_0421.bin Binary files differdeleted file mode 100644 index 9bfc9612..00000000 --- a/files/poketool/waza/waza_tbl/narc_0421.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0422.bin b/files/poketool/waza/waza_tbl/narc_0422.bin Binary files differdeleted file mode 100644 index eba3ffe6..00000000 --- a/files/poketool/waza/waza_tbl/narc_0422.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0423.bin b/files/poketool/waza/waza_tbl/narc_0423.bin Binary files differdeleted file mode 100644 index a216bd04..00000000 --- a/files/poketool/waza/waza_tbl/narc_0423.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0424.bin b/files/poketool/waza/waza_tbl/narc_0424.bin Binary files differdeleted file mode 100644 index 56c63ff8..00000000 --- a/files/poketool/waza/waza_tbl/narc_0424.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0425.bin b/files/poketool/waza/waza_tbl/narc_0425.bin Binary files differdeleted file mode 100644 index f63e5e6a..00000000 --- a/files/poketool/waza/waza_tbl/narc_0425.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0426.bin b/files/poketool/waza/waza_tbl/narc_0426.bin Binary files differdeleted file mode 100644 index da34521e..00000000 --- a/files/poketool/waza/waza_tbl/narc_0426.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0427.bin b/files/poketool/waza/waza_tbl/narc_0427.bin Binary files differdeleted file mode 100644 index 07b156e7..00000000 --- a/files/poketool/waza/waza_tbl/narc_0427.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0428.bin b/files/poketool/waza/waza_tbl/narc_0428.bin Binary files differdeleted file mode 100644 index 5cb6db7b..00000000 --- a/files/poketool/waza/waza_tbl/narc_0428.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0429.bin b/files/poketool/waza/waza_tbl/narc_0429.bin Binary files differdeleted file mode 100644 index 1611df24..00000000 --- a/files/poketool/waza/waza_tbl/narc_0429.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0430.bin b/files/poketool/waza/waza_tbl/narc_0430.bin Binary files differdeleted file mode 100644 index e49a8500..00000000 --- a/files/poketool/waza/waza_tbl/narc_0430.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0431.bin b/files/poketool/waza/waza_tbl/narc_0431.bin Binary files differdeleted file mode 100644 index 498073b1..00000000 --- a/files/poketool/waza/waza_tbl/narc_0431.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0432.bin b/files/poketool/waza/waza_tbl/narc_0432.bin Binary files differdeleted file mode 100644 index 4aba4cd9..00000000 --- a/files/poketool/waza/waza_tbl/narc_0432.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0433.bin b/files/poketool/waza/waza_tbl/narc_0433.bin Binary files differdeleted file mode 100644 index 7b089dca..00000000 --- a/files/poketool/waza/waza_tbl/narc_0433.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0434.bin b/files/poketool/waza/waza_tbl/narc_0434.bin Binary files differdeleted file mode 100644 index c98f570d..00000000 --- a/files/poketool/waza/waza_tbl/narc_0434.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0435.bin b/files/poketool/waza/waza_tbl/narc_0435.bin Binary files differdeleted file mode 100644 index 7fc5aa3d..00000000 --- a/files/poketool/waza/waza_tbl/narc_0435.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0436.bin b/files/poketool/waza/waza_tbl/narc_0436.bin Binary files differdeleted file mode 100644 index c3bc1da8..00000000 --- a/files/poketool/waza/waza_tbl/narc_0436.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0437.bin b/files/poketool/waza/waza_tbl/narc_0437.bin Binary files differdeleted file mode 100644 index 01e8b723..00000000 --- a/files/poketool/waza/waza_tbl/narc_0437.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0438.bin b/files/poketool/waza/waza_tbl/narc_0438.bin Binary files differdeleted file mode 100644 index d0027d02..00000000 --- a/files/poketool/waza/waza_tbl/narc_0438.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0439.bin b/files/poketool/waza/waza_tbl/narc_0439.bin Binary files differdeleted file mode 100644 index e2a7350f..00000000 --- a/files/poketool/waza/waza_tbl/narc_0439.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0440.bin b/files/poketool/waza/waza_tbl/narc_0440.bin Binary files differdeleted file mode 100644 index cbea19cb..00000000 --- a/files/poketool/waza/waza_tbl/narc_0440.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0441.bin b/files/poketool/waza/waza_tbl/narc_0441.bin Binary files differdeleted file mode 100644 index 2f5a62e4..00000000 --- a/files/poketool/waza/waza_tbl/narc_0441.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0442.bin b/files/poketool/waza/waza_tbl/narc_0442.bin Binary files differdeleted file mode 100644 index 35a0b0c7..00000000 --- a/files/poketool/waza/waza_tbl/narc_0442.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0443.bin b/files/poketool/waza/waza_tbl/narc_0443.bin Binary files differdeleted file mode 100644 index 621fb43a..00000000 --- a/files/poketool/waza/waza_tbl/narc_0443.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0444.bin b/files/poketool/waza/waza_tbl/narc_0444.bin Binary files differdeleted file mode 100644 index d3648aad..00000000 --- a/files/poketool/waza/waza_tbl/narc_0444.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0445.bin b/files/poketool/waza/waza_tbl/narc_0445.bin Binary files differdeleted file mode 100644 index e53be86e..00000000 --- a/files/poketool/waza/waza_tbl/narc_0445.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0446.bin b/files/poketool/waza/waza_tbl/narc_0446.bin Binary files differdeleted file mode 100644 index da6d6e06..00000000 --- a/files/poketool/waza/waza_tbl/narc_0446.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0447.bin b/files/poketool/waza/waza_tbl/narc_0447.bin Binary files differdeleted file mode 100644 index 71fb5980..00000000 --- a/files/poketool/waza/waza_tbl/narc_0447.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0448.bin b/files/poketool/waza/waza_tbl/narc_0448.bin Binary files differdeleted file mode 100644 index 48a8102c..00000000 --- a/files/poketool/waza/waza_tbl/narc_0448.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0449.bin b/files/poketool/waza/waza_tbl/narc_0449.bin Binary files differdeleted file mode 100644 index d5911be7..00000000 --- a/files/poketool/waza/waza_tbl/narc_0449.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0450.bin b/files/poketool/waza/waza_tbl/narc_0450.bin Binary files differdeleted file mode 100644 index 44a213fb..00000000 --- a/files/poketool/waza/waza_tbl/narc_0450.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0451.bin b/files/poketool/waza/waza_tbl/narc_0451.bin Binary files differdeleted file mode 100644 index 4a78c3e2..00000000 --- a/files/poketool/waza/waza_tbl/narc_0451.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0452.bin b/files/poketool/waza/waza_tbl/narc_0452.bin Binary files differdeleted file mode 100644 index 8858efbd..00000000 --- a/files/poketool/waza/waza_tbl/narc_0452.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0453.bin b/files/poketool/waza/waza_tbl/narc_0453.bin Binary files differdeleted file mode 100644 index 908bcb69..00000000 --- a/files/poketool/waza/waza_tbl/narc_0453.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0454.bin b/files/poketool/waza/waza_tbl/narc_0454.bin Binary files differdeleted file mode 100644 index 69d6f9d7..00000000 --- a/files/poketool/waza/waza_tbl/narc_0454.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0455.bin b/files/poketool/waza/waza_tbl/narc_0455.bin Binary files differdeleted file mode 100644 index ed5b5e21..00000000 --- a/files/poketool/waza/waza_tbl/narc_0455.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0456.bin b/files/poketool/waza/waza_tbl/narc_0456.bin Binary files differdeleted file mode 100644 index 5429d2f8..00000000 --- a/files/poketool/waza/waza_tbl/narc_0456.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0457.bin b/files/poketool/waza/waza_tbl/narc_0457.bin Binary files differdeleted file mode 100644 index 05f3c483..00000000 --- a/files/poketool/waza/waza_tbl/narc_0457.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0458.bin b/files/poketool/waza/waza_tbl/narc_0458.bin Binary files differdeleted file mode 100644 index ac2f8a0c..00000000 --- a/files/poketool/waza/waza_tbl/narc_0458.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0459.bin b/files/poketool/waza/waza_tbl/narc_0459.bin Binary files differdeleted file mode 100644 index b5cd223a..00000000 --- a/files/poketool/waza/waza_tbl/narc_0459.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0460.bin b/files/poketool/waza/waza_tbl/narc_0460.bin Binary files differdeleted file mode 100644 index 93d7a3b8..00000000 --- a/files/poketool/waza/waza_tbl/narc_0460.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0461.bin b/files/poketool/waza/waza_tbl/narc_0461.bin Binary files differdeleted file mode 100644 index 08b387b0..00000000 --- a/files/poketool/waza/waza_tbl/narc_0461.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0462.bin b/files/poketool/waza/waza_tbl/narc_0462.bin Binary files differdeleted file mode 100644 index 848f30c3..00000000 --- a/files/poketool/waza/waza_tbl/narc_0462.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0463.bin b/files/poketool/waza/waza_tbl/narc_0463.bin Binary files differdeleted file mode 100644 index 729d887f..00000000 --- a/files/poketool/waza/waza_tbl/narc_0463.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0464.bin b/files/poketool/waza/waza_tbl/narc_0464.bin Binary files differdeleted file mode 100644 index 67739957..00000000 --- a/files/poketool/waza/waza_tbl/narc_0464.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0465.bin b/files/poketool/waza/waza_tbl/narc_0465.bin Binary files differdeleted file mode 100644 index 2a7dd4e0..00000000 --- a/files/poketool/waza/waza_tbl/narc_0465.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0466.bin b/files/poketool/waza/waza_tbl/narc_0466.bin Binary files differdeleted file mode 100644 index 036840ec..00000000 --- a/files/poketool/waza/waza_tbl/narc_0466.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0467.bin b/files/poketool/waza/waza_tbl/narc_0467.bin Binary files differdeleted file mode 100644 index cb42580d..00000000 --- a/files/poketool/waza/waza_tbl/narc_0467.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0468.bin b/files/poketool/waza/waza_tbl/narc_0468.bin Binary files differdeleted file mode 100644 index a71eb40b..00000000 --- a/files/poketool/waza/waza_tbl/narc_0468.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0469.bin b/files/poketool/waza/waza_tbl/narc_0469.bin Binary files differdeleted file mode 100644 index 91d9fedc..00000000 --- a/files/poketool/waza/waza_tbl/narc_0469.bin +++ /dev/null diff --git a/files/poketool/waza/waza_tbl/narc_0470.bin b/files/poketool/waza/waza_tbl/narc_0470.bin Binary files differdeleted file mode 100644 index 3239ccb9..00000000 --- a/files/poketool/waza/waza_tbl/narc_0470.bin +++ /dev/null diff --git a/filesystem.mk b/filesystem.mk index 1ee8dde7..b1f9d4a7 100644 --- a/filesystem.mk +++ b/filesystem.mk @@ -287,6 +287,7 @@ O2NARC_TARGETS := \ files/poketool/personal/evo.narc \ files/poketool/personal/growtbl.narc \ files/poketool/personal/pms.narc \ + files/poketool/waza/waza_tbl.narc \ files/poketool/personal/pms.narc: O2NARCFLAGS = -f diff --git a/include/constants/battle.h b/include/constants/battle.h new file mode 100644 index 00000000..21a5f080 --- /dev/null +++ b/include/constants/battle.h @@ -0,0 +1,283 @@ +#ifndef POKEDIAMOND_BATTLE_H +#define POKEDIAMOND_BATTLE_H + +#define MOVE_EFFECT_NORMAL_HIT 0 +#define MOVE_EFFECT_SLEEP 1 +#define MOVE_EFFECT_POISON_HIT 2 +#define MOVE_EFFECT_DRAIN_HP 3 +#define MOVE_EFFECT_BURN_HIT 4 +#define MOVE_EFFECT_FREEZE_HIT 5 +#define MOVE_EFFECT_PARALYZE_HIT 6 +#define MOVE_EFFECT_EXPLOSION 7 +#define MOVE_EFFECT_DREAM_EATER 8 +#define MOVE_EFFECT_MIRROR_MOVE 9 +#define MOVE_EFFECT_ATTACK_UP 10 +#define MOVE_EFFECT_DEFENSE_UP 11 +#define MOVE_EFFECT_SPEED_UP 12 // unused +#define MOVE_EFFECT_SPATK_UP 13 +#define MOVE_EFFECT_SPDEF_UP 14 // unused +#define MOVE_EFFECT_ACCURACY_UP 15 // unused +#define MOVE_EFFECT_EVASION_UP 16 +#define MOVE_EFFECT_ALWAYS_HIT 17 +#define MOVE_EFFECT_ATTACK_DOWN 18 +#define MOVE_EFFECT_DEFENSE_DOWN 19 +#define MOVE_EFFECT_SPEED_DOWN 20 +#define MOVE_EFFECT_SPATK_DOWN 21 // unused +#define MOVE_EFFECT_SPDEF_DOWN 22 // unused +#define MOVE_EFFECT_ACCURACY_DOWN 23 +#define MOVE_EFFECT_EVASION_DOWN 24 +#define MOVE_EFFECT_STATS_RESET 25 +#define MOVE_EFFECT_BIDE 26 +#define MOVE_EFFECT_RAMPAGE 27 +#define MOVE_EFFECT_SWITCH_FOE 28 +#define MOVE_EFFECT_MULTIHIT_2_5 29 +#define MOVE_EFFECT_CONVERSION 30 +#define MOVE_EFFECT_FLINCH_HIT 31 +#define MOVE_EFFECT_RESTORE_HP 32 +#define MOVE_EFFECT_TOXIC 33 +#define MOVE_EFFECT_PAYDAY 34 +#define MOVE_EFFECT_LIGHT_SCREEN 35 +#define MOVE_EFFECT_TRI_ATTACK 36 +#define MOVE_EFFECT_SLEEP_USER 37 +#define MOVE_EFFECT_OHKO 38 +#define MOVE_EFFECT_RAZOR_WIND 39 +#define MOVE_EFFECT_SUPER_FANG 40 +#define MOVE_EFFECT_FIXED_40 41 +#define MOVE_EFFECT_TRAP_HIT 42 +#define MOVE_EFFECT_HIGH_CRIT 43 +#define MOVE_EFFECT_DOUBLE_HIT 44 +#define MOVE_EFFECT_JUMP_KICK 45 +#define MOVE_EFFECT_MIST 46 +#define MOVE_EFFECT_CRIT_CHANCE_UP 47 +#define MOVE_EFFECT_RECOIL_HIT 48 +#define MOVE_EFFECT_CONFUSE 49 +#define MOVE_EFFECT_ATTACK_2UP 50 +#define MOVE_EFFECT_DEFENSE_2UP 51 +#define MOVE_EFFECT_SPEED_2UP 52 +#define MOVE_EFFECT_SPATK_2UP 53 +#define MOVE_EFFECT_SPDEF_2UP 54 +#define MOVE_EFFECT_ACCURACY_2UP 55 // unused +#define MOVE_EFFECT_EVASION_2UP 56 // unused +#define MOVE_EFFECT_TRANSFORM 57 +#define MOVE_EFFECT_ATTACK_2DOWN 58 +#define MOVE_EFFECT_DEFENSE_2DOWN 59 +#define MOVE_EFFECT_SPEED_2DOWN 60 +#define MOVE_EFFECT_SPATK_2DOWN 61 // unused +#define MOVE_EFFECT_SPDEF_2DOWN 62 +#define MOVE_EFFECT_ACCURACY_2DOWN 63 // unused +#define MOVE_EFFECT_EVASION_2DOWN 64 // unused +#define MOVE_EFFECT_REFLECT 65 +#define MOVE_EFFECT_POISON 66 +#define MOVE_EFFECT_PARALYZE 67 +#define MOVE_EFFECT_ATTACK_DOWN_HIT 68 +#define MOVE_EFFECT_DEFENSE_DOWN_HIT 69 +#define MOVE_EFFECT_SPEED_DOWN_HIT 70 +#define MOVE_EFFECT_SPATK_DOWN_HIT 71 +#define MOVE_EFFECT_SPDEF_DOWN_HIT 72 +#define MOVE_EFFECT_ACCURACY_DOWN_HIT 73 +#define MOVE_EFFECT_EVASION_DOWN_HIT 74 // unused +#define MOVE_EFFECT_SKY_ATTACK 75 +#define MOVE_EFFECT_CONFUSE_HIT 76 +#define MOVE_EFFECT_POISON_DOUBLE_HIT 77 +#define MOVE_EFFECT_VITAL_THROW 78 +#define MOVE_EFFECT_SUBSTITUTE 79 +#define MOVE_EFFECT_HIT_RECHARGE 80 +#define MOVE_EFFECT_RAGE 81 +#define MOVE_EFFECT_MIMIC 82 +#define MOVE_EFFECT_METRONOME 83 +#define MOVE_EFFECT_LEECH_SEED 84 +#define MOVE_EFFECT_NONE 85 +#define MOVE_EFFECT_DISABLE 86 +#define MOVE_EFFECT_LEVEL_DAMAGE 87 +#define MOVE_EFFECT_RANDOM_DAMAGE 88 +#define MOVE_EFFECT_COUNTER 89 +#define MOVE_EFFECT_ENCORE 90 +#define MOVE_EFFECT_PAIN_SPLIT 91 +#define MOVE_EFFECT_SNORE 92 +#define MOVE_EFFECT_CONVERSION_2 93 +#define MOVE_EFFECT_ENSURE_NEXT_HIT 94 +#define MOVE_EFFECT_SKETCH 95 +#define MOVE_EFFECT_UNK096 96 // unused +#define MOVE_EFFECT_SLEEP_TALK 97 +#define MOVE_EFFECT_DESTINY_BOND 98 +#define MOVE_EFFECT_STRONGER_LOW_HP 99 +#define MOVE_EFFECT_SPITE 100 +#define MOVE_EFFECT_FALSE_SWIPE 101 +#define MOVE_EFFECT_HEAL_ALL_STATUS 102 +#define MOVE_EFFECT_PRIORITY_HIT 103 +#define MOVE_EFFECT_TRIPLE_KICK 104 +#define MOVE_EFFECT_STEAL_ITEM 105 +#define MOVE_EFFECT_PREVENT_ESCAPE 106 +#define MOVE_EFFECT_NIGHTMARE 107 +#define MOVE_EFFECT_MINIMIZE 108 +#define MOVE_EFFECT_CURSE 109 +#define MOVE_EFFECT_UNK110 110 // unused +#define MOVE_EFFECT_PROTECT 111 +#define MOVE_EFFECT_SPIKES 112 +#define MOVE_EFFECT_IDENTIFY 113 +#define MOVE_EFFECT_PERISH_SONG 114 +#define MOVE_EFFECT_SANDSTORM 115 +#define MOVE_EFFECT_ENDURE 116 +#define MOVE_EFFECT_INCREASING_HIT 117 +#define MOVE_EFFECT_SWAGGER 118 +#define MOVE_EFFECT_FURY_CUTTER 119 +#define MOVE_EFFECT_ATTRACT 120 +#define MOVE_EFFECT_RETURN 121 +#define MOVE_EFFECT_PRESENT 122 +#define MOVE_EFFECT_FRUSTRATION 123 +#define MOVE_EFFECT_SAFEGUARD 124 +#define MOVE_EFFECT_BURN_HIT_THAW 125 +#define MOVE_EFFECT_MAGNITUDE 126 +#define MOVE_EFFECT_BATON_PASS 127 +#define MOVE_EFFECT_PURSUIT 128 +#define MOVE_EFFECT_RAPID_SPIN 129 +#define MOVE_EFFECT_FIXED_20 130 +#define MOVE_EFFECT_UNK131 131 // unused +#define MOVE_EFFECT_RESTORE_HP_DAYTIME 132 +#define MOVE_EFFECT_UNK133 133 // unused +#define MOVE_EFFECT_UNK134 134 // unused +#define MOVE_EFFECT_HIDDEN_POWER 135 // unused +#define MOVE_EFFECT_RAIN 136 +#define MOVE_EFFECT_SUNNY 137 +#define MOVE_EFFECT_DEFENSE_UP_HIT 138 +#define MOVE_EFFECT_ATTACK_UP_HIT 139 +#define MOVE_EFFECT_STATS_UP_HIT 140 +#define MOVE_EFFECT_UNK141 141 // unused +#define MOVE_EFFECT_BELLY_DRUM 142 +#define MOVE_EFFECT_PSYCH_UP 143 +#define MOVE_EFFECT_MIRROR_COAT 144 +#define MOVE_EFFECT_SKULL_BASH 145 +#define MOVE_EFFECT_TWISTER 146 +#define MOVE_EFFECT_EARTHQUAKE 147 +#define MOVE_EFFECT_HIT_LATER 148 +#define MOVE_EFFECT_GUST 149 +#define MOVE_EFFECT_STOMP 150 +#define MOVE_EFFECT_SOLAR_BEAM 151 +#define MOVE_EFFECT_THUNDER 152 +#define MOVE_EFFECT_TELEPORT 153 +#define MOVE_EFFECT_BEAT_UP 154 +#define MOVE_EFFECT_FLY 155 +#define MOVE_EFFECT_DEFENSE_CURL 156 +#define MOVE_EFFECT_UNK157 157 // unused +#define MOVE_EFFECT_FAKE_OUT 158 +#define MOVE_EFFECT_UPROAR 159 +#define MOVE_EFFECT_STOCKPILE 160 +#define MOVE_EFFECT_SPIT_UP 161 +#define MOVE_EFFECT_SWALLOW 162 +#define MOVE_EFFECT_UNK163 163 // unused +#define MOVE_EFFECT_HAIL 164 +#define MOVE_EFFECT_TORMENT 165 +#define MOVE_EFFECT_FLATTER 166 +#define MOVE_EFFECT_BURN 167 +#define MOVE_EFFECT_MEMENTO 168 +#define MOVE_EFFECT_FACADE 169 +#define MOVE_EFFECT_FOCUS_PUNCH 170 +#define MOVE_EFFECT_SMELLING_SALTS 171 +#define MOVE_EFFECT_FOLLOW_ME 172 +#define MOVE_EFFECT_NATURE_POWER 173 +#define MOVE_EFFECT_CHARGE 174 +#define MOVE_EFFECT_TAUNT 175 +#define MOVE_EFFECT_HELPING_HAND 176 +#define MOVE_EFFECT_SWAP_ITEMS 177 +#define MOVE_EFFECT_ROLE_PLAY 178 +#define MOVE_EFFECT_WISH 179 +#define MOVE_EFFECT_ASSIST 180 +#define MOVE_EFFECT_INGRAIN 181 +#define MOVE_EFFECT_SUPERPOWER 182 +#define MOVE_EFFECT_MAGIC_COAT 183 +#define MOVE_EFFECT_RECYCLE 184 +#define MOVE_EFFECT_REVENGE 185 +#define MOVE_EFFECT_BRICK_BREAK 186 +#define MOVE_EFFECT_YAWN 187 +#define MOVE_EFFECT_KNOCK_OFF 188 +#define MOVE_EFFECT_ENDEAVOR 189 +#define MOVE_EFFECT_STRONGER_HIGH_HP 190 +#define MOVE_EFFECT_SKILL_SWAP 191 +#define MOVE_EFFECT_IMPRISON 192 +#define MOVE_EFFECT_REFRESH 193 +#define MOVE_EFFECT_GRUDGE 194 +#define MOVE_EFFECT_SNATCH 195 +#define MOVE_EFFECT_STRONGER_HEAVIER 196 +#define MOVE_EFFECT_SECRET_POWER 197 +#define MOVE_EFFECT_RECOIL_HIT_HARD 198 +#define MOVE_EFFECT_CONFUSE_ALL 199 +#define MOVE_EFFECT_BURN_HIT_HIGH_CRIT 200 +#define MOVE_EFFECT_MUD_SPORT 201 +#define MOVE_EFFECT_TOXIC_HIT 202 +#define MOVE_EFFECT_WEATHER_BALL 203 +#define MOVE_EFFECT_HIT_USER_SPATK_2_DOWN 204 +#define MOVE_EFFECT_ATTACK_DEFENSE_DOWN 205 +#define MOVE_EFFECT_DEFENSE_SPDEF_UP 206 +#define MOVE_EFFECT_SKY_UPPERCUT 207 +#define MOVE_EFFECT_ATTACK_DEFENSE_UP 208 +#define MOVE_EFFECT_POISON_HIT_HIGH_CRIT 209 +#define MOVE_EFFECT_WATER_SPORT 210 +#define MOVE_EFFECT_SPATK_SPDEF_UP 211 +#define MOVE_EFFECT_ATTACK_SPEED_UP 212 +#define MOVE_EFFECT_CAMOUFLAGE 213 +#define MOVE_EFFECT_ROOST 214 +#define MOVE_EFFECT_GRAVITY 215 +#define MOVE_EFFECT_MIRACLE_EYE 216 +#define MOVE_EFFECT_WAKE_UP_SLAP 217 +#define MOVE_EFFECT_HAMMER_ARM 218 +#define MOVE_EFFECT_GYRO_BALL 219 +#define MOVE_EFFECT_HEALING_WISH 220 +#define MOVE_EFFECT_BRINE 221 +#define MOVE_EFFECT_NATURAL_GIFT 222 +#define MOVE_EFFECT_FEINT 223 +#define MOVE_EFFECT_BUG_BITE 224 +#define MOVE_EFFECT_TAILWIND 225 +#define MOVE_EFFECT_ACUPRESSURE 226 +#define MOVE_EFFECT_METAL_BURST 227 +#define MOVE_EFFECT_U_TURN 228 +#define MOVE_EFFECT_CLOSE_COMBAT 229 +#define MOVE_EFFECT_PAYBACK 230 +#define MOVE_EFFECT_ASSURANCE 231 +#define MOVE_EFFECT_EMBARGO 232 +#define MOVE_EFFECT_FLING 233 +#define MOVE_EFFECT_PSYCHO_SHIFT 234 +#define MOVE_EFFECT_TRUMP_CARD 235 +#define MOVE_EFFECT_HEAL_BLOCK 236 +#define MOVE_EFFECT_CRUSH_GRIP 237 +#define MOVE_EFFECT_POWER_TRICK 238 +#define MOVE_EFFECT_GASTRO_ACID 239 +#define MOVE_EFFECT_LUCKY_CHANT 240 +#define MOVE_EFFECT_ME_FIRST 241 +#define MOVE_EFFECT_COPYCAT 242 +#define MOVE_EFFECT_POWER_SWAP 243 +#define MOVE_EFFECT_GUARD_SWAP 244 +#define MOVE_EFFECT_PUNISHMENT 245 +#define MOVE_EFFECT_LAST_RESORT 246 +#define MOVE_EFFECT_WORRY_SEED 247 +#define MOVE_EFFECT_SUCKER_PUNCH 248 +#define MOVE_EFFECT_TOXIC_SPIKES 249 +#define MOVE_EFFECT_HEART_SWAP 250 +#define MOVE_EFFECT_AQUA_RING 251 +#define MOVE_EFFECT_MAGNET_RISE 252 +#define MOVE_EFFECT_FLARE_BLITZ 253 +#define MOVE_EFFECT_STRUGGLE 254 +#define MOVE_EFFECT_DIVE 255 +#define MOVE_EFFECT_DIG 256 +#define MOVE_EFFECT_SURF 257 +#define MOVE_EFFECT_DEFOG 258 +#define MOVE_EFFECT_TRICK_ROOM 259 +#define MOVE_EFFECT_BLIZZARD 260 +#define MOVE_EFFECT_WHIRLPOOL 261 +#define MOVE_EFFECT_VOLT_TACKLE 262 +#define MOVE_EFFECT_BOUNCE 263 +#define MOVE_EFFECT_UNK264 264 // unused +#define MOVE_EFFECT_CAPTIVATE 265 +#define MOVE_EFFECT_STEALTH_ROCK 266 +#define MOVE_EFFECT_CHATTER 267 +#define MOVE_EFFECT_JUDGMENT 268 +#define MOVE_EFFECT_HEAD_SMASH 269 +#define MOVE_EFFECT_LUNAR_DANCE 270 +#define MOVE_EFFECT_SEED_FLARE 271 +#define MOVE_EFFECT_SHADOW_FORCE 272 +#define MOVE_EFFECT_FIRE_FANG 273 +#define MOVE_EFFECT_ICE_FANG 274 +#define MOVE_EFFECT_THUNDER_FANG 275 +#define MOVE_EFFECT_CHARGE_BEAM 276 + + +#endif //POKEDIAMOND_BATTLE_H diff --git a/include/constants/moves.h b/include/constants/moves.h index bd658c17..b25e5f91 100644 --- a/include/constants/moves.h +++ b/include/constants/moves.h @@ -470,6 +470,10 @@ #define MOVE_OMINOUS_WIND 466 #define MOVE_SHADOW_FORCE 467 +#define CLASS_PHYSICAL 0 +#define CLASS_SPECIAL 1 +#define CLASS_STATUS 2 + #define NUM_MOVES MOVE_SHADOW_FORCE #endif //POKEDIAMOND_CONSTANTS_MOVES_H diff --git a/include/constants/pokemon.h b/include/constants/pokemon.h index c83847c6..afaa0fb0 100644 --- a/include/constants/pokemon.h +++ b/include/constants/pokemon.h @@ -24,6 +24,13 @@ #define TYPE_DARK 17 #define NUMBER_OF_MON_TYPES 18 +// Contest types +#define COOL 0 +#define BEAUTY 1 +#define CUTE 2 +#define SMART 3 +#define TOUGH 4 + // Pokemon egg groups #define EGG_GROUP_NONE 0 #define EGG_GROUP_MONSTER 1 diff --git a/include/move_data.h b/include/move_data.h index a970e1bf..9f8656d7 100644 --- a/include/move_data.h +++ b/include/move_data.h @@ -4,7 +4,7 @@ struct WazaTbl { u16 effect; - u8 unk2; + u8 class; u8 power; u8 type; u8 accuracy; @@ -20,7 +20,7 @@ struct WazaTbl typedef enum MoveAttr { MOVEATTR_EFFECT = 0, - MOVEATTR_UNK1, + MOVEATTR_CLASS, MOVEATTR_POWER, MOVEATTR_TYPE, MOVEATTR_ACCURACY, |