summaryrefslogtreecommitdiff
path: root/data/move
diff options
context:
space:
mode:
authorCheng Hann Gan <chenghanngan.us@gmail.com>2021-10-10 10:59:35 -0400
committerGitHub <noreply@github.com>2021-10-10 07:59:35 -0700
commit2d4c802d769f53462a2742a5c6afaad4d7f290fb (patch)
treeca8430d7e2b05f52ba6df4d6e704834f634fad48 /data/move
parentfb7a3a03e71fc7f83ff5471067b7cbe2e069d0fc (diff)
Extracted species/item/move strings (#63)
* Extracted species/item/move strings * Used binary strings for bitwise flag variables
Diffstat (limited to 'data/move')
-rw-r--r--data/move/move_data.json4130
-rw-r--r--data/move/move_names.s3289
2 files changed, 5354 insertions, 2065 deletions
diff --git a/data/move/move_data.json b/data/move/move_data.json
index 6b46407..e826d8f 100644
--- a/data/move/move_data.json
+++ b/data/move/move_data.json
@@ -1,11 +1,11 @@
[
{
"name": "None",
- "namePointer": "0x083725ec",
+ "namePointer": "MoveNameNone",
"power": 0,
"type": "TYPE_NORMAL",
- "targetingFlags": 255,
- "aiTargetingFlags": 255,
+ "targetingFlags": "0b0000000011111111",
+ "aiTargetingFlags": "0b0000000011111111",
"maxPP": 99,
"weight": 0,
"accuracy1": 0,
@@ -14,16 +14,16 @@
"hitCount": 0,
"cannotHitFrozen": false,
"unk19": 0,
- "descriptionPointer": "0x083725e8",
- "useText": "0x083725e8"
+ "descriptionPointer": "MoveDescriptionNone",
+ "useText": "MoveDescriptionNone"
},
{
"name": "Iron Tail",
- "namePointer": "0x083725dc",
+ "namePointer": "MoveNameIronTail",
"power": 20,
"type": "TYPE_STEEL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 10,
"weight": 15,
"accuracy1": 125,
@@ -35,16 +35,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08372580",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionLowerDefenseChance",
+ "useText": "MoveUseTextUse"
},
{
"name": "Ice Ball",
- "namePointer": "0x08372564",
+ "namePointer": "MoveNameIceBall",
"power": 1,
"type": "TYPE_ICE",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 15,
"weight": 10,
"accuracy1": 125,
@@ -56,16 +56,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 3,
- "descriptionPointer": "0x083724f8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionMultiHitUntilMiss",
+ "useText": "MoveUseTextUse"
},
{
"name": "Yawn",
- "namePointer": "0x083724f0",
+ "namePointer": "MoveNameYawn",
"power": 4,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 15,
"accuracy1": 125,
@@ -77,16 +77,16 @@
"affectedByMuzzled": true,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x0837248c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionYawn",
+ "useText": "MoveUseTextUse"
},
{
"name": "Lovely Kiss",
- "namePointer": "0x08372480",
+ "namePointer": "MoveNameLovelyKiss",
"power": 0,
"type": "TYPE_NORMAL",
- "targetingFlags": 32,
- "aiTargetingFlags": 32,
+ "targetingFlags": "0b0000000000100000",
+ "aiTargetingFlags": "0b0000000000100000",
"maxPP": 13,
"weight": 15,
"accuracy1": 100,
@@ -98,16 +98,16 @@
"affectedByMuzzled": true,
"cannotHitFrozen": true,
"unk19": 2,
- "descriptionPointer": "0x08372424",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionLovelyKiss",
+ "useText": "MoveUseTextUse"
},
{
"name": "Nightmare",
- "namePointer": "0x08372418",
+ "namePointer": "MoveNameNightmare",
"power": 4,
"type": "TYPE_GHOST",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 15,
"weight": 15,
"accuracy1": 100,
@@ -117,16 +117,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x083723c4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNightmare",
+ "useText": "MoveUseTextUse"
},
{
"name": "Morning Sun",
- "namePointer": "0x083723b8",
+ "namePointer": "MoveNameMorningSun",
"power": 4,
"type": "TYPE_NORMAL",
- "targetingFlags": 97,
- "aiTargetingFlags": 609,
+ "targetingFlags": "0b0000000001100001",
+ "aiTargetingFlags": "0b0000001001100001",
"maxPP": 12,
"weight": 15,
"accuracy1": 125,
@@ -137,16 +137,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 4,
- "descriptionPointer": "0x08372340",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionMorningSun",
+ "useText": "MoveUseTextUse"
},
{
"name": "Vital Throw",
- "namePointer": "0x08372334",
+ "namePointer": "MoveNameVitalThrow",
"power": 14,
"type": "TYPE_FIGHTING",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 15,
"accuracy1": 125,
@@ -156,16 +156,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x083722d4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionVitalThrow",
+ "useText": "MoveUseTextUse"
},
{
"name": "Dig",
- "namePointer": "0x083722d0",
+ "namePointer": "MoveNameDig",
"power": 12,
"type": "TYPE_GROUND",
- "targetingFlags": 116,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110100",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 15,
"accuracy1": 125,
@@ -177,16 +177,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 20,
- "descriptionPointer": "0x08372258",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionDig",
+ "useText": "MoveUseTextUse"
},
{
"name": "Thrash",
- "namePointer": "0x08372250",
+ "namePointer": "MoveNameThrash",
"power": 18,
"type": "TYPE_NORMAL",
- "targetingFlags": 2,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000010",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 15,
"accuracy1": 125,
@@ -198,16 +198,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 12,
- "descriptionPointer": "0x08372224",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionThrash",
+ "useText": "MoveUseTextUse"
},
{
"name": "Sweet Scent",
- "namePointer": "0x08372218",
+ "namePointer": "MoveNameSweetScent",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 48,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000000110000",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 22,
"weight": 10,
"accuracy1": 100,
@@ -218,16 +218,16 @@
"affectedByMagicCoat": true,
"cannotHitFrozen": true,
"unk19": 15,
- "descriptionPointer": "0x083721d8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSweetScent",
+ "useText": "MoveUseTextUse"
},
{
"name": "Charm",
- "namePointer": "0x083721d0",
+ "namePointer": "MoveNameCharm",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 15,
"accuracy1": 75,
@@ -238,16 +238,16 @@
"affectedByMagicCoat": true,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x0837219c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionCharm",
+ "useText": "MoveUseTextUse"
},
{
"name": "Rain Dance",
- "namePointer": "0x08372190",
+ "namePointer": "MoveNameRainDance",
"power": 2,
"type": "TYPE_WATER",
- "targetingFlags": 115,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 12,
"weight": 15,
"accuracy1": 125,
@@ -257,16 +257,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 6,
- "descriptionPointer": "0x08372148",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionRainDance",
+ "useText": "MoveUseTextUse"
},
{
"name": "Confuse Ray",
- "namePointer": "0x0837213c",
+ "namePointer": "MoveNameConfuseRay",
"power": 2,
"type": "TYPE_GHOST",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 13,
"weight": 15,
"accuracy1": 100,
@@ -277,16 +277,16 @@
"affectedByMagicCoat": true,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x083720dc",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionConfuseRay",
+ "useText": "MoveUseTextUse"
},
{
"name": "Hail",
- "namePointer": "0x083720d4",
+ "namePointer": "MoveNameHail",
"power": 2,
"type": "TYPE_ICE",
- "targetingFlags": 115,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 13,
"weight": 15,
"accuracy1": 125,
@@ -296,16 +296,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 6,
- "descriptionPointer": "0x0837208c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionHail",
+ "useText": "MoveUseTextUse"
},
{
"name": "Aromatherapy",
- "namePointer": "0x0837207c",
+ "namePointer": "MoveNameAromatherapy",
"power": 2,
"type": "TYPE_GRASS",
- "targetingFlags": 49,
- "aiTargetingFlags": 817,
+ "targetingFlags": "0b0000000000110001",
+ "aiTargetingFlags": "0b0000001100110001",
"maxPP": 12,
"weight": 15,
"accuracy1": 125,
@@ -316,16 +316,16 @@
"targetsUser": true,
"cannotHitFrozen": false,
"unk19": 16,
- "descriptionPointer": "0x08372038",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionHealTeamStatus",
+ "useText": "MoveUseTextUse"
},
{
"name": "Bubble",
- "namePointer": "0x08372030",
+ "namePointer": "MoveNameBubble",
"power": 4,
"type": "TYPE_WATER",
- "targetingFlags": 82,
- "aiTargetingFlags": 80,
+ "targetingFlags": "0b0000000001010010",
+ "aiTargetingFlags": "0b0000000001010000",
"maxPP": 15,
"weight": 10,
"accuracy1": 125,
@@ -337,16 +337,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 14,
- "descriptionPointer": "0x08371fb8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionLowerSpeedChanceDistance",
+ "useText": "MoveUseTextUse"
},
{
"name": "Encore",
- "namePointer": "0x08371fb0",
+ "namePointer": "MoveNameEncore",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 15,
"accuracy1": 100,
@@ -356,16 +356,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x08371f48",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionEncore",
+ "useText": "MoveUseTextUse"
},
{
"name": "Cut",
- "namePointer": "0x08371f44",
+ "namePointer": "MoveNameCut",
"power": 10,
"type": "TYPE_NORMAL",
- "targetingFlags": 32,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000100000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 10,
"weight": 30,
"accuracy1": 125,
@@ -377,16 +377,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 2,
- "descriptionPointer": "0x08371f20",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionCut",
+ "useText": "MoveUseTextUse"
},
{
"name": "Rage",
- "namePointer": "0x08371f18",
+ "namePointer": "MoveNameRage",
"power": 4,
"type": "TYPE_NORMAL",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 15,
"accuracy1": 125,
@@ -396,16 +396,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x08371ea8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionRage",
+ "useText": "MoveUseTextUse"
},
{
"name": "Super Fang",
- "namePointer": "0x08371e9c",
+ "namePointer": "MoveNameSuperFang",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 15,
"accuracy1": 100,
@@ -417,16 +417,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08371e7c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSuperFang",
+ "useText": "MoveUseTextUse"
},
{
"name": "Pain Split",
- "namePointer": "0x08371e70",
+ "namePointer": "MoveNamePainSplit",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 15,
"accuracy1": 100,
@@ -436,16 +436,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x08371e28",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionPainSplit",
+ "useText": "MoveUseTextUse"
},
{
"name": "Torment",
- "namePointer": "0x08371e20",
+ "namePointer": "MoveNameTorment",
"power": 2,
"type": "TYPE_DARK",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 16,
"weight": 15,
"accuracy1": 100,
@@ -456,16 +456,16 @@
"affectedByMuzzled": true,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x08371db8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionTorment",
+ "useText": "MoveUseTextUse"
},
{
"name": "String Shot",
- "namePointer": "0x08371dac",
+ "namePointer": "MoveNameStringShot",
"power": 2,
"type": "TYPE_BUG",
- "targetingFlags": 82,
- "aiTargetingFlags": 80,
+ "targetingFlags": "0b0000000001010010",
+ "aiTargetingFlags": "0b0000000001010000",
"maxPP": 16,
"weight": 10,
"accuracy1": 75,
@@ -476,16 +476,16 @@
"affectedByMagicCoat": true,
"cannotHitFrozen": true,
"unk19": 14,
- "descriptionPointer": "0x08371d5c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionStringShot",
+ "useText": "MoveUseTextUse"
},
{
"name": "Swagger",
- "namePointer": "0x08371d54",
+ "namePointer": "MoveNameSwagger",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 18,
"weight": 15,
"accuracy1": 100,
@@ -496,16 +496,16 @@
"affectedByMagicCoat": true,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x08371cf0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSwagger",
+ "useText": "MoveUseTextUse"
},
{
"name": "Snore",
- "namePointer": "0x08371ce8",
+ "namePointer": "MoveNameSnore",
"power": 4,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 255,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000011111111",
"maxPP": 16,
"weight": 15,
"accuracy1": 125,
@@ -518,16 +518,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 10,
- "descriptionPointer": "0x08371c5c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSnore",
+ "useText": "MoveUseTextUse"
},
{
"name": "Heal Bell",
- "namePointer": "0x08371c50",
+ "namePointer": "MoveNameHealBell",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 49,
- "aiTargetingFlags": 817,
+ "targetingFlags": "0b0000000000110001",
+ "aiTargetingFlags": "0b0000001100110001",
"maxPP": 12,
"weight": 15,
"accuracy1": 125,
@@ -538,16 +538,16 @@
"targetsUser": true,
"cannotHitFrozen": false,
"unk19": 16,
- "descriptionPointer": "0x08372038",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionHealTeamStatus",
+ "useText": "MoveUseTextUse"
},
{
"name": "Screech",
- "namePointer": "0x0835ff80",
+ "namePointer": "SpeciesCategoryMisdreavus",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 22,
"weight": 15,
"accuracy1": 100,
@@ -559,16 +559,16 @@
"affectedByMuzzled": true,
"cannotHitFrozen": true,
"unk19": 3,
- "descriptionPointer": "0x08371c24",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionScreech",
+ "useText": "MoveUseTextUse"
},
{
"name": "Rock Throw",
- "namePointer": "0x08371c18",
+ "namePointer": "MoveNameRockThrow",
"power": 5,
"type": "TYPE_ROCK",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 16,
"weight": 20,
"accuracy1": 125,
@@ -580,16 +580,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08371bf8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionDamage",
+ "useText": "MoveUseTextUse"
},
{
"name": "Rock Smash",
- "namePointer": "0x08371bec",
+ "namePointer": "MoveNameRockSmash",
"power": 1,
"type": "TYPE_FIGHTING",
- "targetingFlags": 115,
- "aiTargetingFlags": 255,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000011111111",
"maxPP": 99,
"weight": 20,
"accuracy1": 100,
@@ -600,16 +600,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 25,
- "descriptionPointer": "0x08371bc0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionRockSmash",
+ "useText": "MoveUseTextUse"
},
{
"name": "Rock Slide",
- "namePointer": "0x08371bb4",
+ "namePointer": "MoveNameRockSlide",
"power": 14,
"type": "TYPE_ROCK",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 13,
"weight": 20,
"accuracy1": 125,
@@ -621,16 +621,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08371b44",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionRockSlide",
+ "useText": "MoveUseTextUse"
},
{
"name": "Weather Ball",
- "namePointer": "0x08371b34",
+ "namePointer": "MoveNameWeatherBall",
"power": 10,
"type": "TYPE_NORMAL",
- "targetingFlags": 82,
- "aiTargetingFlags": 80,
+ "targetingFlags": "0b0000000001010010",
+ "aiTargetingFlags": "0b0000000001010000",
"maxPP": 15,
"weight": 10,
"accuracy1": 125,
@@ -642,16 +642,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 14,
- "descriptionPointer": "0x08371ae0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionWeatherBall",
+ "useText": "MoveUseTextUse"
},
{
"name": "Whirlpool",
- "namePointer": "0x08371ad4",
+ "namePointer": "MoveNameWhirlpool",
"power": 2,
"type": "TYPE_WATER",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 30,
"accuracy1": 125,
@@ -663,16 +663,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08371a38",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionWhirlpool",
+ "useText": "MoveUseTextUse"
},
{
"name": "Fake Tears",
- "namePointer": "0x08371a2c",
+ "namePointer": "MoveNameFakeTears",
"power": 2,
"type": "TYPE_DARK",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 15,
"accuracy1": 100,
@@ -684,16 +684,16 @@
"affectedByMuzzled": true,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x083719f0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionFakeTears",
+ "useText": "MoveUseTextUse"
},
{
"name": "Sing",
- "namePointer": "0x083719e8",
+ "namePointer": "MoveNameSing",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 17,
"weight": 10,
"accuracy1": 100,
@@ -705,16 +705,16 @@
"affectedByMuzzled": true,
"cannotHitFrozen": true,
"unk19": 3,
- "descriptionPointer": "0x0837199c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSing",
+ "useText": "MoveUseTextUse"
},
{
"name": "Spite",
- "namePointer": "0x08371994",
+ "namePointer": "MoveNameSpite",
"power": 2,
"type": "TYPE_GHOST",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 15,
"weight": 15,
"accuracy1": 100,
@@ -724,16 +724,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x08371944",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSpite",
+ "useText": "MoveUseTextUse"
},
{
"name": "Air Cutter",
- "namePointer": "0x08371938",
+ "namePointer": "MoveNameAirCutter",
"power": 2,
"type": "TYPE_FLYING",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 17,
"weight": 10,
"accuracy1": 125,
@@ -745,16 +745,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 3,
- "descriptionPointer": "0x083718f8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionHighCritical",
+ "useText": "MoveUseTextUse"
},
{
"name": "Smokescreen",
- "namePointer": "0x083718ec",
+ "namePointer": "MoveNameSmokescreen",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 10,
"weight": 15,
"accuracy1": 100,
@@ -765,16 +765,16 @@
"affectedByMagicCoat": true,
"cannotHitFrozen": true,
"unk19": 3,
- "descriptionPointer": "0x08371884",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSmokescreen",
+ "useText": "MoveUseTextUse"
},
{
"name": "Pursuit",
- "namePointer": "0x0837187c",
+ "namePointer": "MoveNamePursuit",
"power": 8,
"type": "TYPE_DARK",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 30,
"accuracy1": 125,
@@ -784,16 +784,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x083717fc",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionCounter",
+ "useText": "MoveUseTextUse"
},
{
"name": "Doubleslap",
- "namePointer": "0x083717f0",
+ "namePointer": "MoveNameDoubleslap",
"power": 4,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 15,
"accuracy1": 125,
@@ -805,16 +805,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x083717a8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionMultiHit",
+ "useText": "MoveUseTextUse"
},
{
"name": "Mirror Move",
- "namePointer": "0x0837179c",
+ "namePointer": "MoveNameMirrorMove",
"power": 2,
"type": "TYPE_FLYING",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 7,
"weight": 15,
"accuracy1": 125,
@@ -824,16 +824,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x08371730",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionMirrorMove",
+ "useText": "MoveUseTextUse"
},
{
"name": "Overheat",
- "namePointer": "0x08371724",
+ "namePointer": "MoveNameOverheat",
"power": 20,
"type": "TYPE_FIRE",
- "targetingFlags": 32,
- "aiTargetingFlags": 32,
+ "targetingFlags": "0b0000000000100000",
+ "aiTargetingFlags": "0b0000000000100000",
"maxPP": 10,
"weight": 15,
"accuracy1": 125,
@@ -845,16 +845,16 @@
"cannotHitFrozen": false,
"dealsDirectDamage": true,
"unk19": 2,
- "descriptionPointer": "0x083716a4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionOverheat",
+ "useText": "MoveUseTextUse"
},
{
"name": "Aurora Beam",
- "namePointer": "0x08371698",
+ "namePointer": "MoveNameAuroraBeam",
"power": 10,
"type": "TYPE_ICE",
- "targetingFlags": 82,
- "aiTargetingFlags": 80,
+ "targetingFlags": "0b0000000001010010",
+ "aiTargetingFlags": "0b0000000001010000",
"maxPP": 17,
"weight": 10,
"accuracy1": 125,
@@ -866,16 +866,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 14,
- "descriptionPointer": "0x08371634",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionAuroraBeam",
+ "useText": "MoveUseTextUse"
},
{
"name": "Memento",
- "namePointer": "0x0837162c",
+ "namePointer": "MoveNameMemento",
"power": 2,
"type": "TYPE_DARK",
- "targetingFlags": 48,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000000110000",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 15,
"weight": 10,
"accuracy1": 100,
@@ -885,16 +885,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 15,
- "descriptionPointer": "0x08371578",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionMemento",
+ "useText": "MoveUseTextUse"
},
{
"name": "Octazooka",
- "namePointer": "0x0837156c",
+ "namePointer": "MoveNameOctazooka",
"power": 8,
"type": "TYPE_WATER",
- "targetingFlags": 82,
- "aiTargetingFlags": 80,
+ "targetingFlags": "0b0000000001010010",
+ "aiTargetingFlags": "0b0000000001010000",
"maxPP": 15,
"weight": 10,
"accuracy1": 125,
@@ -907,16 +907,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 14,
- "descriptionPointer": "0x083714f8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionOctazooka",
+ "useText": "MoveUseTextUse"
},
{
"name": "Flatter",
- "namePointer": "0x083714f0",
+ "namePointer": "MoveNameFlatter",
"power": 2,
"type": "TYPE_DARK",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 15,
"accuracy1": 100,
@@ -928,16 +928,16 @@
"affectedByMuzzled": true,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x08371484",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionFlatter",
+ "useText": "MoveUseTextUse"
},
{
"name": "Astonish",
- "namePointer": "0x08371478",
+ "namePointer": "MoveNameAstonish",
"power": 6,
"type": "TYPE_GHOST",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 30,
"accuracy1": 125,
@@ -949,16 +949,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08371408",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionCringe",
+ "useText": "MoveUseTextUse"
},
{
"name": "Will-O-Wisp",
- "namePointer": "0x083713fc",
+ "namePointer": "MoveNameWillOWisp",
"power": 2,
"type": "TYPE_FIRE",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 17,
"weight": 20,
"accuracy1": 100,
@@ -969,16 +969,16 @@
"affectedByMagicCoat": true,
"cannotHitFrozen": true,
"unk19": 3,
- "descriptionPointer": "0x083713a8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionWillOWisp",
+ "useText": "MoveUseTextUse"
},
{
"name": "Return",
- "namePointer": "0x083713a0",
+ "namePointer": "MoveNameReturn",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 15,
"accuracy1": 100,
@@ -989,16 +989,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08371354",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionReturn",
+ "useText": "MoveUseTextUse"
},
{
"name": "Grudge",
- "namePointer": "0x0837134c",
+ "namePointer": "MoveNameGrudge",
"power": 2,
"type": "TYPE_GHOST",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 15,
"accuracy1": 125,
@@ -1008,16 +1008,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x083712d0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionGrudge",
+ "useText": "MoveUseTextUse"
},
{
"name": "Strength",
- "namePointer": "0x083712c4",
+ "namePointer": "MoveNameStrength",
"power": 20,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 20,
"accuracy1": 100,
@@ -1027,16 +1027,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x08371284",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionStrength",
+ "useText": "MoveUseTextUse"
},
{
"name": "Counter",
- "namePointer": "0x0837127c",
+ "namePointer": "MoveNameCounter",
"power": 2,
"type": "TYPE_FIGHTING",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 15,
"accuracy1": 125,
@@ -1046,16 +1046,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x083717fc",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionCounter",
+ "useText": "MoveUseTextUse"
},
{
"name": "Flame Wheel",
- "namePointer": "0x08371270",
+ "namePointer": "MoveNameFlameWheel",
"power": 12,
"type": "TYPE_FIRE",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 11,
"weight": 20,
"accuracy1": 125,
@@ -1067,16 +1067,16 @@
"cannotHitFrozen": false,
"dealsDirectDamage": true,
"unk19": 3,
- "descriptionPointer": "0x0837120c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionBurnChance",
+ "useText": "MoveUseTextUse"
},
{
"name": "Flamethrower",
- "namePointer": "0x083711fc",
+ "namePointer": "MoveNameFlamethrower",
"power": 18,
"type": "TYPE_FIRE",
- "targetingFlags": 82,
- "aiTargetingFlags": 80,
+ "targetingFlags": "0b0000000001010010",
+ "aiTargetingFlags": "0b0000000001010000",
"maxPP": 12,
"weight": 10,
"accuracy1": 125,
@@ -1088,16 +1088,16 @@
"cannotHitFrozen": false,
"dealsDirectDamage": true,
"unk19": 14,
- "descriptionPointer": "0x08371184",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionFlamethrower",
+ "useText": "MoveUseTextUse"
},
{
"name": "Odor Sleuth",
- "namePointer": "0x08371178",
+ "namePointer": "MoveNameOdorSleuth",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 48,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000000110000",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 22,
"weight": 10,
"accuracy1": 100,
@@ -1107,16 +1107,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 15,
- "descriptionPointer": "0x0837111c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionOdorSleuth",
+ "useText": "MoveUseTextUse"
},
{
"name": "Sharpen",
- "namePointer": "0x08371114",
+ "namePointer": "MoveNameSharpen",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 15,
"accuracy1": 125,
@@ -1127,16 +1127,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x083710e4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionBoostAttack",
+ "useText": "MoveUseTextUse"
},
{
"name": "Double Team",
- "namePointer": "0x083710d8",
+ "namePointer": "MoveNameDoubleTeam",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 115,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 17,
"weight": 10,
"accuracy1": 125,
@@ -1147,16 +1147,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x083710a8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionBoostEvasion",
+ "useText": "MoveUseTextUse"
},
{
"name": "Gust",
- "namePointer": "0x083710a0",
+ "namePointer": "MoveNameGust",
"power": 4,
"type": "TYPE_FLYING",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 19,
"weight": 20,
"accuracy1": 125,
@@ -1168,16 +1168,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08371044",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionGust",
+ "useText": "MoveUseTextUse"
},
{
"name": "Harden",
- "namePointer": "0x0837103c",
+ "namePointer": "MoveNameHarden",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 115,
- "aiTargetingFlags": 32,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000100000",
"maxPP": 22,
"weight": 15,
"accuracy1": 125,
@@ -1188,16 +1188,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0837100c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionBoostDefense",
+ "useText": "MoveUseTextUse"
},
{
"name": "Disable",
- "namePointer": "0x08371004",
+ "namePointer": "MoveNameDisable",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 9,
"weight": 15,
"accuracy1": 100,
@@ -1207,16 +1207,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x08370f90",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionParalyze",
+ "useText": "MoveUseTextUse"
},
{
"name": "Razor Wind",
- "namePointer": "0x08370f84",
+ "namePointer": "MoveNameRazorWind",
"power": 16,
"type": "TYPE_NORMAL",
- "targetingFlags": 116,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000001110100",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 13,
"weight": 15,
"accuracy1": 125,
@@ -1228,16 +1228,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 28,
- "descriptionPointer": "0x08370edc",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionRazorWind",
+ "useText": "MoveUseTextUse"
},
{
"name": "Bide",
- "namePointer": "0x08370ed4",
+ "namePointer": "MoveNameBide",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 15,
"weight": 15,
"accuracy1": 125,
@@ -1247,16 +1247,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x08370e4c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionBide",
+ "useText": "MoveUseTextUse"
},
{
"name": "Crunch",
- "namePointer": "0x08370e44",
+ "namePointer": "MoveNameCrunch",
"power": 16,
"type": "TYPE_DARK",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 13,
"weight": 20,
"accuracy1": 125,
@@ -1269,16 +1269,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08370de0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionLowerSpecialDefenseChance",
+ "useText": "MoveUseTextUse"
},
{
"name": "Bite",
- "namePointer": "0x0835fb70",
+ "namePointer": "SpeciesCategoryPoochyena",
"power": 7,
"type": "TYPE_DARK",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 19,
"weight": 20,
"accuracy1": 125,
@@ -1291,16 +1291,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08371408",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionCringe",
+ "useText": "MoveUseTextUse"
},
{
"name": "Thunder",
- "namePointer": "0x0835fca0",
+ "namePointer": "SpeciesCategoryRaikou",
"power": 24,
"type": "TYPE_ELECTRIC",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 9,
"weight": 20,
"accuracy1": 125,
@@ -1312,16 +1312,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08370d38",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionThunder",
+ "useText": "MoveUseTextUse"
},
{
"name": "Thunderpunch",
- "namePointer": "0x08370d28",
+ "namePointer": "MoveNameThunderpunch",
"power": 6,
"type": "TYPE_ELECTRIC",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 20,
"accuracy1": 125,
@@ -1333,16 +1333,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08370cc4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionParalyzeChance",
+ "useText": "MoveUseTextUse"
},
{
"name": "Endeavor",
- "namePointer": "0x08370cb8",
+ "namePointer": "MoveNameEndeavor",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 15,
"accuracy1": 100,
@@ -1353,16 +1353,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08370c50",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionEndeavor",
+ "useText": "MoveUseTextUse"
},
{
"name": "Facade",
- "namePointer": "0x08370c48",
+ "namePointer": "MoveNameFacade",
"power": 14,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 20,
"accuracy1": 125,
@@ -1374,16 +1374,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08370bc4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionFacade",
+ "useText": "MoveUseTextUse"
},
{
"name": "Karate Chop",
- "namePointer": "0x08370bb8",
+ "namePointer": "MoveNameKarateChop",
"power": 10,
"type": "TYPE_FIGHTING",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 18,
"weight": 20,
"accuracy1": 125,
@@ -1395,16 +1395,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x083718f8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionHighCritical",
+ "useText": "MoveUseTextUse"
},
{
"name": "Clamp",
- "namePointer": "0x08370bb0",
+ "namePointer": "MoveNameClamp",
"power": 6,
"type": "TYPE_WATER",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 20,
"accuracy1": 125,
@@ -1416,16 +1416,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08370b44",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionConstriction",
+ "useText": "MoveUseTextUse"
},
{
"name": "Withdraw",
- "namePointer": "0x08370b38",
+ "namePointer": "MoveNameWithdraw",
"power": 2,
"type": "TYPE_WATER",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 32,
"weight": 15,
"accuracy1": 125,
@@ -1436,16 +1436,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0837100c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionBoostDefense",
+ "useText": "MoveUseTextUse"
},
{
"name": "Constrict",
- "namePointer": "0x08370b2c",
+ "namePointer": "MoveNameConstrict",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 30,
"accuracy1": 125,
@@ -1457,16 +1457,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08370ac8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionConstrict",
+ "useText": "MoveUseTextUse"
},
{
"name": "Brick Break",
- "namePointer": "0x08370abc",
+ "namePointer": "MoveNameBrickBreak",
"power": 14,
"type": "TYPE_FIGHTING",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 15,
"accuracy1": 125,
@@ -1478,16 +1478,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08370a6c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionBrickBreak",
+ "useText": "MoveUseTextUse"
},
{
"name": "Rock Tomb",
- "namePointer": "0x08370a60",
+ "namePointer": "MoveNameRockTomb",
"power": 10,
"type": "TYPE_ROCK",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 30,
"accuracy1": 125,
@@ -1499,16 +1499,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08370a00",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionDamageLowerSpeed",
+ "useText": "MoveUseTextUse"
},
{
"name": "Focus Energy",
- "namePointer": "0x083709f0",
+ "namePointer": "MoveNameFocusEnergy",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 27,
"weight": 30,
"accuracy1": 125,
@@ -1519,16 +1519,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x083709a0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionFocusEnergy",
+ "useText": "MoveUseTextUse"
},
{
"name": "Focus Punch",
- "namePointer": "0x08370994",
+ "namePointer": "MoveNameFocusPunch",
"power": 20,
"type": "TYPE_FIGHTING",
- "targetingFlags": 116,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110100",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 10,
"weight": 15,
"accuracy1": 125,
@@ -1540,16 +1540,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 20,
- "descriptionPointer": "0x08370918",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionFocusPunch",
+ "useText": "MoveUseTextUse"
},
{
"name": "Giga Drain",
- "namePointer": "0x0837090c",
+ "namePointer": "MoveNameGigaDrain",
"power": 12,
"type": "TYPE_GRASS",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 10,
"weight": 30,
"accuracy1": 125,
@@ -1561,16 +1561,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x083708a4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionDrain",
+ "useText": "MoveUseTextUse"
},
{
"name": "Reversal",
- "namePointer": "0x08370898",
+ "namePointer": "MoveNameReversal",
"power": 2,
"type": "TYPE_FIGHTING",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 30,
"accuracy1": 125,
@@ -1582,16 +1582,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08370830",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionReversal",
+ "useText": "MoveUseTextUse"
},
{
"name": "Smellingsalt",
- "namePointer": "0x08370820",
+ "namePointer": "MoveNameSmellingsalt",
"power": 12,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 15,
"weight": 30,
"accuracy1": 125,
@@ -1603,16 +1603,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x083707a0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSmellingsalt",
+ "useText": "MoveUseTextUse"
},
{
"name": "Spore",
- "namePointer": "0x08370798",
+ "namePointer": "MoveNameSpore",
"power": 2,
"type": "TYPE_GRASS",
- "targetingFlags": 48,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000000110000",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 19,
"weight": 10,
"accuracy1": 100,
@@ -1623,16 +1623,16 @@
"affectedByMagicCoat": true,
"cannotHitFrozen": true,
"unk19": 15,
- "descriptionPointer": "0x08370764",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSpore",
+ "useText": "MoveUseTextUse"
},
{
"name": "Leech Life",
- "namePointer": "0x08370758",
+ "namePointer": "MoveNameLeechLife",
"power": 4,
"type": "TYPE_BUG",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 19,
"weight": 30,
"accuracy1": 125,
@@ -1645,16 +1645,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x083708a4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionDrain",
+ "useText": "MoveUseTextUse"
},
{
"name": "Slash",
- "namePointer": "0x08370750",
+ "namePointer": "MoveNameSlash",
"power": 14,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 11,
"weight": 30,
"accuracy1": 125,
@@ -1666,16 +1666,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x083718f8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionHighCritical",
+ "useText": "MoveUseTextUse"
},
{
"name": "Silver Wind",
- "namePointer": "0x08370744",
+ "namePointer": "MoveNameSilverWind",
"power": 12,
"type": "TYPE_BUG",
- "targetingFlags": 48,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000000110000",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 13,
"weight": 30,
"accuracy1": 125,
@@ -1687,16 +1687,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 15,
- "descriptionPointer": "0x08370684",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSilverWind",
+ "useText": "MoveUseTextUse"
},
{
"name": "Metal Sound",
- "namePointer": "0x08370678",
+ "namePointer": "MoveNameMetalSound",
"power": 2,
"type": "TYPE_STEEL",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 17,
"weight": 15,
"accuracy1": 100,
@@ -1707,16 +1707,16 @@
"affectedByMagicCoat": true,
"cannotHitFrozen": true,
"unk19": 3,
- "descriptionPointer": "0x08370638",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionMetalSound",
+ "useText": "MoveUseTextUse"
},
{
"name": "Grasswhistle",
- "namePointer": "0x08370628",
+ "namePointer": "MoveNameGrasswhistle",
"power": 2,
"type": "TYPE_GRASS",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 13,
"weight": 15,
"accuracy1": 100,
@@ -1728,16 +1728,16 @@
"affectedByMuzzled": true,
"cannotHitFrozen": true,
"unk19": 3,
- "descriptionPointer": "0x083705dc",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSleep",
+ "useText": "MoveUseTextUse"
},
{
"name": "Tickle",
- "namePointer": "0x083705d4",
+ "namePointer": "MoveNameTickle",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 15,
"accuracy1": 100,
@@ -1748,16 +1748,16 @@
"affectedByMagicCoat": true,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x08370590",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionTickle",
+ "useText": "MoveUseTextUse"
},
{
"name": "Spider Web",
- "namePointer": "0x08370584",
+ "namePointer": "MoveNameSpiderWeb",
"power": 2,
"type": "TYPE_BUG",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 16,
"weight": 15,
"accuracy1": 100,
@@ -1768,16 +1768,16 @@
"affectedByMagicCoat": true,
"cannotHitFrozen": true,
"unk19": 3,
- "descriptionPointer": "0x08370530",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionLegHolder",
+ "useText": "MoveUseTextUse"
},
{
"name": "Crabhammer",
- "namePointer": "0x08370524",
+ "namePointer": "MoveNameCrabhammer",
"power": 18,
"type": "TYPE_WATER",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 20,
"accuracy1": 125,
@@ -1789,16 +1789,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x083718f8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionHighCritical",
+ "useText": "MoveUseTextUse"
},
{
"name": "Haze",
- "namePointer": "0x0837051c",
+ "namePointer": "MoveNameHaze",
"power": 2,
"type": "TYPE_ICE",
- "targetingFlags": 50,
- "aiTargetingFlags": 49,
+ "targetingFlags": "0b0000000000110010",
+ "aiTargetingFlags": "0b0000000000110001",
"maxPP": 13,
"weight": 15,
"accuracy1": 125,
@@ -1808,16 +1808,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 17,
- "descriptionPointer": "0x083704a8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionHaze",
+ "useText": "MoveUseTextUse"
},
{
"name": "Mean Look",
- "namePointer": "0x0837049c",
+ "namePointer": "MoveNameMeanLook",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 15,
"accuracy1": 100,
@@ -1828,16 +1828,16 @@
"affectedByMagicCoat": true,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x08370530",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionLegHolder",
+ "useText": "MoveUseTextUse"
},
{
"name": "Cross Chop",
- "namePointer": "0x08370490",
+ "namePointer": "MoveNameCrossChop",
"power": 20,
"type": "TYPE_FIGHTING",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 10,
"weight": 30,
"accuracy1": 125,
@@ -1849,16 +1849,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x083718f8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionHighCritical",
+ "useText": "MoveUseTextUse"
},
{
"name": "Outrage",
- "namePointer": "0x08370488",
+ "namePointer": "MoveNameOutrage",
"power": 18,
"type": "TYPE_DRAGON",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 9,
"weight": 15,
"accuracy1": 125,
@@ -1870,16 +1870,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08370424",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionOutrage",
+ "useText": "MoveUseTextUse"
},
{
"name": "Low Kick",
- "namePointer": "0x08370418",
+ "namePointer": "MoveNameLowKick",
"power": 7,
"type": "TYPE_FIGHTING",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 30,
"accuracy1": 125,
@@ -1891,16 +1891,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x083703c4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionLowKick",
+ "useText": "MoveUseTextUse"
},
{
"name": "Ancientpower",
- "namePointer": "0x083703b4",
+ "namePointer": "MoveNameAncientpower",
"power": 12,
"type": "TYPE_ROCK",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 30,
"accuracy1": 125,
@@ -1912,16 +1912,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08370300",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionAncientpower",
+ "useText": "MoveUseTextUse"
},
{
"name": "Synthesis",
- "namePointer": "0x083702f4",
+ "namePointer": "MoveNameSynthesis",
"power": 2,
"type": "TYPE_GRASS",
- "targetingFlags": 627,
- "aiTargetingFlags": 627,
+ "targetingFlags": "0b0000001001110011",
+ "aiTargetingFlags": "0b0000001001110011",
"maxPP": 12,
"weight": 15,
"accuracy1": 125,
@@ -1932,16 +1932,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 21,
- "descriptionPointer": "0x0837029c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSynthesis",
+ "useText": "MoveUseTextUse"
},
{
"name": "Agility",
- "namePointer": "0x08370294",
+ "namePointer": "MoveNameAgility",
"power": 2,
"type": "TYPE_PSYCHIC",
- "targetingFlags": 49,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000000110001",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 22,
"weight": 10,
"accuracy1": 125,
@@ -1952,16 +1952,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 16,
- "descriptionPointer": "0x08370238",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionAgility",
+ "useText": "MoveUseTextUse"
},
{
"name": "Rapid Spin",
- "namePointer": "0x0837022c",
+ "namePointer": "MoveNameRapidSpin",
"power": 4,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 30,
"accuracy1": 125,
@@ -1973,16 +1973,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x083701a4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionRapidSpin",
+ "useText": "MoveUseTextUse"
},
{
"name": "Icy Wind",
- "namePointer": "0x08370198",
+ "namePointer": "MoveNameIcyWind",
"power": 5,
"type": "TYPE_ICE",
- "targetingFlags": 82,
- "aiTargetingFlags": 80,
+ "targetingFlags": "0b0000000001010010",
+ "aiTargetingFlags": "0b0000000001010000",
"maxPP": 13,
"weight": 10,
"accuracy1": 125,
@@ -1994,16 +1994,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 14,
- "descriptionPointer": "0x08370120",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionIcyWind",
+ "useText": "MoveUseTextUse"
},
{
"name": "Mind Reader",
- "namePointer": "0x08370114",
+ "namePointer": "MoveNameMindReader",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 15,
"accuracy1": 125,
@@ -2013,16 +2013,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x083700b4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionMindReader",
+ "useText": "MoveUseTextUse"
},
{
"name": "Cosmic Power",
- "namePointer": "0x083700a4",
+ "namePointer": "MoveNameCosmicPower",
"power": 2,
"type": "TYPE_PSYCHIC",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 19,
"weight": 15,
"accuracy1": 125,
@@ -2033,16 +2033,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0837005c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionCosmicPower",
+ "useText": "MoveUseTextUse"
},
{
"name": "Sky Attack",
- "namePointer": "0x08370050",
+ "namePointer": "MoveNameSkyAttack",
"power": 30,
"type": "TYPE_FLYING",
- "targetingFlags": 116,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000001110100",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 9,
"weight": 15,
"accuracy1": 125,
@@ -2054,16 +2054,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 28,
- "descriptionPointer": "0x0836ffcc",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSkyAttack",
+ "useText": "MoveUseTextUse"
},
{
"name": "Powder Snow",
- "namePointer": "0x0836ffc0",
+ "namePointer": "MoveNamePowderSnow",
"power": 4,
"type": "TYPE_ICE",
- "targetingFlags": 48,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000110000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 20,
"accuracy1": 125,
@@ -2075,16 +2075,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 15,
- "descriptionPointer": "0x0836ff5c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionFreezeChanceRoom",
+ "useText": "MoveUseTextUse"
},
{
"name": "Follow Me",
- "namePointer": "0x0836ff50",
+ "namePointer": "MoveNameFollowMe",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 115,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 15,
"weight": 10,
"accuracy1": 125,
@@ -2094,16 +2094,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836ff00",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionFollowMe",
+ "useText": "MoveUseTextUse"
},
{
"name": "Meteor Mash",
- "namePointer": "0x0836fef4",
+ "namePointer": "MoveNameMeteorMash",
"power": 20,
"type": "TYPE_STEEL",
- "targetingFlags": 82,
- "aiTargetingFlags": 80,
+ "targetingFlags": "0b0000000001010010",
+ "aiTargetingFlags": "0b0000000001010000",
"maxPP": 9,
"weight": 10,
"accuracy1": 100,
@@ -2115,16 +2115,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 14,
- "descriptionPointer": "0x0836fe84",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionMeteorMash",
+ "useText": "MoveUseTextUse"
},
{
"name": "Endure",
- "namePointer": "0x0836fe7c",
+ "namePointer": "MoveNameEndure",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 15,
"accuracy1": 75,
@@ -2134,16 +2134,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836fe18",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionEndure",
+ "useText": "MoveUseTextUse"
},
{
"name": "Rollout",
- "namePointer": "0x0836fe10",
+ "namePointer": "MoveNameRollout",
"power": 1,
"type": "TYPE_ROCK",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 14,
"weight": 15,
"accuracy1": 125,
@@ -2155,16 +2155,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x083724f8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionMultiHitUntilMiss",
+ "useText": "MoveUseTextUse"
},
{
"name": "Scary Face",
- "namePointer": "0x0836fe04",
+ "namePointer": "MoveNameScaryFace",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 14,
"weight": 15,
"accuracy1": 70,
@@ -2175,16 +2175,16 @@
"affectedByMagicCoat": true,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x0836fdcc",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionLowerSpeed",
+ "useText": "MoveUseTextUse"
},
{
"name": "Psybeam",
- "namePointer": "0x0836fdc4",
+ "namePointer": "MoveNamePsybeam",
"power": 12,
"type": "TYPE_PSYCHIC",
- "targetingFlags": 82,
- "aiTargetingFlags": 80,
+ "targetingFlags": "0b0000000001010010",
+ "aiTargetingFlags": "0b0000000001010000",
"maxPP": 17,
"weight": 10,
"accuracy1": 125,
@@ -2196,16 +2196,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 14,
- "descriptionPointer": "0x0836fd60",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionConfuseChanceDistance",
+ "useText": "MoveUseTextUse"
},
{
"name": "Psywave",
- "namePointer": "0x0836fd58",
+ "namePointer": "MoveNamePsywave",
"power": 2,
"type": "TYPE_PSYCHIC",
- "targetingFlags": 82,
- "aiTargetingFlags": 80,
+ "targetingFlags": "0b0000000001010010",
+ "aiTargetingFlags": "0b0000000001010000",
"maxPP": 19,
"weight": 10,
"accuracy1": 100,
@@ -2216,16 +2216,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 14,
- "descriptionPointer": "0x0836fce8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionPsywave",
+ "useText": "MoveUseTextUse"
},
{
"name": "Psychic",
- "namePointer": "0x0836fce0",
+ "namePointer": "MoveNamePsychic",
"power": 18,
"type": "TYPE_PSYCHIC",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 10,
"weight": 10,
"accuracy1": 125,
@@ -2237,16 +2237,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08370de0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionLowerSpecialDefenseChance",
+ "useText": "MoveUseTextUse"
},
{
"name": "Psycho Boost",
- "namePointer": "0x0836fcd0",
+ "namePointer": "MoveNamePsychoBoost",
"power": 28,
"type": "TYPE_PSYCHIC",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 8,
"weight": 10,
"accuracy1": 125,
@@ -2258,16 +2258,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836fc64",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionPsychoBoost",
+ "useText": "MoveUseTextUse"
},
{
"name": "Hypnosis",
- "namePointer": "0x08360610",
+ "namePointer": "SpeciesCategoryDrowzee",
"power": 2,
"type": "TYPE_PSYCHIC",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 17,
"weight": 15,
"accuracy1": 100,
@@ -2278,16 +2278,16 @@
"affectedByMagicCoat": true,
"cannotHitFrozen": true,
"unk19": 3,
- "descriptionPointer": "0x083705dc",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSleep",
+ "useText": "MoveUseTextUse"
},
{
"name": "Uproar",
- "namePointer": "0x0836fc5c",
+ "namePointer": "MoveNameUproar",
"power": 10,
"type": "TYPE_NORMAL",
- "targetingFlags": 49,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000000110001",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 17,
"weight": 10,
"accuracy1": 125,
@@ -2298,16 +2298,16 @@
"affectedByMuzzled": true,
"cannotHitFrozen": true,
"unk19": 16,
- "descriptionPointer": "0x0836fbd0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionUproar",
+ "useText": "MoveUseTextUse"
},
{
"name": "Water Spout",
- "namePointer": "0x0836fbc4",
+ "namePointer": "MoveNameWaterSpout",
"power": 30,
"type": "TYPE_WATER",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 8,
"weight": 10,
"accuracy1": 125,
@@ -2319,16 +2319,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836fb68",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionWaterSpout",
+ "useText": "MoveUseTextUse"
},
{
"name": "Signal Beam",
- "namePointer": "0x0836fb5c",
+ "namePointer": "MoveNameSignalBeam",
"power": 14,
"type": "TYPE_BUG",
- "targetingFlags": 82,
- "aiTargetingFlags": 80,
+ "targetingFlags": "0b0000000001010010",
+ "aiTargetingFlags": "0b0000000001010000",
"maxPP": 15,
"weight": 10,
"accuracy1": 125,
@@ -2340,16 +2340,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 14,
- "descriptionPointer": "0x0836fd60",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionConfuseChanceDistance",
+ "useText": "MoveUseTextUse"
},
{
"name": "Psych Up",
- "namePointer": "0x0836fb50",
+ "namePointer": "MoveNamePsychUp",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 2,
- "aiTargetingFlags": 2,
+ "targetingFlags": "0b0000000000000010",
+ "aiTargetingFlags": "0b0000000000000010",
"maxPP": 17,
"weight": 15,
"accuracy1": 125,
@@ -2359,16 +2359,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 30,
- "descriptionPointer": "0x0836fb00",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionPsychUp",
+ "useText": "MoveUseTextUse"
},
{
"name": "Submission",
- "namePointer": "0x0836faf4",
+ "namePointer": "MoveNameSubmission",
"power": 15,
"type": "TYPE_FIGHTING",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 30,
"accuracy1": 125,
@@ -2380,16 +2380,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836fab0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionRecoil",
+ "useText": "MoveUseTextUse"
},
{
"name": "Recover",
- "namePointer": "0x0836faa8",
+ "namePointer": "MoveNameRecover",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 115,
- "aiTargetingFlags": 627,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000001001110011",
"maxPP": 12,
"weight": 15,
"accuracy1": 125,
@@ -2400,16 +2400,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836fa6c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionRecover",
+ "useText": "MoveUseTextUse"
},
{
"name": "Earthquake",
- "namePointer": "0x0836fa60",
+ "namePointer": "MoveNameEarthquake",
"power": 5,
"type": "TYPE_GROUND",
- "targetingFlags": 53,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000110101",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 10,
"weight": 20,
"accuracy1": 100,
@@ -2421,16 +2421,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 18,
- "descriptionPointer": "0x0836fa00",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionEarthquake",
+ "useText": "MoveUseTextUse"
},
{
"name": "Nature Power",
- "namePointer": "0x0836f9f0",
+ "namePointer": "MoveNameNaturePower",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 27,
"weight": 15,
"accuracy1": 125,
@@ -2441,16 +2441,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 10,
- "descriptionPointer": "0x0836f9b4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNaturePower",
+ "useText": "MoveUseTextUse"
},
{
"name": "Lick",
- "namePointer": "0x0836f9ac",
+ "namePointer": "MoveNameLick",
"power": 4,
"type": "TYPE_GHOST",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 30,
"accuracy1": 100,
@@ -2463,16 +2463,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08370cc4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionParalyzeChance",
+ "useText": "MoveUseTextUse"
},
{
"name": "Flail",
- "namePointer": "0x0836f9a4",
+ "namePointer": "MoveNameFlail",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 30,
"accuracy1": 100,
@@ -2484,16 +2484,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836f948",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionFlail",
+ "useText": "MoveUseTextUse"
},
{
"name": "Tail Whip",
- "namePointer": "0x0836f93c",
+ "namePointer": "MoveNameTailWhip",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 15,
"accuracy1": 100,
@@ -2504,16 +2504,16 @@
"affectedByMagicCoat": true,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x0836f908",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionLowerDefense",
+ "useText": "MoveUseTextUse"
},
{
"name": "Selfdestruct",
- "namePointer": "0x0836f8f8",
+ "namePointer": "MoveNameSelfdestruct",
"power": 80,
"type": "TYPE_NORMAL",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 15,
"accuracy1": 125,
@@ -2524,16 +2524,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 26,
- "descriptionPointer": "0x0836f884",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSelfdestruct",
+ "useText": "MoveUseTextUse"
},
{
"name": "Stun Spore",
- "namePointer": "0x0836f878",
+ "namePointer": "MoveNameStunSpore",
"power": 2,
"type": "TYPE_GRASS",
- "targetingFlags": 32,
- "aiTargetingFlags": 32,
+ "targetingFlags": "0b0000000000100000",
+ "aiTargetingFlags": "0b0000000000100000",
"maxPP": 17,
"weight": 15,
"accuracy1": 100,
@@ -2544,16 +2544,16 @@
"affectedByMagicCoat": true,
"cannotHitFrozen": true,
"unk19": 2,
- "descriptionPointer": "0x0836f7fc",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionStunSpore",
+ "useText": "MoveUseTextUse"
},
{
"name": "Bind",
- "namePointer": "0x0836f7f4",
+ "namePointer": "MoveNameBind",
"power": 4,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 20,
"accuracy1": 125,
@@ -2565,16 +2565,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08370b44",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionConstriction",
+ "useText": "MoveUseTextUse"
},
{
"name": "Shadow Punch",
- "namePointer": "0x0836f7e4",
+ "namePointer": "MoveNameShadowPunch",
"power": 6,
"type": "TYPE_GHOST",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 8,
"weight": 20,
"accuracy1": 125,
@@ -2586,16 +2586,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836f7b4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNeverMiss",
+ "useText": "MoveUseTextUse"
},
{
"name": "Shadow Ball",
- "namePointer": "0x0836f7a8",
+ "namePointer": "MoveNameShadowBall",
"power": 16,
"type": "TYPE_GHOST",
- "targetingFlags": 82,
- "aiTargetingFlags": 80,
+ "targetingFlags": "0b0000000001010010",
+ "aiTargetingFlags": "0b0000000001010000",
"maxPP": 10,
"weight": 10,
"accuracy1": 125,
@@ -2607,16 +2607,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 14,
- "descriptionPointer": "0x0836f72c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionShadowBall",
+ "useText": "MoveUseTextUse"
},
{
"name": "Charge",
- "namePointer": "0x0836f724",
+ "namePointer": "MoveNameCharge",
"power": 10,
"type": "TYPE_ELECTRIC",
- "targetingFlags": 116,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110100",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 25,
"weight": 15,
"accuracy1": 125,
@@ -2627,16 +2627,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 20,
- "descriptionPointer": "0x0836f6bc",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionCharge",
+ "useText": "MoveUseTextUse"
},
{
"name": "Thunderbolt",
- "namePointer": "0x0836f6b0",
+ "namePointer": "MoveNameThunderbolt",
"power": 18,
"type": "TYPE_ELECTRIC",
- "targetingFlags": 32,
- "aiTargetingFlags": 32,
+ "targetingFlags": "0b0000000000100000",
+ "aiTargetingFlags": "0b0000000000100000",
"maxPP": 10,
"weight": 30,
"accuracy1": 125,
@@ -2648,16 +2648,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 2,
- "descriptionPointer": "0x0836f648",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionThunderbolt",
+ "useText": "MoveUseTextUse"
},
{
"name": "Mist",
- "namePointer": "0x0836f640",
+ "namePointer": "MoveNameMist",
"power": 2,
"type": "TYPE_ICE",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 19,
"weight": 15,
"accuracy1": 125,
@@ -2668,16 +2668,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836f588",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionMist",
+ "useText": "MoveUseTextUse"
},
{
"name": "Fissure",
- "namePointer": "0x0836f580",
+ "namePointer": "MoveNameFissure",
"power": 2,
"type": "TYPE_GROUND",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 14,
"weight": 20,
"accuracy1": 35,
@@ -2688,16 +2688,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836f530",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionFissure",
+ "useText": "MoveUseTextUse"
},
{
"name": "Extremespeed",
- "namePointer": "0x0836f520",
+ "namePointer": "MoveNameExtremespeed",
"power": 16,
"type": "TYPE_NORMAL",
- "targetingFlags": 64,
- "aiTargetingFlags": 64,
+ "targetingFlags": "0b0000000001000000",
+ "aiTargetingFlags": "0b0000000001000000",
"maxPP": 12,
"weight": 25,
"accuracy1": 125,
@@ -2709,16 +2709,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 13,
- "descriptionPointer": "0x0836f4ec",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionTwoTilesAhead",
+ "useText": "MoveUseTextUse"
},
{
"name": "Extrasensory",
- "namePointer": "0x0836f4dc",
+ "namePointer": "MoveNameExtrasensory",
"power": 16,
"type": "TYPE_PSYCHIC",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 20,
"accuracy1": 125,
@@ -2730,16 +2730,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836f45c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionExtrasensory",
+ "useText": "MoveUseTextUse"
},
{
"name": "Safeguard",
- "namePointer": "0x0836f450",
+ "namePointer": "MoveNameSafeguard",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 49,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000000110001",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 15,
"weight": 10,
"accuracy1": 125,
@@ -2750,16 +2750,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 16,
- "descriptionPointer": "0x0836f3e0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSafeguard",
+ "useText": "MoveUseTextUse"
},
{
"name": "Absorb",
- "namePointer": "0x0836f3d8",
+ "namePointer": "MoveNameAbsorb",
"power": 1,
"type": "TYPE_GRASS",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 18,
"weight": 15,
"accuracy1": 125,
@@ -2772,16 +2772,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x083708a4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionDrain",
+ "useText": "MoveUseTextUse"
},
{
"name": "Sky Uppercut",
- "namePointer": "0x0836f3c8",
+ "namePointer": "MoveNameSkyUppercut",
"power": 16,
"type": "TYPE_FIGHTING",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 20,
"accuracy1": 125,
@@ -2793,16 +2793,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836f364",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSkyUppercut",
+ "useText": "MoveUseTextUse"
},
{
"name": "Skill Swap",
- "namePointer": "0x0836f358",
+ "namePointer": "MoveNameSkillSwap",
"power": 2,
"type": "TYPE_PSYCHIC",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 15,
"accuracy1": 100,
@@ -2812,16 +2812,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x0836f314",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSkillSwap",
+ "useText": "MoveUseTextUse"
},
{
"name": "Sketch",
- "namePointer": "0x0836f30c",
+ "namePointer": "MoveNameSketch",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 1,
"weight": 20,
"accuracy1": 100,
@@ -2831,16 +2831,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x0836f298",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSketch",
+ "useText": "MoveUseTextUse"
},
{
"name": "Headbutt",
- "namePointer": "0x0836f28c",
+ "namePointer": "MoveNameHeadbutt",
"power": 6,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 20,
"accuracy1": 125,
@@ -2852,16 +2852,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08371408",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionCringe",
+ "useText": "MoveUseTextUse"
},
{
"name": "Double-Edge",
- "namePointer": "0x0836f280",
+ "namePointer": "MoveNameDoubleEdge",
"power": 15,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 15,
"accuracy1": 125,
@@ -2873,16 +2873,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836fab0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionRecoil",
+ "useText": "MoveUseTextUse"
},
{
"name": "Sandstorm",
- "namePointer": "0x0836f274",
+ "namePointer": "MoveNameSandstorm",
"power": 2,
"type": "TYPE_ROCK",
- "targetingFlags": 115,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 14,
"weight": 15,
"accuracy1": 125,
@@ -2892,16 +2892,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 6,
- "descriptionPointer": "0x0836f228",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSandstorm",
+ "useText": "MoveUseTextUse"
},
{
"name": "Sand-Attack",
- "namePointer": "0x0836f21c",
+ "namePointer": "MoveNameSandAttack",
"power": 2,
"type": "TYPE_GROUND",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 22,
"weight": 15,
"accuracy1": 80,
@@ -2912,16 +2912,16 @@
"affectedByMagicCoat": true,
"cannotHitFrozen": true,
"unk19": 3,
- "descriptionPointer": "0x0836f1e8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionLowerAccuracy",
+ "useText": "MoveUseTextUse"
},
{
"name": "Sand Tomb",
- "namePointer": "0x0836f1dc",
+ "namePointer": "MoveNameSandTomb",
"power": 4,
"type": "TYPE_GROUND",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 20,
"accuracy1": 125,
@@ -2933,16 +2933,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08370b44",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionConstriction",
+ "useText": "MoveUseTextUse"
},
{
"name": "Spark",
- "namePointer": "0x0836f1d4",
+ "namePointer": "MoveNameSpark",
"power": 12,
"type": "TYPE_ELECTRIC",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 15,
"weight": 20,
"accuracy1": 125,
@@ -2954,16 +2954,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08370cc4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionParalyzeChance",
+ "useText": "MoveUseTextUse"
},
{
"name": "Swift",
- "namePointer": "0x0836f1cc",
+ "namePointer": "MoveNameSwift",
"power": 10,
"type": "TYPE_NORMAL",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 8,
"weight": 30,
"accuracy1": 125,
@@ -2975,16 +2975,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 3,
- "descriptionPointer": "0x0836f7b4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNeverMiss",
+ "useText": "MoveUseTextUse"
},
{
"name": "Kinesis",
- "namePointer": "0x0836f1c4",
+ "namePointer": "MoveNameKinesis",
"power": 2,
"type": "TYPE_PSYCHIC",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 15,
"accuracy1": 100,
@@ -2994,16 +2994,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x0836f1e8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionLowerAccuracy",
+ "useText": "MoveUseTextUse"
},
{
"name": "Smog",
- "namePointer": "0x0836f1bc",
+ "namePointer": "MoveNameSmog",
"power": 4,
"type": "TYPE_POISON",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 15,
"accuracy1": 125,
@@ -3015,16 +3015,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836f14c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionPoisonChance",
+ "useText": "MoveUseTextUse"
},
{
"name": "Growth",
- "namePointer": "0x0836f144",
+ "namePointer": "MoveNameGrowth",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 115,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 22,
"weight": 15,
"accuracy1": 125,
@@ -3035,16 +3035,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836f10c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionGrowth",
+ "useText": "MoveUseTextUse"
},
{
"name": "Sacred Fire",
- "namePointer": "0x0836f100",
+ "namePointer": "MoveNameSacredFire",
"power": 20,
"type": "TYPE_FIRE",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 10,
"weight": 30,
"accuracy1": 125,
@@ -3056,16 +3056,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836f0c0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSacredFire",
+ "useText": "MoveUseTextUse"
},
{
"name": "Sheer Cold",
- "namePointer": "0x0836f0b4",
+ "namePointer": "MoveNameSheerCold",
"power": 2,
"type": "TYPE_ICE",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 20,
"accuracy1": 35,
@@ -3076,16 +3076,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836f088",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSheerCold",
+ "useText": "MoveUseTextUse"
},
{
"name": "Solarbeam",
- "namePointer": "0x0836f07c",
+ "namePointer": "MoveNameSolarbeam",
"power": 24,
"type": "TYPE_GRASS",
- "targetingFlags": 116,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000001110100",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 9,
"weight": 15,
"accuracy1": 125,
@@ -3097,16 +3097,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 28,
- "descriptionPointer": "0x0836eff8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSolarbeam",
+ "useText": "MoveUseTextUse"
},
{
"name": "Sonicboom",
- "namePointer": "0x0836efec",
+ "namePointer": "MoveNameSonicboom",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 82,
- "aiTargetingFlags": 80,
+ "targetingFlags": "0b0000000001010010",
+ "aiTargetingFlags": "0b0000000001010000",
"maxPP": 22,
"weight": 10,
"accuracy1": 100,
@@ -3117,16 +3117,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 14,
- "descriptionPointer": "0x0836efa4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSonicboom",
+ "useText": "MoveUseTextUse"
},
{
"name": "Fly",
- "namePointer": "0x0836efa0",
+ "namePointer": "MoveNameFly",
"power": 14,
"type": "TYPE_FLYING",
- "targetingFlags": 116,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110100",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 15,
"accuracy1": 125,
@@ -3138,16 +3138,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 20,
- "descriptionPointer": "0x0836ef1c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionFly",
+ "useText": "MoveUseTextUse"
},
{
"name": "Tackle",
- "namePointer": "0x0836ef14",
+ "namePointer": "MoveNameTackle",
"power": 7,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 25,
"accuracy1": 100,
@@ -3159,16 +3159,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08371bf8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionDamage",
+ "useText": "MoveUseTextUse"
},
{
"name": "Explosion",
- "namePointer": "0x0836ef08",
+ "namePointer": "MoveNameExplosion",
"power": 50,
"type": "TYPE_NORMAL",
- "targetingFlags": 115,
- "aiTargetingFlags": 64,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000001000000",
"maxPP": 12,
"weight": 15,
"accuracy1": 125,
@@ -3179,16 +3179,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 27,
- "descriptionPointer": "0x0836ee78",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionExplosion",
+ "useText": "MoveUseTextUse"
},
{
"name": "Dive",
- "namePointer": "0x0836ee70",
+ "namePointer": "MoveNameDive",
"power": 12,
"type": "TYPE_WATER",
- "targetingFlags": 116,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110100",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 15,
"accuracy1": 125,
@@ -3200,16 +3200,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 20,
- "descriptionPointer": "0x0836edcc",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionDive",
+ "useText": "MoveUseTextUse"
},
{
"name": "Fire Blast",
- "namePointer": "0x0836edc0",
+ "namePointer": "MoveNameFireBlast",
"power": 24,
"type": "TYPE_FIRE",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 9,
"weight": 30,
"accuracy1": 100,
@@ -3221,16 +3221,16 @@
"cannotHitFrozen": false,
"dealsDirectDamage": true,
"unk19": 3,
- "descriptionPointer": "0x0837120c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionBurnChance",
+ "useText": "MoveUseTextUse"
},
{
"name": "Waterfall",
- "namePointer": "0x0836edb4",
+ "namePointer": "MoveNameWaterfall",
"power": 16,
"type": "TYPE_WATER",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 30,
"accuracy1": 125,
@@ -3242,16 +3242,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08371bf8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionDamage",
+ "useText": "MoveUseTextUse"
},
{
"name": "Muddy Water",
- "namePointer": "0x0836eda8",
+ "namePointer": "MoveNameMuddyWater",
"power": 18,
"type": "TYPE_WATER",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 10,
"weight": 30,
"accuracy1": 125,
@@ -3263,16 +3263,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836ed4c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionMuddyWater",
+ "useText": "MoveUseTextUse"
},
{
"name": "Stockpile",
- "namePointer": "0x0836ed40",
+ "namePointer": "MoveNameStockpile",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 15,
"accuracy1": 125,
@@ -3284,16 +3284,16 @@
"affectedByMuzzled": true,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836ecc4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionStockpile",
+ "useText": "MoveUseTextUse"
},
{
"name": "Slam",
- "namePointer": "0x0836ecbc",
+ "namePointer": "MoveNameSlam",
"power": 16,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 30,
"accuracy1": 125,
@@ -3305,16 +3305,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08371bf8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionDamage",
+ "useText": "MoveUseTextUse"
},
{
"name": "Twister",
- "namePointer": "0x0836ecb4",
+ "namePointer": "MoveNameTwister",
"power": 8,
"type": "TYPE_DRAGON",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 15,
"weight": 30,
"accuracy1": 125,
@@ -3326,16 +3326,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836ec0c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionTwister",
+ "useText": "MoveUseTextUse"
},
{
"name": "Bullet Seed",
- "namePointer": "0x0836ec00",
+ "namePointer": "MoveNameBulletSeed",
"power": 10,
"type": "TYPE_GRASS",
- "targetingFlags": 82,
- "aiTargetingFlags": 80,
+ "targetingFlags": "0b0000000001010010",
+ "aiTargetingFlags": "0b0000000001010000",
"maxPP": 10,
"weight": 10,
"accuracy1": 125,
@@ -3347,16 +3347,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 14,
- "descriptionPointer": "0x0836eba0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionMultiHitDistance",
+ "useText": "MoveUseTextUse"
},
{
"name": "Twineedle",
- "namePointer": "0x0836eb94",
+ "namePointer": "MoveNameTwineedle",
"power": 6,
"type": "TYPE_BUG",
- "targetingFlags": 82,
- "aiTargetingFlags": 80,
+ "targetingFlags": "0b0000000001010010",
+ "aiTargetingFlags": "0b0000000001010000",
"maxPP": 15,
"weight": 30,
"accuracy1": 125,
@@ -3368,16 +3368,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 14,
- "descriptionPointer": "0x0836eb18",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionTwineedle",
+ "useText": "MoveUseTextUse"
},
{
"name": "Softboiled",
- "namePointer": "0x0836eb0c",
+ "namePointer": "MoveNameSoftboiled",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 561,
- "aiTargetingFlags": 561,
+ "targetingFlags": "0b0000001000110001",
+ "aiTargetingFlags": "0b0000001000110001",
"maxPP": 15,
"weight": 15,
"accuracy1": 125,
@@ -3388,16 +3388,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 16,
- "descriptionPointer": "0x0836eaa0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSoftboiled",
+ "useText": "MoveUseTextUse"
},
{
"name": "Egg Bomb",
- "namePointer": "0x0836ea94",
+ "namePointer": "MoveNameEggBomb",
"power": 10,
"type": "TYPE_NORMAL",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 15,
"weight": 30,
"accuracy1": 125,
@@ -3409,16 +3409,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 3,
- "descriptionPointer": "0x08371bf8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionDamage",
+ "useText": "MoveUseTextUse"
},
{
"name": "Faint Attack",
- "namePointer": "0x0836ea84",
+ "namePointer": "MoveNameFaintAttack",
"power": 6,
"type": "TYPE_DARK",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 8,
"weight": 30,
"accuracy1": 125,
@@ -3430,16 +3430,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836f7b4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNeverMiss",
+ "useText": "MoveUseTextUse"
},
{
"name": "Barrage",
- "namePointer": "0x0836ea7c",
+ "namePointer": "MoveNameBarrage",
"power": 1,
"type": "TYPE_NORMAL",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 17,
"weight": 10,
"accuracy1": 125,
@@ -3451,16 +3451,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 3,
- "descriptionPointer": "0x083717a8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionMultiHit",
+ "useText": "MoveUseTextUse"
},
{
"name": "Minimize",
- "namePointer": "0x0836ea70",
+ "namePointer": "MoveNameMinimize",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 27,
"weight": 15,
"accuracy1": 125,
@@ -3471,16 +3471,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x083710a8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionBoostEvasion",
+ "useText": "MoveUseTextUse"
},
{
"name": "Seismic Toss",
- "namePointer": "0x0836ea60",
+ "namePointer": "MoveNameSeismicToss",
"power": 2,
"type": "TYPE_FIGHTING",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 30,
"accuracy1": 100,
@@ -3491,16 +3491,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836ea08",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSeismicToss",
+ "useText": "MoveUseTextUse"
},
{
"name": "Supersonic",
- "namePointer": "0x0836e9fc",
+ "namePointer": "MoveNameSupersonic",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 10,
"weight": 15,
"accuracy1": 100,
@@ -3512,16 +3512,16 @@
"affectedByMuzzled": true,
"cannotHitFrozen": true,
"unk19": 3,
- "descriptionPointer": "0x0836e99c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionConfuse",
+ "useText": "MoveUseTextUse"
},
{
"name": "Taunt",
- "namePointer": "0x0836e994",
+ "namePointer": "MoveNameTaunt",
"power": 2,
"type": "TYPE_DARK",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 20,
"weight": 15,
"accuracy1": 100,
@@ -3531,16 +3531,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x0836e958",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionTaunt",
+ "useText": "MoveUseTextUse"
},
{
"name": "Moonlight",
- "namePointer": "0x0835ffbc",
+ "namePointer": "SpeciesCategoryUmbreon",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 609,
- "aiTargetingFlags": 561,
+ "targetingFlags": "0b0000001001100001",
+ "aiTargetingFlags": "0b0000001000110001",
"maxPP": 12,
"weight": 10,
"accuracy1": 125,
@@ -3551,16 +3551,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 5,
- "descriptionPointer": "0x0836e8d8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionMoonlight",
+ "useText": "MoveUseTextUse"
},
{
"name": "Peck",
- "namePointer": "0x0836e8d0",
+ "namePointer": "MoveNamePeck",
"power": 4,
"type": "TYPE_FLYING",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 25,
"accuracy1": 125,
@@ -3572,16 +3572,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08371bf8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionDamage",
+ "useText": "MoveUseTextUse"
},
{
"name": "Arm Thrust",
- "namePointer": "0x0835f918",
+ "namePointer": "SpeciesCategoryHariyama",
"power": 2,
"type": "TYPE_FIGHTING",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 30,
"accuracy1": 125,
@@ -3593,16 +3593,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x083717a8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionMultiHit",
+ "useText": "MoveUseTextUse"
},
{
"name": "Horn Attack",
- "namePointer": "0x0836e8c4",
+ "namePointer": "MoveNameHornAttack",
"power": 8,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 18,
"weight": 25,
"accuracy1": 125,
@@ -3614,16 +3614,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08371bf8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionDamage",
+ "useText": "MoveUseTextUse"
},
{
"name": "Horn Drill",
- "namePointer": "0x0836e8b8",
+ "namePointer": "MoveNameHornDrill",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 25,
"accuracy1": 35,
@@ -3634,16 +3634,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836e864",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionOneHit",
+ "useText": "MoveUseTextUse"
},
{
"name": "Wing Attack",
- "namePointer": "0x0836e858",
+ "namePointer": "MoveNameWingAttack",
"power": 6,
"type": "TYPE_FLYING",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 25,
"accuracy1": 125,
@@ -3655,16 +3655,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08371bf8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionDamage",
+ "useText": "MoveUseTextUse"
},
{
"name": "Aerial Ace",
- "namePointer": "0x0836e84c",
+ "namePointer": "MoveNameAerialAce",
"power": 10,
"type": "TYPE_FLYING",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 8,
"weight": 20,
"accuracy1": 125,
@@ -3676,16 +3676,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836f7b4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNeverMiss",
+ "useText": "MoveUseTextUse"
},
{
"name": "Icicle Spear",
- "namePointer": "0x0836e83c",
+ "namePointer": "MoveNameIcicleSpear",
"power": 2,
"type": "TYPE_ICE",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 22,
"weight": 20,
"accuracy1": 125,
@@ -3697,16 +3697,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 3,
- "descriptionPointer": "0x083717a8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionMultiHit",
+ "useText": "MoveUseTextUse"
},
{
"name": "Swords Dance",
- "namePointer": "0x0836e82c",
+ "namePointer": "MoveNameSwordsDance",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 115,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 17,
"weight": 15,
"accuracy1": 125,
@@ -3717,16 +3717,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836e7fc",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSwordsDance",
+ "useText": "MoveUseTextUse"
},
{
"name": "Vine Whip",
- "namePointer": "0x0836e7f0",
+ "namePointer": "MoveNameVineWhip",
"power": 8,
"type": "TYPE_GRASS",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 15,
"weight": 20,
"accuracy1": 125,
@@ -3738,16 +3738,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08371bf8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionDamage",
+ "useText": "MoveUseTextUse"
},
{
"name": "Conversion",
- "namePointer": "0x0836e7e4",
+ "namePointer": "MoveNameConversion",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 15,
"accuracy1": 125,
@@ -3757,16 +3757,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836e7a0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionConversion",
+ "useText": "MoveUseTextUse"
},
{
"name": "Conversion 2",
- "namePointer": "0x0836e790",
+ "namePointer": "MoveNameConversion2",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 15,
"accuracy1": 125,
@@ -3776,16 +3776,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836e70c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionConversion2",
+ "useText": "MoveUseTextUse"
},
{
"name": "Helping Hand",
- "namePointer": "0x0836e6fc",
+ "namePointer": "MoveNameHelpingHand",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 54,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000000110110",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 17,
"weight": 10,
"accuracy1": 125,
@@ -3795,16 +3795,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 22,
- "descriptionPointer": "0x0836e69c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionHelpingHand",
+ "useText": "MoveUseTextUse"
},
{
"name": "Iron Defense",
- "namePointer": "0x0836e68c",
+ "namePointer": "MoveNameIronDefense",
"power": 2,
"type": "TYPE_STEEL",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 15,
"accuracy1": 125,
@@ -3815,16 +3815,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836e65c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionBoostDefenseTwo",
+ "useText": "MoveUseTextUse"
},
{
"name": "Teleport",
- "namePointer": "0x0836e650",
+ "namePointer": "MoveNameTeleport",
"power": 2,
"type": "TYPE_PSYCHIC",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 15,
"weight": 15,
"accuracy1": 125,
@@ -3834,16 +3834,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836e61c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionTeleport",
+ "useText": "MoveUseTextUse"
},
{
"name": "Thundershock",
- "namePointer": "0x0836e60c",
+ "namePointer": "MoveNameThundershock",
"power": 1,
"type": "TYPE_ELECTRIC",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 25,
"accuracy1": 125,
@@ -3855,16 +3855,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08370cc4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionParalyzeChance",
+ "useText": "MoveUseTextUse"
},
{
"name": "Shock Wave",
- "namePointer": "0x0836e600",
+ "namePointer": "MoveNameShockWave",
"power": 7,
"type": "TYPE_ELECTRIC",
- "targetingFlags": 82,
- "aiTargetingFlags": 80,
+ "targetingFlags": "0b0000000001010010",
+ "aiTargetingFlags": "0b0000000001010000",
"maxPP": 8,
"weight": 10,
"accuracy1": 125,
@@ -3876,16 +3876,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 14,
- "descriptionPointer": "0x0836e5b8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionShockWave",
+ "useText": "MoveUseTextUse"
},
{
"name": "Quick Attack",
- "namePointer": "0x0836e5a8",
+ "namePointer": "MoveNameQuickAttack",
"power": 4,
"type": "TYPE_NORMAL",
- "targetingFlags": 64,
- "aiTargetingFlags": 64,
+ "targetingFlags": "0b0000000001000000",
+ "aiTargetingFlags": "0b0000000001000000",
"maxPP": 13,
"weight": 25,
"accuracy1": 125,
@@ -3897,16 +3897,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 13,
- "descriptionPointer": "0x0836f4ec",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionTwoTilesAhead",
+ "useText": "MoveUseTextUse"
},
{
"name": "Sweet Kiss",
- "namePointer": "0x0836e59c",
+ "namePointer": "MoveNameSweetKiss",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 15,
"weight": 15,
"accuracy1": 100,
@@ -3918,16 +3918,16 @@
"affectedByMuzzled": true,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x0836e99c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionConfuse",
+ "useText": "MoveUseTextUse"
},
{
"name": "Thunder Wave",
- "namePointer": "0x0836e58c",
+ "namePointer": "MoveNameThunderWave",
"power": 2,
"type": "TYPE_ELECTRIC",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 15,
"accuracy1": 50,
@@ -3938,16 +3938,16 @@
"affectedByMagicCoat": true,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x08370f90",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionParalyze",
+ "useText": "MoveUseTextUse"
},
{
"name": "Zap Cannon",
- "namePointer": "0x0836e580",
+ "namePointer": "MoveNameZapCannon",
"power": 20,
"type": "TYPE_ELECTRIC",
- "targetingFlags": 82,
- "aiTargetingFlags": 80,
+ "targetingFlags": "0b0000000001010010",
+ "aiTargetingFlags": "0b0000000001010000",
"maxPP": 9,
"weight": 10,
"accuracy1": 125,
@@ -3959,16 +3959,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 14,
- "descriptionPointer": "0x0836e508",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionZapCannon",
+ "useText": "MoveUseTextUse"
},
{
"name": "Block",
- "namePointer": "0x0836e500",
+ "namePointer": "MoveNameBlock",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 15,
"accuracy1": 100,
@@ -3979,16 +3979,16 @@
"affectedByMagicCoat": true,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x0836e4ac",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionBlock",
+ "useText": "MoveUseTextUse"
},
{
"name": "Howl",
- "namePointer": "0x0836e4a4",
+ "namePointer": "MoveNameHowl",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 27,
"weight": 15,
"accuracy1": 125,
@@ -4000,16 +4000,16 @@
"affectedByMuzzled": true,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x083710e4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionBoostAttack",
+ "useText": "MoveUseTextUse"
},
{
"name": "Poison Gas",
- "namePointer": "0x0836052c",
+ "namePointer": "SpeciesCategoryKoffing",
"power": 2,
"type": "TYPE_POISON",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 27,
"weight": 15,
"accuracy1": 100,
@@ -4020,16 +4020,16 @@
"affectedByMagicCoat": true,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x0836e440",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionPoison",
+ "useText": "MoveUseTextUse"
},
{
"name": "Toxic",
- "namePointer": "0x0836e438",
+ "namePointer": "MoveNameToxic",
"power": 2,
"type": "TYPE_POISON",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 15,
"accuracy1": 100,
@@ -4040,16 +4040,16 @@
"affectedByMagicCoat": true,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x0836e3c8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionToxic",
+ "useText": "MoveUseTextUse"
},
{
"name": "Poison Fang",
- "namePointer": "0x0836e3bc",
+ "namePointer": "MoveNamePoisonFang",
"power": 10,
"type": "TYPE_POISON",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 15,
"weight": 20,
"accuracy1": 125,
@@ -4061,16 +4061,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836e348",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionPoisonFang",
+ "useText": "MoveUseTextUse"
},
{
"name": "Poisonpowder",
- "namePointer": "0x0836e338",
+ "namePointer": "MoveNamePoisonpowder",
"power": 2,
"type": "TYPE_POISON",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 15,
"accuracy1": 100,
@@ -4081,16 +4081,16 @@
"affectedByMagicCoat": true,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x0836e440",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionPoison",
+ "useText": "MoveUseTextUse"
},
{
"name": "Poison Sting",
- "namePointer": "0x0836e328",
+ "namePointer": "MoveNamePoisonSting",
"power": 3,
"type": "TYPE_POISON",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 19,
"weight": 20,
"accuracy1": 125,
@@ -4102,16 +4102,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 3,
- "descriptionPointer": "0x0836f14c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionPoisonChance",
+ "useText": "MoveUseTextUse"
},
{
"name": "Spike Cannon",
- "namePointer": "0x0836e318",
+ "namePointer": "MoveNameSpikeCannon",
"power": 3,
"type": "TYPE_NORMAL",
- "targetingFlags": 82,
- "aiTargetingFlags": 80,
+ "targetingFlags": "0b0000000001010010",
+ "aiTargetingFlags": "0b0000000001010000",
"maxPP": 17,
"weight": 10,
"accuracy1": 125,
@@ -4123,16 +4123,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 14,
- "descriptionPointer": "0x0836eba0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionMultiHitDistance",
+ "useText": "MoveUseTextUse"
},
{
"name": "Acid Armor",
- "namePointer": "0x0836e30c",
+ "namePointer": "MoveNameAcidArmor",
"power": 2,
"type": "TYPE_POISON",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 27,
"weight": 15,
"accuracy1": 125,
@@ -4143,16 +4143,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836e65c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionBoostDefenseTwo",
+ "useText": "MoveUseTextUse"
},
{
"name": "Take Down",
- "namePointer": "0x0836e300",
+ "namePointer": "MoveNameTakeDown",
"power": 8,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 19,
"weight": 25,
"accuracy1": 125,
@@ -4164,16 +4164,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836e2c4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionTakeDown",
+ "useText": "MoveUseTextUse"
},
{
"name": "Jump Kick",
- "namePointer": "0x0836e2b8",
+ "namePointer": "MoveNameJumpKick",
"power": 14,
"type": "TYPE_FIGHTING",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 13,
"weight": 25,
"accuracy1": 125,
@@ -4185,16 +4185,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836e274",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionJumpKick",
+ "useText": "MoveUseTextUse"
},
{
"name": "Bounce",
- "namePointer": "0x0835f74c",
+ "namePointer": "SpeciesCategorySpoink",
"power": 16,
"type": "TYPE_FLYING",
- "targetingFlags": 116,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110100",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 11,
"weight": 15,
"accuracy1": 125,
@@ -4206,16 +4206,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 20,
- "descriptionPointer": "0x0836e1d0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionBounce",
+ "useText": "MoveUseTextUse"
},
{
"name": "Hi Jump Kick",
- "namePointer": "0x0836e1c0",
+ "namePointer": "MoveNameHiJumpKick",
"power": 16,
"type": "TYPE_FIGHTING",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 11,
"weight": 30,
"accuracy1": 125,
@@ -4227,16 +4227,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836e274",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionJumpKick",
+ "useText": "MoveUseTextUse"
},
{
"name": "Tri Attack",
- "namePointer": "0x0836e1b4",
+ "namePointer": "MoveNameTriAttack",
"power": 6,
"type": "TYPE_NORMAL",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 17,
"weight": 25,
"accuracy1": 100,
@@ -4248,16 +4248,16 @@
"cannotHitFrozen": false,
"dealsDirectDamage": true,
"unk19": 3,
- "descriptionPointer": "0x0836e140",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionTriAttack",
+ "useText": "MoveUseTextUse"
},
{
"name": "Dragon Claw",
- "namePointer": "0x0836e134",
+ "namePointer": "MoveNameDragonClaw",
"power": 16,
"type": "TYPE_DRAGON",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 10,
"weight": 25,
"accuracy1": 125,
@@ -4269,16 +4269,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08371bf8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionDamage",
+ "useText": "MoveUseTextUse"
},
{
"name": "Trick",
- "namePointer": "0x0836e12c",
+ "namePointer": "MoveNameTrick",
"power": 2,
"type": "TYPE_PSYCHIC",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 15,
"accuracy1": 100,
@@ -4288,16 +4288,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x0836e0c0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionTrick",
+ "useText": "MoveUseTextUse"
},
{
"name": "Triple Kick",
- "namePointer": "0x0836e0b4",
+ "namePointer": "MoveNameTripleKick",
"power": 8,
"type": "TYPE_FIGHTING",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 15,
"weight": 25,
"accuracy1": 125,
@@ -4309,16 +4309,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836e074",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionTripleKick",
+ "useText": "MoveUseTextUse"
},
{
"name": "Drill Peck",
- "namePointer": "0x0836e068",
+ "namePointer": "MoveNameDrillPeck",
"power": 16,
"type": "TYPE_FLYING",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 13,
"weight": 25,
"accuracy1": 125,
@@ -4330,16 +4330,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08371bf8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionDamage",
+ "useText": "MoveUseTextUse"
},
{
"name": "Mud Sport",
- "namePointer": "0x0836e05c",
+ "namePointer": "MoveNameMudSport",
"power": 2,
"type": "TYPE_GROUND",
- "targetingFlags": 115,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 17,
"weight": 10,
"accuracy1": 125,
@@ -4349,16 +4349,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 6,
- "descriptionPointer": "0x0836dff8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionMudSport",
+ "useText": "MoveUseTextUse"
},
{
"name": "Mud-Slap",
- "namePointer": "0x0836dfec",
+ "namePointer": "MoveNameMudSlap",
"power": 4,
"type": "TYPE_GROUND",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 16,
"weight": 15,
"accuracy1": 125,
@@ -4370,16 +4370,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 3,
- "descriptionPointer": "0x0836df90",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionMudSlap",
+ "useText": "MoveUseTextUse"
},
{
"name": "Thief",
- "namePointer": "0x0836df88",
+ "namePointer": "MoveNameThief",
"power": 2,
"type": "TYPE_DARK",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 20,
"weight": 15,
"accuracy1": 100,
@@ -4391,16 +4391,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836df24",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionThief",
+ "useText": "MoveUseTextUse"
},
{
"name": "Amnesia",
- "namePointer": "0x0836df1c",
+ "namePointer": "MoveNameAmnesia",
"power": 2,
"type": "TYPE_PSYCHIC",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 15,
"accuracy1": 125,
@@ -4411,16 +4411,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836dee4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionAmnesia",
+ "useText": "MoveUseTextUse"
},
{
"name": "Night Shade",
- "namePointer": "0x0836ded8",
+ "namePointer": "MoveNameNightShade",
"power": 2,
"type": "TYPE_GHOST",
- "targetingFlags": 32,
- "aiTargetingFlags": 32,
+ "targetingFlags": "0b0000000000100000",
+ "aiTargetingFlags": "0b0000000000100000",
"maxPP": 17,
"weight": 25,
"accuracy1": 100,
@@ -4431,16 +4431,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 2,
- "descriptionPointer": "0x0836de7c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNightShade",
+ "useText": "MoveUseTextUse"
},
{
"name": "Growl",
- "namePointer": "0x0836de74",
+ "namePointer": "MoveNameGrowl",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 48,
- "aiTargetingFlags": 64,
+ "targetingFlags": "0b0000000000110000",
+ "aiTargetingFlags": "0b0000000001000000",
"maxPP": 20,
"weight": 10,
"accuracy1": 100,
@@ -4452,16 +4452,16 @@
"affectedByMuzzled": true,
"cannotHitFrozen": true,
"unk19": 15,
- "descriptionPointer": "0x0836de34",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionGrowl",
+ "useText": "MoveUseTextUse"
},
{
"name": "Slack Off",
- "namePointer": "0x0836de28",
+ "namePointer": "MoveNameSlackOff",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 115,
- "aiTargetingFlags": 627,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000001001110011",
"maxPP": 17,
"weight": 15,
"accuracy1": 125,
@@ -4472,16 +4472,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836fa6c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionRecover",
+ "useText": "MoveUseTextUse"
},
{
"name": "Surf",
- "namePointer": "0x0836de20",
+ "namePointer": "MoveNameSurf",
"power": 18,
"type": "TYPE_WATER",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 11,
"weight": 25,
"accuracy1": 125,
@@ -4493,16 +4493,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836ddd4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSurf",
+ "useText": "MoveUseTextUse"
},
{
"name": "Role Play",
- "namePointer": "0x0836ddc8",
+ "namePointer": "MoveNameRolePlay",
"power": 2,
"type": "TYPE_PSYCHIC",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 15,
"accuracy1": 100,
@@ -4512,16 +4512,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x0836dd54",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionRolePlay",
+ "useText": "MoveUseTextUse"
},
{
"name": "Needle Arm",
- "namePointer": "0x0836dd48",
+ "namePointer": "MoveNameNeedleArm",
"power": 12,
"type": "TYPE_GRASS",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 11,
"weight": 20,
"accuracy1": 125,
@@ -4533,16 +4533,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08371408",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionCringe",
+ "useText": "MoveUseTextUse"
},
{
"name": "Double Kick",
- "namePointer": "0x0836dd3c",
+ "namePointer": "MoveNameDoubleKick",
"power": 6,
"type": "TYPE_FIGHTING",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 14,
"weight": 20,
"accuracy1": 100,
@@ -4554,16 +4554,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836dd14",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionHitTwice",
+ "useText": "MoveUseTextUse"
},
{
"name": "Sunny Day",
- "namePointer": "0x0836dd08",
+ "namePointer": "MoveNameSunnyDay",
"power": 2,
"type": "TYPE_FIRE",
- "targetingFlags": 115,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 12,
"weight": 10,
"accuracy1": 125,
@@ -4573,16 +4573,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 6,
- "descriptionPointer": "0x0836dcc0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSunnyDay",
+ "useText": "MoveUseTextUse"
},
{
"name": "Leer",
- "namePointer": "0x0836dcb8",
+ "namePointer": "MoveNameLeer",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 27,
"weight": 15,
"accuracy1": 100,
@@ -4593,16 +4593,16 @@
"affectedByMagicCoat": true,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x0836f908",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionLowerDefense",
+ "useText": "MoveUseTextUse"
},
{
"name": "Wish",
- "namePointer": "0x0835f300",
+ "namePointer": "SpeciesCategoryJirachi",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 115,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 15,
"weight": 10,
"accuracy1": 125,
@@ -4612,16 +4612,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836dc64",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionWish",
+ "useText": "MoveUseTextUse"
},
{
"name": "Fake Out",
- "namePointer": "0x0836dc58",
+ "namePointer": "MoveNameFakeOut",
"power": 8,
"type": "TYPE_NORMAL",
- "targetingFlags": 64,
- "aiTargetingFlags": 64,
+ "targetingFlags": "0b0000000001000000",
+ "aiTargetingFlags": "0b0000000001000000",
"maxPP": 17,
"weight": 20,
"accuracy1": 125,
@@ -4633,16 +4633,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 13,
- "descriptionPointer": "0x0836dbec",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionFakeOut",
+ "useText": "MoveUseTextUse"
},
{
"name": "Sleep Talk",
- "namePointer": "0x0836dbe0",
+ "namePointer": "MoveNameSleepTalk",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 115,
- "aiTargetingFlags": 255,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000011111111",
"maxPP": 17,
"weight": 15,
"accuracy1": 125,
@@ -4653,16 +4653,16 @@
"affectedByMuzzled": true,
"cannotHitFrozen": true,
"unk19": 10,
- "descriptionPointer": "0x0836db84",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSleepTalk",
+ "useText": "MoveUseTextUse"
},
{
"name": "Pay Day",
- "namePointer": "0x0836db7c",
+ "namePointer": "MoveNamePayDay",
"power": 8,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 20,
"accuracy1": 125,
@@ -4674,16 +4674,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836db34",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionPayDay",
+ "useText": "MoveUseTextUse"
},
{
"name": "Assist",
- "namePointer": "0x0836db2c",
+ "namePointer": "MoveNameAssist",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 27,
"weight": 15,
"accuracy1": 125,
@@ -4695,16 +4695,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 10,
- "descriptionPointer": "0x0836dad4",
- "useText": "0x0836dac4"
+ "descriptionPointer": "MoveDescriptionAssist",
+ "useText": "MoveUseTextAssist"
},
{
"name": "Heat Wave",
- "namePointer": "0x0836dab8",
+ "namePointer": "MoveNameHeatWave",
"power": 10,
"type": "TYPE_FIRE",
- "targetingFlags": 48,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000000110000",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 15,
"weight": 10,
"accuracy1": 125,
@@ -4716,16 +4716,16 @@
"cannotHitFrozen": false,
"dealsDirectDamage": true,
"unk19": 15,
- "descriptionPointer": "0x0836da50",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionHeatWave",
+ "useText": "MoveUseTextUse"
},
{
"name": "Sleep Powder",
- "namePointer": "0x0836da40",
+ "namePointer": "MoveNameSleepPowder",
"power": 2,
"type": "TYPE_GRASS",
- "targetingFlags": 32,
- "aiTargetingFlags": 32,
+ "targetingFlags": "0b0000000000100000",
+ "aiTargetingFlags": "0b0000000000100000",
"maxPP": 19,
"weight": 15,
"accuracy1": 100,
@@ -4736,16 +4736,16 @@
"affectedByMagicCoat": true,
"cannotHitFrozen": true,
"unk19": 2,
- "descriptionPointer": "0x0836d9ec",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSleepPowder",
+ "useText": "MoveUseTextUse"
},
{
"name": "Rest",
- "namePointer": "0x0836d9e4",
+ "namePointer": "MoveNameRest",
"power": 2,
"type": "TYPE_PSYCHIC",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 10,
"weight": 15,
"accuracy1": 125,
@@ -4756,16 +4756,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836d964",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionRest",
+ "useText": "MoveUseTextUse"
},
{
"name": "Ingrain",
- "namePointer": "0x0836d95c",
+ "namePointer": "MoveNameIngrain",
"power": 2,
"type": "TYPE_GRASS",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 20,
"accuracy1": 125,
@@ -4776,16 +4776,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836d8e4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionIngrain",
+ "useText": "MoveUseTextUse"
},
{
"name": "Confusion",
- "namePointer": "0x0836d8d8",
+ "namePointer": "MoveNameConfusion",
"power": 5,
"type": "TYPE_PSYCHIC",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 10,
"accuracy1": 100,
@@ -4797,16 +4797,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836d88c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionConfuseChance",
+ "useText": "MoveUseTextUse"
},
{
"name": "Body Slam",
- "namePointer": "0x0836d880",
+ "namePointer": "MoveNameBodySlam",
"power": 12,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 15,
"accuracy1": 125,
@@ -4818,16 +4818,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08370cc4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionParalyzeChance",
+ "useText": "MoveUseTextUse"
},
{
"name": "Swallow",
- "namePointer": "0x0835fa80",
+ "namePointer": "SpeciesCategorySwellow",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 627,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000001001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 15,
"weight": 15,
"accuracy1": 125,
@@ -4839,16 +4839,16 @@
"affectedByMuzzled": true,
"cannotHitFrozen": true,
"unk19": 21,
- "descriptionPointer": "0x0836d80c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSwallow",
+ "useText": "MoveUseTextUse"
},
{
"name": "Curse",
- "namePointer": "0x0836d804",
+ "namePointer": "MoveNameCurse",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 20,
"accuracy1": 100,
@@ -4858,16 +4858,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 10,
- "descriptionPointer": "0x0836d738",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionCurse",
+ "useText": "MoveUseTextUse"
},
{
"name": "Frenzy Plant",
- "namePointer": "0x0836d728",
+ "namePointer": "MoveNameFrenzyPlant",
"power": 30,
"type": "TYPE_GRASS",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 10,
"weight": 20,
"accuracy1": 125,
@@ -4879,16 +4879,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 3,
- "descriptionPointer": "0x0836d6a8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionFrenzyPlant",
+ "useText": "MoveUseTextUse"
},
{
"name": "Hydro Cannon",
- "namePointer": "0x0836d698",
+ "namePointer": "MoveNameHydroCannon",
"power": 30,
"type": "TYPE_WATER",
- "targetingFlags": 82,
- "aiTargetingFlags": 80,
+ "targetingFlags": "0b0000000001010010",
+ "aiTargetingFlags": "0b0000000001010000",
"maxPP": 9,
"weight": 20,
"accuracy1": 125,
@@ -4900,16 +4900,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 14,
- "descriptionPointer": "0x0836d60c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionHydroCannon",
+ "useText": "MoveUseTextUse"
},
{
"name": "Hydro Pump",
- "namePointer": "0x0836d600",
+ "namePointer": "MoveNameHydroPump",
"power": 24,
"type": "TYPE_WATER",
- "targetingFlags": 82,
- "aiTargetingFlags": 80,
+ "targetingFlags": "0b0000000001010010",
+ "aiTargetingFlags": "0b0000000001010000",
"maxPP": 9,
"weight": 10,
"accuracy1": 125,
@@ -4921,16 +4921,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 14,
- "descriptionPointer": "0x0836d5c8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionHydroPump",
+ "useText": "MoveUseTextUse"
},
{
"name": "Hyper Voice",
- "namePointer": "0x0836d5bc",
+ "namePointer": "MoveNameHyperVoice",
"power": 18,
"type": "TYPE_NORMAL",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 12,
"weight": 30,
"accuracy1": 125,
@@ -4943,16 +4943,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 3,
- "descriptionPointer": "0x08371bf8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionDamage",
+ "useText": "MoveUseTextUse"
},
{
"name": "Hyper Beam",
- "namePointer": "0x0836d5b0",
+ "namePointer": "MoveNameHyperBeam",
"power": 30,
"type": "TYPE_NORMAL",
- "targetingFlags": 82,
- "aiTargetingFlags": 80,
+ "targetingFlags": "0b0000000001010010",
+ "aiTargetingFlags": "0b0000000001010000",
"maxPP": 8,
"weight": 10,
"accuracy1": 100,
@@ -4964,16 +4964,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 14,
- "descriptionPointer": "0x0836d524",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionHyperBeam",
+ "useText": "MoveUseTextUse"
},
{
"name": "Superpower",
- "namePointer": "0x083607e4",
+ "namePointer": "SpeciesCategoryMachop",
"power": 24,
"type": "TYPE_FIGHTING",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 11,
"weight": 25,
"accuracy1": 125,
@@ -4985,16 +4985,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836d4b0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSuperpower",
+ "useText": "MoveUseTextUse"
},
{
"name": "Steel Wing",
- "namePointer": "0x0836d4a4",
+ "namePointer": "MoveNameSteelWing",
"power": 14,
"type": "TYPE_STEEL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 10,
"weight": 25,
"accuracy1": 125,
@@ -5006,16 +5006,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836d448",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSteelWing",
+ "useText": "MoveUseTextUse"
},
{
"name": "Spit Up",
- "namePointer": "0x0836d440",
+ "namePointer": "MoveNameSpitUp",
"power": 20,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 25,
"accuracy1": 125,
@@ -5028,16 +5028,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836d3d8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSpitUp",
+ "useText": "MoveUseTextUse"
},
{
"name": "Dynamicpunch",
- "namePointer": "0x0836d3c8",
+ "namePointer": "MoveNameDynamicpunch",
"power": 10,
"type": "TYPE_FIGHTING",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 13,
"weight": 20,
"accuracy1": 125,
@@ -5049,16 +5049,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836d380",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionDynamicpunch",
+ "useText": "MoveUseTextUse"
},
{
"name": "Guillotine",
- "namePointer": "0x0836d374",
+ "namePointer": "MoveNameGuillotine",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 20,
"accuracy1": 35,
@@ -5069,16 +5069,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836e864",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionOneHit",
+ "useText": "MoveUseTextUse"
},
{
"name": "Vicegrip",
- "namePointer": "0x0836d368",
+ "namePointer": "MoveNameVicegrip",
"power": 6,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 30,
"accuracy1": 125,
@@ -5090,16 +5090,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08371bf8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionDamage",
+ "useText": "MoveUseTextUse"
},
{
"name": "Knock Off",
- "namePointer": "0x0836d35c",
+ "namePointer": "MoveNameKnockOff",
"power": 4,
"type": "TYPE_DARK",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 15,
"accuracy1": 100,
@@ -5109,16 +5109,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x0836d32c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionKnockOff",
+ "useText": "MoveUseTextUse"
},
{
"name": "Pound",
- "namePointer": "0x0836d324",
+ "namePointer": "MoveNamePound",
"power": 8,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 25,
"accuracy1": 125,
@@ -5130,16 +5130,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08371bf8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionDamage",
+ "useText": "MoveUseTextUse"
},
{
"name": "Razor Leaf",
- "namePointer": "0x0836d318",
+ "namePointer": "MoveNameRazorLeaf",
"power": 4,
"type": "TYPE_GRASS",
- "targetingFlags": 82,
- "aiTargetingFlags": 80,
+ "targetingFlags": "0b0000000001010010",
+ "aiTargetingFlags": "0b0000000001010000",
"maxPP": 17,
"weight": 15,
"accuracy1": 100,
@@ -5151,16 +5151,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 14,
- "descriptionPointer": "0x0836d2c0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionHighCriticalDistance",
+ "useText": "MoveUseTextUse"
},
{
"name": "Baton Pass",
- "namePointer": "0x0836d2b4",
+ "namePointer": "MoveNameBatonPass",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 50,
- "aiTargetingFlags": 50,
+ "targetingFlags": "0b0000000000110010",
+ "aiTargetingFlags": "0b0000000000110010",
"maxPP": 19,
"weight": 10,
"accuracy1": 100,
@@ -5170,16 +5170,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 17,
- "descriptionPointer": "0x0836d254",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionBatonPass",
+ "useText": "MoveUseTextUse"
},
{
"name": "Petal Dance",
- "namePointer": "0x0836d248",
+ "namePointer": "MoveNamePetalDance",
"power": 7,
"type": "TYPE_GRASS",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 25,
"accuracy1": 125,
@@ -5191,16 +5191,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836d1e8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionPetalDance",
+ "useText": "MoveUseTextUse"
},
{
"name": "Splash",
- "namePointer": "0x0836d1e0",
+ "namePointer": "MoveNameSplash",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 50,
"weight": 15,
"accuracy1": 125,
@@ -5210,16 +5210,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836d170",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSplash",
+ "useText": "MoveUseTextUse"
},
{
"name": "Bubblebeam",
- "namePointer": "0x0836d164",
+ "namePointer": "MoveNameBubblebeam",
"power": 6,
"type": "TYPE_WATER",
- "targetingFlags": 82,
- "aiTargetingFlags": 80,
+ "targetingFlags": "0b0000000001010010",
+ "aiTargetingFlags": "0b0000000001010000",
"maxPP": 19,
"weight": 20,
"accuracy1": 100,
@@ -5231,16 +5231,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 14,
- "descriptionPointer": "0x08371fb8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionLowerSpeedChanceDistance",
+ "useText": "MoveUseTextUse"
},
{
"name": "Doom Desire",
- "namePointer": "0x0836d158",
+ "namePointer": "MoveNameDoomDesire",
"power": 24,
"type": "TYPE_STEEL",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 11,
"weight": 15,
"accuracy1": 125,
@@ -5250,16 +5250,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836d0e4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionFixedDamage",
+ "useText": "MoveUseTextUse"
},
{
"name": "Belly Drum",
- "namePointer": "0x0836d0d8",
+ "namePointer": "MoveNameBellyDrum",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 10,
"weight": 25,
"accuracy1": 100,
@@ -5270,16 +5270,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836d04c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionBellyDrum",
+ "useText": "MoveUseTextUse"
},
{
"name": "Barrier",
- "namePointer": "0x08360470",
+ "namePointer": "SpeciesCategoryMrMime",
"power": 2,
"type": "TYPE_PSYCHIC",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 15,
"accuracy1": 125,
@@ -5290,16 +5290,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836e65c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionBoostDefenseTwo",
+ "useText": "MoveUseTextUse"
},
{
"name": "Light Screen",
- "namePointer": "0x0836d03c",
+ "namePointer": "MoveNameLightScreen",
"power": 2,
"type": "TYPE_PSYCHIC",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 14,
"weight": 15,
"accuracy1": 125,
@@ -5310,16 +5310,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836cfd8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionLightScreen",
+ "useText": "MoveUseTextUse"
},
{
"name": "Scratch",
- "namePointer": "0x0836cfd0",
+ "namePointer": "MoveNameScratch",
"power": 8,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 25,
"accuracy1": 125,
@@ -5331,16 +5331,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08371bf8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionDamage",
+ "useText": "MoveUseTextUse"
},
{
"name": "Hyper Fang",
- "namePointer": "0x0836cfc4",
+ "namePointer": "MoveNameHyperFang",
"power": 16,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 13,
"weight": 25,
"accuracy1": 125,
@@ -5353,16 +5353,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08371408",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionCringe",
+ "useText": "MoveUseTextUse"
},
{
"name": "Ember",
- "namePointer": "0x0836cfbc",
+ "namePointer": "MoveNameEmber",
"power": 7,
"type": "TYPE_FIRE",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 18,
"weight": 20,
"accuracy1": 125,
@@ -5374,16 +5374,16 @@
"cannotHitFrozen": false,
"dealsDirectDamage": true,
"unk19": 3,
- "descriptionPointer": "0x0837120c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionBurnChance",
+ "useText": "MoveUseTextUse"
},
{
"name": "Secret Power",
- "namePointer": "0x0836cfac",
+ "namePointer": "MoveNameSecretPower",
"power": 14,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 10,
"weight": 30,
"accuracy1": 125,
@@ -5395,16 +5395,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836cf50",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSecretPower",
+ "useText": "MoveUseTextUse"
},
{
"name": "Dizzy Punch",
- "namePointer": "0x0836cf44",
+ "namePointer": "MoveNameDizzyPunch",
"power": 6,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 20,
"accuracy1": 125,
@@ -5416,16 +5416,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836d88c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionConfuseChance",
+ "useText": "MoveUseTextUse"
},
{
"name": "Bulk Up",
- "namePointer": "0x0836cf3c",
+ "namePointer": "MoveNameBulkUp",
"power": 2,
"type": "TYPE_FIGHTING",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 15,
"accuracy1": 125,
@@ -5436,16 +5436,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836cefc",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionBulkUp",
+ "useText": "MoveUseTextUse"
},
{
"name": "Imprison",
- "namePointer": "0x0836cef0",
+ "namePointer": "MoveNameImprison",
"power": 2,
"type": "TYPE_PSYCHIC",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 15,
"weight": 15,
"accuracy1": 100,
@@ -5455,16 +5455,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x0836cea0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionImprison",
+ "useText": "MoveUseTextUse"
},
{
"name": "Featherdance",
- "namePointer": "0x0836ce90",
+ "namePointer": "MoveNameFeatherdance",
"power": 2,
"type": "TYPE_FLYING",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 15,
"accuracy1": 100,
@@ -5475,16 +5475,16 @@
"affectedByMagicCoat": true,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x0836ce5c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionFeatherdance",
+ "useText": "MoveUseTextUse"
},
{
"name": "Whirlwind",
- "namePointer": "0x0836ce50",
+ "namePointer": "MoveNameWhirlwind",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 27,
"weight": 15,
"accuracy1": 100,
@@ -5494,16 +5494,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x0836cdf0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionWhirlwind",
+ "useText": "MoveUseTextUse"
},
{
"name": "Beat Up",
- "namePointer": "0x0836cde8",
+ "namePointer": "MoveNameBeatUp",
"power": 2,
"type": "TYPE_DARK",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 15,
"weight": 15,
"accuracy1": 100,
@@ -5513,16 +5513,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 4,
- "descriptionPointer": "0x0836cdbc",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionBeatUp",
+ "useText": "MoveUseTextUse"
},
{
"name": "Blizzard",
- "namePointer": "0x0836cdb0",
+ "namePointer": "MoveNameBlizzard",
"power": 24,
"type": "TYPE_ICE",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 10,
"weight": 20,
"accuracy1": 125,
@@ -5534,16 +5534,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 3,
- "descriptionPointer": "0x0836ff5c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionFreezeChanceRoom",
+ "useText": "MoveUseTextUse"
},
{
"name": "Stomp",
- "namePointer": "0x0836cda8",
+ "namePointer": "MoveNameStomp",
"power": 12,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 20,
"accuracy1": 125,
@@ -5555,16 +5555,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08371408",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionCringe",
+ "useText": "MoveUseTextUse"
},
{
"name": "Blast Burn",
- "namePointer": "0x0836cd9c",
+ "namePointer": "MoveNameBlastBurn",
"power": 30,
"type": "TYPE_FIRE",
- "targetingFlags": 32,
- "aiTargetingFlags": 32,
+ "targetingFlags": "0b0000000000100000",
+ "aiTargetingFlags": "0b0000000000100000",
"maxPP": 8,
"weight": 25,
"accuracy1": 125,
@@ -5577,16 +5577,16 @@
"cannotHitFrozen": false,
"dealsDirectDamage": true,
"unk19": 2,
- "descriptionPointer": "0x0836cd14",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionBlastBurn",
+ "useText": "MoveUseTextUse"
},
{
"name": "Flash",
- "namePointer": "0x0836cd0c",
+ "namePointer": "MoveNameFlash",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 15,
"accuracy1": 100,
@@ -5597,16 +5597,16 @@
"affectedByMagicCoat": true,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x0836f1e8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionLowerAccuracy",
+ "useText": "MoveUseTextUse"
},
{
"name": "Teeter Dance",
- "namePointer": "0x0836ccfc",
+ "namePointer": "MoveNameTeeterDance",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 98,
- "aiTargetingFlags": 98,
+ "targetingFlags": "0b0000000001100010",
+ "aiTargetingFlags": "0b0000000001100010",
"maxPP": 15,
"weight": 15,
"accuracy1": 100,
@@ -5616,16 +5616,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 6,
- "descriptionPointer": "0x0836cc8c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionTeeterDance",
+ "useText": "MoveUseTextUse"
},
{
"name": "Crush Claw",
- "namePointer": "0x0836cc80",
+ "namePointer": "MoveNameCrushClaw",
"power": 14,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 15,
"weight": 20,
"accuracy1": 125,
@@ -5637,16 +5637,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08372580",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionLowerDefenseChance",
+ "useText": "MoveUseTextUse"
},
{
"name": "Blaze Kick",
- "namePointer": "0x0836cc74",
+ "namePointer": "MoveNameBlazeKick",
"power": 16,
"type": "TYPE_FIRE",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 13,
"weight": 30,
"accuracy1": 125,
@@ -5658,16 +5658,16 @@
"cannotHitFrozen": false,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836cbf0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionBlazeKick",
+ "useText": "MoveUseTextUse"
},
{
"name": "Present",
- "namePointer": "0x0836cbe8",
+ "namePointer": "MoveNamePresent",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 19,
"weight": 15,
"accuracy1": 100,
@@ -5678,16 +5678,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 3,
- "descriptionPointer": "0x0836cba8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionPresent",
+ "useText": "MoveUseTextUse"
},
{
"name": "Eruption",
- "namePointer": "0x08360bdc",
+ "namePointer": "SpeciesCategoryNone",
"power": 30,
"type": "TYPE_FIRE",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 10,
"weight": 20,
"accuracy1": 125,
@@ -5699,16 +5699,16 @@
"cannotHitFrozen": false,
"dealsDirectDamage": true,
"unk19": 3,
- "descriptionPointer": "0x0836cb28",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionEruption",
+ "useText": "MoveUseTextUse"
},
{
"name": "Sludge",
- "namePointer": "0x08360680",
+ "namePointer": "SpeciesCategoryGrimer",
"power": 12,
"type": "TYPE_POISON",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 22,
"weight": 25,
"accuracy1": 125,
@@ -5720,16 +5720,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 3,
- "descriptionPointer": "0x0836cabc",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSludge",
+ "useText": "MoveUseTextUse"
},
{
"name": "Sludge Bomb",
- "namePointer": "0x0836cab0",
+ "namePointer": "MoveNameSludgeBomb",
"power": 18,
"type": "TYPE_POISON",
- "targetingFlags": 82,
- "aiTargetingFlags": 80,
+ "targetingFlags": "0b0000000001010010",
+ "aiTargetingFlags": "0b0000000001010000",
"maxPP": 10,
"weight": 10,
"accuracy1": 125,
@@ -5741,16 +5741,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 14,
- "descriptionPointer": "0x0836ca2c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSludgeBomb",
+ "useText": "MoveUseTextUse"
},
{
"name": "Glare",
- "namePointer": "0x0836ca24",
+ "namePointer": "MoveNameGlare",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 15,
"accuracy1": 100,
@@ -5761,16 +5761,16 @@
"affectedByMagicCoat": true,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x08370f90",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionParalyze",
+ "useText": "MoveUseTextUse"
},
{
"name": "Transform",
- "namePointer": "0x083603a4",
+ "namePointer": "SpeciesCategoryDitto",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 115,
- "aiTargetingFlags": 96,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000001100000",
"maxPP": 1,
"weight": 15,
"accuracy1": 125,
@@ -5780,16 +5780,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836c9b0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionTransform",
+ "useText": "MoveUseTextUse"
},
{
"name": "Poison Tail",
- "namePointer": "0x0836c9a4",
+ "namePointer": "MoveNamePoisonTail",
"power": 10,
"type": "TYPE_POISON",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 30,
"accuracy1": 125,
@@ -5801,16 +5801,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836c938",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionPoisonTail",
+ "useText": "MoveUseTextUse"
},
{
"name": "Roar",
- "namePointer": "0x0836c930",
+ "namePointer": "MoveNameRoar",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 14,
"weight": 15,
"accuracy1": 100,
@@ -5821,16 +5821,16 @@
"affectedByMuzzled": true,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x0836cdf0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionWhirlwind",
+ "useText": "MoveUseTextUse"
},
{
"name": "Bone Rush",
- "namePointer": "0x0836c924",
+ "namePointer": "MoveNameBoneRush",
"power": 12,
"type": "TYPE_GROUND",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 12,
"weight": 25,
"accuracy1": 125,
@@ -5842,16 +5842,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 3,
- "descriptionPointer": "0x083717a8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionMultiHit",
+ "useText": "MoveUseTextUse"
},
{
"name": "Camouflage",
- "namePointer": "0x0836c918",
+ "namePointer": "MoveNameCamouflage",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 20,
"accuracy1": 125,
@@ -5862,16 +5862,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836c8e8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionCamouflage",
+ "useText": "MoveUseTextUse"
},
{
"name": "Covet",
- "namePointer": "0x0836c8e0",
+ "namePointer": "MoveNameCovet",
"power": 8,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 27,
"weight": 15,
"accuracy1": 125,
@@ -5883,16 +5883,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836df24",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionThief",
+ "useText": "MoveUseTextUse"
},
{
"name": "Tail Glow",
- "namePointer": "0x0836c8d4",
+ "namePointer": "MoveNameTailGlow",
"power": 2,
"type": "TYPE_BUG",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 15,
"accuracy1": 125,
@@ -5903,16 +5903,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836c89c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionTailGlow",
+ "useText": "MoveUseTextUse"
},
{
"name": "Bone Club",
- "namePointer": "0x0836c890",
+ "namePointer": "MoveNameBoneClub",
"power": 12,
"type": "TYPE_GROUND",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 15,
"weight": 25,
"accuracy1": 125,
@@ -5924,16 +5924,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08371408",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionCringe",
+ "useText": "MoveUseTextUse"
},
{
"name": "Bonemerang",
- "namePointer": "0x0836c884",
+ "namePointer": "MoveNameBonemerang",
"power": 10,
"type": "TYPE_GROUND",
- "targetingFlags": 82,
- "aiTargetingFlags": 80,
+ "targetingFlags": "0b0000000001010010",
+ "aiTargetingFlags": "0b0000000001010000",
"maxPP": 14,
"weight": 10,
"accuracy1": 125,
@@ -5945,16 +5945,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 14,
- "descriptionPointer": "0x0836c854",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionBonemerang",
+ "useText": "MoveUseTextUse"
},
{
"name": "Fire Spin",
- "namePointer": "0x0836c848",
+ "namePointer": "MoveNameFireSpin",
"power": 4,
"type": "TYPE_FIRE",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 19,
"weight": 15,
"accuracy1": 125,
@@ -5966,16 +5966,16 @@
"cannotHitFrozen": false,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836c7e0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionFireSpin",
+ "useText": "MoveUseTextUse"
},
{
"name": "Fire Punch",
- "namePointer": "0x0836c7d4",
+ "namePointer": "MoveNameFirePunch",
"power": 14,
"type": "TYPE_FIRE",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 13,
"weight": 20,
"accuracy1": 125,
@@ -5987,16 +5987,16 @@
"cannotHitFrozen": false,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0837120c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionBurnChance",
+ "useText": "MoveUseTextUse"
},
{
"name": "Perish Song",
- "namePointer": "0x0836c7c8",
+ "namePointer": "MoveNamePerishSong",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 96,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000001100000",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 15,
"weight": 10,
"accuracy1": 25,
@@ -6007,16 +6007,16 @@
"affectedByMuzzled": true,
"cannotHitFrozen": true,
"unk19": 7,
- "descriptionPointer": "0x0836c75c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionPerishSong",
+ "useText": "MoveUseTextUse"
},
{
"name": "Wrap",
- "namePointer": "0x0836c754",
+ "namePointer": "MoveNameWrap",
"power": 4,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 15,
"accuracy1": 100,
@@ -6026,16 +6026,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x0836c6cc",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionWrap",
+ "useText": "MoveUseTextUse"
},
{
"name": "Spikes",
- "namePointer": "0x08360514",
+ "namePointer": "SpeciesCategoryRhyhorn",
"power": 2,
"type": "TYPE_GROUND",
- "targetingFlags": 115,
- "aiTargetingFlags": 304,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000100110000",
"maxPP": 22,
"weight": 10,
"accuracy1": 125,
@@ -6045,16 +6045,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 24,
- "descriptionPointer": "0x0836c670",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSpikes",
+ "useText": "MoveUseTextUse"
},
{
"name": "Magnitude",
- "namePointer": "0x0836c664",
+ "namePointer": "MoveNameMagnitude",
"power": 2,
"type": "TYPE_GROUND",
- "targetingFlags": 53,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000110101",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 15,
"weight": 20,
"accuracy1": 100,
@@ -6065,16 +6065,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 18,
- "descriptionPointer": "0x0836c5e8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionMagnitude",
+ "useText": "MoveUseTextUse"
},
{
"name": "Magical Leaf",
- "namePointer": "0x0836c5d8",
+ "namePointer": "MoveNameMagicalLeaf",
"power": 12,
"type": "TYPE_GRASS",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 8,
"weight": 30,
"accuracy1": 125,
@@ -6086,16 +6086,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 3,
- "descriptionPointer": "0x0836f7b4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNeverMiss",
+ "useText": "MoveUseTextUse"
},
{
"name": "Magic Coat",
- "namePointer": "0x0836c5cc",
+ "namePointer": "MoveNameMagicCoat",
"power": 2,
"type": "TYPE_PSYCHIC",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 19,
"weight": 15,
"accuracy1": 125,
@@ -6105,16 +6105,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836c564",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionMagicCoat",
+ "useText": "MoveUseTextUse"
},
{
"name": "Mud Shot",
- "namePointer": "0x0836c558",
+ "namePointer": "MoveNameMudShot",
"power": 12,
"type": "TYPE_GROUND",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 13,
"weight": 20,
"accuracy1": 125,
@@ -6126,16 +6126,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 3,
- "descriptionPointer": "0x08370a00",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionDamageLowerSpeed",
+ "useText": "MoveUseTextUse"
},
{
"name": "Mach Punch",
- "namePointer": "0x0836c54c",
+ "namePointer": "MoveNameMachPunch",
"power": 8,
"type": "TYPE_FIGHTING",
- "targetingFlags": 64,
- "aiTargetingFlags": 64,
+ "targetingFlags": "0b0000000001000000",
+ "aiTargetingFlags": "0b0000000001000000",
"maxPP": 22,
"weight": 20,
"accuracy1": 125,
@@ -6147,16 +6147,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 13,
- "descriptionPointer": "0x0836f4ec",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionTwoTilesAhead",
+ "useText": "MoveUseTextUse"
},
{
"name": "Protect",
- "namePointer": "0x0836c544",
+ "namePointer": "MoveNameProtect",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 10,
"weight": 15,
"accuracy1": 75,
@@ -6166,16 +6166,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836c4e8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionProtect",
+ "useText": "MoveUseTextUse"
},
{
"name": "Defense Curl",
- "namePointer": "0x0836c4d8",
+ "namePointer": "MoveNameDefenseCurl",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 27,
"weight": 15,
"accuracy1": 125,
@@ -6186,16 +6186,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0837100c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionBoostDefense",
+ "useText": "MoveUseTextUse"
},
{
"name": "Rolling Kick",
- "namePointer": "0x0836c4c8",
+ "namePointer": "MoveNameRollingKick",
"power": 12,
"type": "TYPE_FIGHTING",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 13,
"weight": 20,
"accuracy1": 100,
@@ -6207,16 +6207,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08371408",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionCringe",
+ "useText": "MoveUseTextUse"
},
{
"name": "Substitute",
- "namePointer": "0x0836c4bc",
+ "namePointer": "MoveNameSubstitute",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 2,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000010",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 7,
"weight": 15,
"accuracy1": 100,
@@ -6227,16 +6227,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 30,
- "descriptionPointer": "0x0836c464",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSubstitute",
+ "useText": "MoveUseTextUse"
},
{
"name": "Detect",
- "namePointer": "0x0836c45c",
+ "namePointer": "MoveNameDetect",
"power": 2,
"type": "TYPE_FIGHTING",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 15,
"accuracy1": 75,
@@ -6246,16 +6246,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836c4e8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionProtect",
+ "useText": "MoveUseTextUse"
},
{
"name": "Pin Missile",
- "namePointer": "0x0836c450",
+ "namePointer": "MoveNamePinMissile",
"power": 4,
"type": "TYPE_BUG",
- "targetingFlags": 82,
- "aiTargetingFlags": 80,
+ "targetingFlags": "0b0000000001010010",
+ "aiTargetingFlags": "0b0000000001010000",
"maxPP": 17,
"weight": 10,
"accuracy1": 125,
@@ -6267,16 +6267,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 14,
- "descriptionPointer": "0x0836eba0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionMultiHitDistance",
+ "useText": "MoveUseTextUse"
},
{
"name": "Water Sport",
- "namePointer": "0x0836c444",
+ "namePointer": "MoveNameWaterSport",
"power": 2,
"type": "TYPE_WATER",
- "targetingFlags": 115,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 19,
"weight": 10,
"accuracy1": 125,
@@ -6286,16 +6286,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 6,
- "descriptionPointer": "0x0836c3e4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionWaterSport",
+ "useText": "MoveUseTextUse"
},
{
"name": "Water Gun",
- "namePointer": "0x0836c3d8",
+ "namePointer": "MoveNameWaterGun",
"power": 5,
"type": "TYPE_WATER",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 17,
"weight": 20,
"accuracy1": 125,
@@ -6307,16 +6307,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 3,
- "descriptionPointer": "0x08371bf8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionDamage",
+ "useText": "MoveUseTextUse"
},
{
"name": "Mist Ball",
- "namePointer": "0x0836c3cc",
+ "namePointer": "MoveNameMistBall",
"power": 14,
"type": "TYPE_PSYCHIC",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 10,
"weight": 20,
"accuracy1": 125,
@@ -6328,16 +6328,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 3,
- "descriptionPointer": "0x0836c36c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionMistBall",
+ "useText": "MoveUseTextUse"
},
{
"name": "Water Pulse",
- "namePointer": "0x0836c360",
+ "namePointer": "MoveNameWaterPulse",
"power": 12,
"type": "TYPE_WATER",
- "targetingFlags": 82,
- "aiTargetingFlags": 80,
+ "targetingFlags": "0b0000000001010010",
+ "aiTargetingFlags": "0b0000000001010000",
"maxPP": 12,
"weight": 10,
"accuracy1": 125,
@@ -6349,16 +6349,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 14,
- "descriptionPointer": "0x0836c2fc",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionWaterPulse",
+ "useText": "MoveUseTextUse"
},
{
"name": "Fury Attack",
- "namePointer": "0x0836c2f0",
+ "namePointer": "MoveNameFuryAttack",
"power": 1,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 20,
"accuracy1": 125,
@@ -6370,16 +6370,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x083717a8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionMultiHit",
+ "useText": "MoveUseTextUse"
},
{
"name": "Fury Swipes",
- "namePointer": "0x0836c2e4",
+ "namePointer": "MoveNameFurySwipes",
"power": 4,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 19,
"weight": 25,
"accuracy1": 125,
@@ -6391,16 +6391,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x083717a8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionMultiHit",
+ "useText": "MoveUseTextUse"
},
{
"name": "Destiny Bond",
- "namePointer": "0x0836c2d4",
+ "namePointer": "MoveNameDestinyBond",
"power": 2,
"type": "TYPE_GHOST",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 12,
"weight": 15,
"accuracy1": 100,
@@ -6410,16 +6410,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 3,
- "descriptionPointer": "0x0836c258",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionDestinyBond",
+ "useText": "MoveUseTextUse"
},
{
"name": "False Swipe",
- "namePointer": "0x0836c24c",
+ "namePointer": "MoveNameFalseSwipe",
"power": 40,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 15,
"weight": 30,
"accuracy1": 100,
@@ -6430,16 +6430,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836c1d4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionFalseSwipe",
+ "useText": "MoveUseTextUse"
},
{
"name": "Foresight",
- "namePointer": "0x0836c1c8",
+ "namePointer": "MoveNameForesight",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 15,
"accuracy1": 100,
@@ -6449,16 +6449,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x0836c174",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionForesight",
+ "useText": "MoveUseTextUse"
},
{
"name": "Mirror Coat",
- "namePointer": "0x0836c168",
+ "namePointer": "MoveNameMirrorCoat",
"power": 2,
"type": "TYPE_PSYCHIC",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 15,
"weight": 15,
"accuracy1": 125,
@@ -6468,16 +6468,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836c0d8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionMirrorCoat",
+ "useText": "MoveUseTextUse"
},
{
"name": "Future Sight",
- "namePointer": "0x0836c0c8",
+ "namePointer": "MoveNameFutureSight",
"power": 16,
"type": "TYPE_PSYCHIC",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 13,
"weight": 15,
"accuracy1": 125,
@@ -6487,16 +6487,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836d0e4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionFixedDamage",
+ "useText": "MoveUseTextUse"
},
{
"name": "Milk Drink",
- "namePointer": "0x0836c0bc",
+ "namePointer": "MoveNameMilkDrink",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 609,
- "aiTargetingFlags": 609,
+ "targetingFlags": "0b0000001001100001",
+ "aiTargetingFlags": "0b0000001001100001",
"maxPP": 15,
"weight": 15,
"accuracy1": 125,
@@ -6508,16 +6508,16 @@
"affectedByMuzzled": true,
"cannotHitFrozen": true,
"unk19": 5,
- "descriptionPointer": "0x0836c050",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionMilkDrink",
+ "useText": "MoveUseTextUse"
},
{
"name": "Calm Mind",
- "namePointer": "0x0836c044",
+ "namePointer": "MoveNameCalmMind",
"power": 2,
"type": "TYPE_PSYCHIC",
- "targetingFlags": 115,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 19,
"weight": 15,
"accuracy1": 125,
@@ -6528,16 +6528,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836bff0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionCalmMind",
+ "useText": "MoveUseTextUse"
},
{
"name": "Mega Drain",
- "namePointer": "0x0836bfe4",
+ "namePointer": "MoveNameMegaDrain",
"power": 8,
"type": "TYPE_GRASS",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 20,
"accuracy1": 125,
@@ -6549,16 +6549,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x083708a4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionDrain",
+ "useText": "MoveUseTextUse"
},
{
"name": "Mega Kick",
- "namePointer": "0x0836bfd8",
+ "namePointer": "MoveNameMegaKick",
"power": 16,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 20,
"accuracy1": 125,
@@ -6570,16 +6570,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08371bf8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionDamage",
+ "useText": "MoveUseTextUse"
},
{
"name": "Mega Punch",
- "namePointer": "0x0836bfcc",
+ "namePointer": "MoveNameMegaPunch",
"power": 16,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 20,
"accuracy1": 125,
@@ -6591,16 +6591,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08371bf8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionDamage",
+ "useText": "MoveUseTextUse"
},
{
"name": "Megahorn",
- "namePointer": "0x0836bfc0",
+ "namePointer": "MoveNameMegahorn",
"power": 24,
"type": "TYPE_BUG",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 10,
"weight": 20,
"accuracy1": 125,
@@ -6612,16 +6612,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 3,
- "descriptionPointer": "0x08371bf8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionDamage",
+ "useText": "MoveUseTextUse"
},
{
"name": "Hidden Power",
- "namePointer": "0x0836bfb0",
+ "namePointer": "MoveNameHiddenPower",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 20,
"accuracy1": 125,
@@ -6633,16 +6633,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836bf64",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionHiddenPower",
+ "useText": "MoveUseTextUse"
},
{
"name": "Metal Claw",
- "namePointer": "0x0836bf58",
+ "namePointer": "MoveNameMetalClaw",
"power": 10,
"type": "TYPE_STEEL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 15,
"weight": 20,
"accuracy1": 125,
@@ -6654,16 +6654,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836bf00",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionMetalClaw",
+ "useText": "MoveUseTextUse"
},
{
"name": "Attract",
- "namePointer": "0x0836bef8",
+ "namePointer": "MoveNameAttract",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 10,
"weight": 20,
"accuracy1": 100,
@@ -6674,16 +6674,16 @@
"affectedByMagicCoat": true,
"cannotHitFrozen": true,
"unk19": 3,
- "descriptionPointer": "0x0836bec4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionAttract",
+ "useText": "MoveUseTextUse"
},
{
"name": "Mimic",
- "namePointer": "0x0836bebc",
+ "namePointer": "MoveNameMimic",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 15,
"accuracy1": 100,
@@ -6693,16 +6693,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x0836be4c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionMimic",
+ "useText": "MoveUseTextUse"
},
{
"name": "Frustration",
- "namePointer": "0x0836be40",
+ "namePointer": "MoveNameFrustration",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 20,
"weight": 30,
"accuracy1": 100,
@@ -6713,16 +6713,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836bde4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionFrustration",
+ "useText": "MoveUseTextUse"
},
{
"name": "Leech Seed",
- "namePointer": "0x0836bdd8",
+ "namePointer": "MoveNameLeechSeed",
"power": 2,
"type": "TYPE_GRASS",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 17,
"weight": 15,
"accuracy1": 100,
@@ -6733,16 +6733,16 @@
"affectedByMagicCoat": true,
"cannotHitFrozen": true,
"unk19": 3,
- "descriptionPointer": "0x0836bd4c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionLeechSeed",
+ "useText": "MoveUseTextUse"
},
{
"name": "Metronome",
- "namePointer": "0x0836bd40",
+ "namePointer": "MoveNameMetronome",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 15,
"accuracy1": 100,
@@ -6753,16 +6753,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 10,
- "descriptionPointer": "0x0836bcfc",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionMetronome",
+ "useText": "MoveUseTextUse"
},
{
"name": "Dream Eater",
- "namePointer": "0x0836bcf0",
+ "namePointer": "MoveNameDreamEater",
"power": 20,
"type": "TYPE_PSYCHIC",
- "targetingFlags": 0,
- "aiTargetingFlags": 1024,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000010000000000",
"maxPP": 13,
"weight": 30,
"accuracy1": 125,
@@ -6775,16 +6775,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836bc88",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionDreamEater",
+ "useText": "MoveUseTextUse"
},
{
"name": "Acid",
- "namePointer": "0x0836bc80",
+ "namePointer": "MoveNameAcid",
"power": 8,
"type": "TYPE_POISON",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 17,
"weight": 30,
"accuracy1": 125,
@@ -6796,16 +6796,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 3,
- "descriptionPointer": "0x0836bc24",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionAcid",
+ "useText": "MoveUseTextUse"
},
{
"name": "Meditate",
- "namePointer": "0x0835f874",
+ "namePointer": "SpeciesCategoryMeditite",
"power": 2,
"type": "TYPE_PSYCHIC",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 15,
"accuracy1": 125,
@@ -6816,16 +6816,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x083710e4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionBoostAttack",
+ "useText": "MoveUseTextUse"
},
{
"name": "Snatch",
- "namePointer": "0x0836bc1c",
+ "namePointer": "MoveNameSnatch",
"power": 2,
"type": "TYPE_DARK",
- "targetingFlags": 115,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 17,
"weight": 10,
"accuracy1": 125,
@@ -6835,16 +6835,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836bbc0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSnatch",
+ "useText": "MoveUseTextUse"
},
{
"name": "Luster Purge",
- "namePointer": "0x0836bbb0",
+ "namePointer": "MoveNameLusterPurge",
"power": 14,
"type": "TYPE_PSYCHIC",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 20,
"accuracy1": 125,
@@ -6856,16 +6856,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x08370de0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionLowerSpecialDefenseChance",
+ "useText": "MoveUseTextUse"
},
{
"name": "Leaf Blade",
- "namePointer": "0x0836bba4",
+ "namePointer": "MoveNameLeafBlade",
"power": 14,
"type": "TYPE_GRASS",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 20,
"accuracy1": 125,
@@ -6877,16 +6877,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x083718f8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionHighCritical",
+ "useText": "MoveUseTextUse"
},
{
"name": "Recycle",
- "namePointer": "0x0836bb9c",
+ "namePointer": "MoveNameRecycle",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 115,
- "aiTargetingFlags": 255,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000011111111",
"maxPP": 17,
"weight": 15,
"accuracy1": 125,
@@ -6896,16 +6896,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 23,
- "descriptionPointer": "0x0836bb48",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionRecycle",
+ "useText": "MoveUseTextUse"
},
{
"name": "Reflect",
- "namePointer": "0x0836bb40",
+ "namePointer": "MoveNameReflect",
"power": 2,
"type": "TYPE_PSYCHIC",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 15,
"accuracy1": 125,
@@ -6916,16 +6916,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836bac8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionReflect",
+ "useText": "MoveUseTextUse"
},
{
"name": "Refresh",
- "namePointer": "0x0836bac0",
+ "namePointer": "MoveNameRefresh",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 49,
- "aiTargetingFlags": 817,
+ "targetingFlags": "0b0000000000110001",
+ "aiTargetingFlags": "0b0000001100110001",
"maxPP": 17,
"weight": 15,
"accuracy1": 125,
@@ -6936,16 +6936,16 @@
"targetsUser": true,
"cannotHitFrozen": false,
"unk19": 16,
- "descriptionPointer": "0x0836ba78",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionRefresh",
+ "useText": "MoveUseTextUse"
},
{
"name": "Revenge",
- "namePointer": "0x0836ba70",
+ "namePointer": "MoveNameRevenge",
"power": 12,
"type": "TYPE_FIGHTING",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 15,
"accuracy1": 125,
@@ -6955,16 +6955,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x08370e4c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionBide",
+ "useText": "MoveUseTextUse"
},
{
"name": "Dragon Rage",
- "namePointer": "0x0836ba64",
+ "namePointer": "MoveNameDragonRage",
"power": 2,
"type": "TYPE_DRAGON",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 17,
"weight": 20,
"accuracy1": 100,
@@ -6975,16 +6975,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 3,
- "descriptionPointer": "0x0836ba34",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionDragonRage",
+ "useText": "MoveUseTextUse"
},
{
"name": "Dragonbreath",
- "namePointer": "0x0836ba24",
+ "namePointer": "MoveNameDragonbreath",
"power": 12,
"type": "TYPE_DRAGON",
- "targetingFlags": 82,
- "aiTargetingFlags": 80,
+ "targetingFlags": "0b0000000001010010",
+ "aiTargetingFlags": "0b0000000001010000",
"maxPP": 12,
"weight": 10,
"accuracy1": 125,
@@ -6997,16 +6997,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 14,
- "descriptionPointer": "0x0836b9a8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionDragonbreath",
+ "useText": "MoveUseTextUse"
},
{
"name": "Dragon Dance",
- "namePointer": "0x0836b998",
+ "namePointer": "MoveNameDragonDance",
"power": 2,
"type": "TYPE_DRAGON",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 15,
"accuracy1": 125,
@@ -7017,16 +7017,16 @@
"targetsUser": true,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836b950",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionDragonDance",
+ "useText": "MoveUseTextUse"
},
{
"name": "Ice Punch",
- "namePointer": "0x0836b944",
+ "namePointer": "MoveNameIcePunch",
"power": 14,
"type": "TYPE_ICE",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 20,
"accuracy1": 125,
@@ -7038,16 +7038,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836ff5c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionFreezeChanceRoom",
+ "useText": "MoveUseTextUse"
},
{
"name": "Ice Beam",
- "namePointer": "0x0836b938",
+ "namePointer": "MoveNameIceBeam",
"power": 15,
"type": "TYPE_ICE",
- "targetingFlags": 82,
- "aiTargetingFlags": 80,
+ "targetingFlags": "0b0000000001010010",
+ "aiTargetingFlags": "0b0000000001010000",
"maxPP": 8,
"weight": 20,
"accuracy1": 125,
@@ -7059,16 +7059,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 14,
- "descriptionPointer": "0x0836b8c0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionIceBeam",
+ "useText": "MoveUseTextUse"
},
{
"name": "Fury Cutter",
- "namePointer": "0x0836b8b4",
+ "namePointer": "MoveNameFuryCutter",
"power": 2,
"type": "TYPE_BUG",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 14,
"weight": 15,
"accuracy1": 125,
@@ -7080,16 +7080,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836dd14",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionHitTwice",
+ "useText": "MoveUseTextUse"
},
{
"name": "Comet Punch",
- "namePointer": "0x0836b8a8",
+ "namePointer": "MoveNameCometPunch",
"power": 3,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 19,
"weight": 30,
"accuracy1": 125,
@@ -7101,16 +7101,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x083717a8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionMultiHit",
+ "useText": "MoveUseTextUse"
},
{
"name": "Skull Bash",
- "namePointer": "0x0836b89c",
+ "namePointer": "MoveNameSkullBash",
"power": 10,
"type": "TYPE_NORMAL",
- "targetingFlags": 116,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110100",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 15,
"weight": 15,
"accuracy1": 125,
@@ -7122,16 +7122,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 20,
- "descriptionPointer": "0x0836b814",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionSkullBash",
+ "useText": "MoveUseTextUse"
},
{
"name": "Lock-On",
- "namePointer": "0x0836b80c",
+ "namePointer": "MoveNameLockOn",
"power": 2,
"type": "TYPE_NORMAL",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 15,
"accuracy1": 125,
@@ -7141,16 +7141,16 @@
"criticalHitChance": 12,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836b7a8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionLockOn",
+ "useText": "MoveUseTextUse"
},
{
"name": "Rock Blast",
- "namePointer": "0x0836b79c",
+ "namePointer": "MoveNameRockBlast",
"power": 4,
"type": "TYPE_ROCK",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 17,
"weight": 30,
"accuracy1": 100,
@@ -7162,16 +7162,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 3,
- "descriptionPointer": "0x083717a8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionMultiHit",
+ "useText": "MoveUseTextUse"
},
{
"name": "Cotton Spore",
- "namePointer": "0x0836b78c",
+ "namePointer": "MoveNameCottonSpore",
"power": 2,
"type": "TYPE_GRASS",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 13,
"weight": 15,
"accuracy1": 70,
@@ -7182,16 +7182,16 @@
"affectedByMagicCoat": true,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x0836fdcc",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionLowerSpeed",
+ "useText": "MoveUseTextUse"
},
{
"name": "Struggle",
- "namePointer": "0x0836b780",
+ "namePointer": "MoveNameStruggle",
"power": 30,
"type": "TYPE_NORMAL",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 1,
"weight": 30,
"accuracy1": 100,
@@ -7202,16 +7202,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836b714",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionStruggle",
+ "useText": "MoveUseTextUse"
},
{
"name": "Aeroblast",
- "namePointer": "0x0836b708",
+ "namePointer": "MoveNameAeroblast",
"power": 20,
"type": "TYPE_FLYING",
- "targetingFlags": 82,
- "aiTargetingFlags": 80,
+ "targetingFlags": "0b0000000001010010",
+ "aiTargetingFlags": "0b0000000001010000",
"maxPP": 12,
"weight": 20,
"accuracy1": 125,
@@ -7223,16 +7223,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 14,
- "descriptionPointer": "0x0836d2c0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionHighCriticalDistance",
+ "useText": "MoveUseTextUse"
},
{
"name": "Volt Tackle",
- "namePointer": "0x0836b6fc",
+ "namePointer": "MoveNameVoltTackle",
"power": 24,
"type": "TYPE_ELECTRIC",
- "targetingFlags": 82,
- "aiTargetingFlags": 80,
+ "targetingFlags": "0b0000000001010010",
+ "aiTargetingFlags": "0b0000000001010000",
"maxPP": 12,
"weight": 10,
"accuracy1": 125,
@@ -7244,16 +7244,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 14,
- "descriptionPointer": "0x0836b6a4",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionVoltTackle",
+ "useText": "MoveUseTextUse"
},
{
"name": "Regular attack",
- "namePointer": "0x0836b69c",
+ "namePointer": "MoveNameRegularAttack",
"power": 1,
"type": "TYPE_NONE",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 70,
"accuracy1": 125,
@@ -7264,16 +7264,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836b694",
- "useText": "0x0836b684"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextRegularAttack"
},
{
"name": "Is watching",
- "namePointer": "0x0836b674",
+ "namePointer": "MoveNameIsWatching",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 10,
"accuracy1": 80,
@@ -7285,16 +7285,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836b664",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionIsWatching",
+ "useText": "MoveUseTextUse"
},
{
"name": "Bide 2",
- "namePointer": "0x0836b65c",
+ "namePointer": "MoveNameBide2",
"power": 2,
"type": "TYPE_FIGHTING",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 17,
"weight": 10,
"accuracy1": 100,
@@ -7306,16 +7306,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836b694",
- "useText": "0x0836b63c"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextBide"
},
{
"name": "$$$",
- "namePointer": "0x0836b638",
+ "namePointer": "MoveNamePlaceholder",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 115,
- "aiTargetingFlags": 255,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000011111111",
"maxPP": 17,
"weight": 10,
"accuracy1": 80,
@@ -7327,16 +7327,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 19,
- "descriptionPointer": "0x0836b62c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionPlaceholder",
+ "useText": "MoveUseTextUse"
},
{
"name": "$$$",
- "namePointer": "0x0836b638",
+ "namePointer": "MoveNamePlaceholder",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 115,
- "aiTargetingFlags": 255,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000011111111",
"maxPP": 17,
"weight": 10,
"accuracy1": 80,
@@ -7348,16 +7348,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 19,
- "descriptionPointer": "0x0836b62c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionPlaceholder",
+ "useText": "MoveUseTextUse"
},
{
"name": "Wide Slash",
- "namePointer": "0x0836b620",
+ "namePointer": "MoveNameWideSlash",
"power": 20,
"type": "TYPE_NONE",
- "targetingFlags": 16,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000010000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 10,
"weight": 20,
"accuracy1": 125,
@@ -7369,16 +7369,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 1,
- "descriptionPointer": "0x0836b5d0",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionWideSlash",
+ "useText": "MoveUseTextUse"
},
{
"name": "Excavate",
- "namePointer": "0x0836b5c4",
+ "namePointer": "MoveNameExcavate",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 115,
- "aiTargetingFlags": 255,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000011111111",
"maxPP": 99,
"weight": 8,
"accuracy1": 125,
@@ -7389,16 +7389,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 19,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Spin Slash",
- "namePointer": "0x0836b5b8",
+ "namePointer": "MoveNameSpinSlash",
"power": 15,
"type": "TYPE_NONE",
- "targetingFlags": 32,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000100000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 10,
"weight": 20,
"accuracy1": 125,
@@ -7410,16 +7410,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 9,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "See-Trap",
- "namePointer": "0x0836b5ac",
+ "namePointer": "MoveNameSeeTrap",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 115,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 22,
"weight": 8,
"accuracy1": 125,
@@ -7428,16 +7428,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Takeaway",
- "namePointer": "0x0836b5a0",
+ "namePointer": "MoveNameTakeaway",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 20,
"accuracy1": 100,
@@ -7447,16 +7447,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Rebound",
- "namePointer": "0x0836b598",
+ "namePointer": "MoveNameRebound",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 8,
"accuracy1": 125,
@@ -7465,16 +7465,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Bloop Slash",
- "namePointer": "0x0836b58c",
+ "namePointer": "MoveNameBloopSlash",
"power": 10,
"type": "TYPE_NONE",
- "targetingFlags": 64,
- "aiTargetingFlags": 64,
+ "targetingFlags": "0b0000000001000000",
+ "aiTargetingFlags": "0b0000000001000000",
"maxPP": 22,
"weight": 20,
"accuracy1": 125,
@@ -7486,16 +7486,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 13,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Switcher",
- "namePointer": "0x0836b580",
+ "namePointer": "MoveNameSwitcher",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 82,
- "aiTargetingFlags": 82,
+ "targetingFlags": "0b0000000001010010",
+ "aiTargetingFlags": "0b0000000001010010",
"maxPP": 17,
"weight": 20,
"accuracy1": 100,
@@ -7504,16 +7504,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 14,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Blowback",
- "namePointer": "0x0836b574",
+ "namePointer": "MoveNameBlowback",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 82,
- "aiTargetingFlags": 80,
+ "targetingFlags": "0b0000000001010010",
+ "aiTargetingFlags": "0b0000000001010000",
"maxPP": 17,
"weight": 20,
"accuracy1": 100,
@@ -7522,16 +7522,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 14,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Warp",
- "namePointer": "0x0836b56c",
+ "namePointer": "MoveNameWarp",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 48,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000000110000",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 14,
"weight": 8,
"accuracy1": 100,
@@ -7540,16 +7540,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 15,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Transfer",
- "namePointer": "0x0836b560",
+ "namePointer": "MoveNameTransfer",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 22,
"weight": 8,
"accuracy1": 100,
@@ -7558,16 +7558,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 3,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Slow Down",
- "namePointer": "0x0836b554",
+ "namePointer": "MoveNameSlowDown",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 48,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000000110000",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 37,
"weight": 8,
"accuracy1": 100,
@@ -7576,16 +7576,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 15,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Speed Boost",
- "namePointer": "0x0836b548",
+ "namePointer": "MoveNameSpeedBoost",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 49,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000000110001",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 22,
"weight": 8,
"accuracy1": 125,
@@ -7594,16 +7594,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 16,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Searchlight",
- "namePointer": "0x0836b53c",
+ "namePointer": "MoveNameSearchlight",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 115,
- "aiTargetingFlags": 255,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000011111111",
"maxPP": 22,
"weight": 8,
"accuracy1": 125,
@@ -7612,16 +7612,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Petrify",
- "namePointer": "0x0836b534",
+ "namePointer": "MoveNamePetrify",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 48,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000000110000",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 22,
"weight": 8,
"accuracy1": 100,
@@ -7630,16 +7630,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 15,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Stay Away",
- "namePointer": "0x0836b528",
+ "namePointer": "MoveNameStayAway",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 22,
"weight": 8,
"accuracy1": 100,
@@ -7648,16 +7648,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 3,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Pounce",
- "namePointer": "0x0836b520",
+ "namePointer": "MoveNamePounce",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 115,
- "aiTargetingFlags": 255,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000011111111",
"maxPP": 22,
"weight": 8,
"accuracy1": 125,
@@ -7666,16 +7666,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 10,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Trawl",
- "namePointer": "0x0836b518",
+ "namePointer": "MoveNameTrawl",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 115,
- "aiTargetingFlags": 255,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000011111111",
"maxPP": 22,
"weight": 20,
"accuracy1": 125,
@@ -7684,16 +7684,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Cleanse",
- "namePointer": "0x0836b510",
+ "namePointer": "MoveNameCleanse",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 115,
- "aiTargetingFlags": 255,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000011111111",
"maxPP": 17,
"weight": 8,
"accuracy1": 125,
@@ -7702,16 +7702,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 10,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Observer",
- "namePointer": "0x0836b504",
+ "namePointer": "MoveNameObserver",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 22,
"weight": 8,
"accuracy1": 100,
@@ -7720,16 +7720,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 3,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Decoy Maker",
- "namePointer": "0x0836b4f8",
+ "namePointer": "MoveNameDecoyMaker",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 22,
"weight": 8,
"accuracy1": 100,
@@ -7738,16 +7738,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 3,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Siesta",
- "namePointer": "0x0836b4f0",
+ "namePointer": "MoveNameSiesta",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 48,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000000110000",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 12,
"weight": 15,
"accuracy1": 100,
@@ -7756,16 +7756,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 15,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Totter",
- "namePointer": "0x0836b4e8",
+ "namePointer": "MoveNameTotter",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 48,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000000110000",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 12,
"weight": 15,
"accuracy1": 100,
@@ -7774,16 +7774,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 15,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Two-Edge",
- "namePointer": "0x0836b4dc",
+ "namePointer": "MoveNameTwoEdge",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 48,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000000110000",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 22,
"weight": 20,
"accuracy1": 45,
@@ -7792,16 +7792,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 15,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "No-Move",
- "namePointer": "0x0836b4d4",
+ "namePointer": "MoveNameNoMove",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 8,
"accuracy1": 100,
@@ -7810,16 +7810,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Escape",
- "namePointer": "0x0836b4cc",
+ "namePointer": "MoveNameEscape",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 115,
- "aiTargetingFlags": 255,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000011111111",
"maxPP": 1,
"weight": 8,
"accuracy1": 125,
@@ -7828,16 +7828,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 10,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Scan",
- "namePointer": "0x0836b4c4",
+ "namePointer": "MoveNameScan",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 115,
- "aiTargetingFlags": 255,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000011111111",
"maxPP": 27,
"weight": 8,
"accuracy1": 125,
@@ -7846,16 +7846,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Power-Ears",
- "namePointer": "0x0836b4b8",
+ "namePointer": "MoveNamePowerEars",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 115,
- "aiTargetingFlags": 255,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000011111111",
"maxPP": 27,
"weight": 8,
"accuracy1": 125,
@@ -7864,16 +7864,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Drought",
- "namePointer": "0x0836b4b0",
+ "namePointer": "MoveNameDrought",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 115,
- "aiTargetingFlags": 255,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000011111111",
"maxPP": 22,
"weight": 8,
"accuracy1": 125,
@@ -7882,16 +7882,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 29,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Trap Buster",
- "namePointer": "0x0836b4a4",
+ "namePointer": "MoveNameTrapBuster",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 115,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 57,
"weight": 8,
"accuracy1": 125,
@@ -7900,16 +7900,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 29,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Wild Call",
- "namePointer": "0x0836b498",
+ "namePointer": "MoveNameWildCall",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 8,
"accuracy1": 125,
@@ -7918,16 +7918,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 4,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Invisify",
- "namePointer": "0x0836b48c",
+ "namePointer": "MoveNameInvisify",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 115,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 8,
"accuracy1": 125,
@@ -7936,16 +7936,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "One-Shot",
- "namePointer": "0x0836b480",
+ "namePointer": "MoveNameOneShot",
"power": 200,
"type": "TYPE_NONE",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 3,
"weight": 8,
"accuracy1": 35,
@@ -7956,16 +7956,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "HP Gauge",
- "namePointer": "0x0836b474",
+ "namePointer": "MoveNameHPGauge",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 115,
- "aiTargetingFlags": 255,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000011111111",
"maxPP": 32,
"weight": 8,
"accuracy1": 125,
@@ -7974,16 +7974,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 6,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Vacuum-Cut",
- "namePointer": "0x0836b468",
+ "namePointer": "MoveNameVacuumCut",
"power": 10,
"type": "TYPE_NONE",
- "targetingFlags": 48,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000000110000",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 7,
"weight": 20,
"accuracy1": 100,
@@ -7992,16 +7992,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 15,
- "descriptionPointer": "0x0836b43c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionVacuumCut",
+ "useText": "MoveUseTextUse"
},
{
"name": "Reviver",
- "namePointer": "0x0836b434",
+ "namePointer": "MoveNameReviver",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 115,
- "aiTargetingFlags": 255,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000011111111",
"maxPP": 4,
"weight": 8,
"accuracy1": 125,
@@ -8010,16 +8010,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Shocker",
- "namePointer": "0x0836b42c",
+ "namePointer": "MoveNameShocker",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 8,
"accuracy1": 125,
@@ -8030,16 +8030,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Echo",
- "namePointer": "0x0836b424",
+ "namePointer": "MoveNameEcho",
"power": 10,
"type": "TYPE_NONE",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 27,
"weight": 20,
"accuracy1": 125,
@@ -8050,16 +8050,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Famish",
- "namePointer": "0x0836b41c",
+ "namePointer": "MoveNameFamish",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 48,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000000110000",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 22,
"weight": 8,
"accuracy1": 100,
@@ -8068,16 +8068,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 15,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "One-Room",
- "namePointer": "0x0836b410",
+ "namePointer": "MoveNameOneRoom",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 115,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 22,
"weight": 8,
"accuracy1": 125,
@@ -8086,16 +8086,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 29,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Fill-In",
- "namePointer": "0x0836b408",
+ "namePointer": "MoveNameFillIn",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 115,
- "aiTargetingFlags": 255,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000011111111",
"maxPP": 99,
"weight": 8,
"accuracy1": 125,
@@ -8104,16 +8104,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 29,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Trapper",
- "namePointer": "0x0836b400",
+ "namePointer": "MoveNameTrapper",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 115,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 17,
"weight": 10,
"accuracy1": 125,
@@ -8122,16 +8122,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 10,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Possess",
- "namePointer": "0x0836b3f8",
+ "namePointer": "MoveNamePossess",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 12,
"weight": 8,
"accuracy1": 100,
@@ -8140,16 +8140,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 11,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Itemize",
- "namePointer": "0x0836b3f0",
+ "namePointer": "MoveNameItemize",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 128,
- "aiTargetingFlags": 128,
+ "targetingFlags": "0b0000000010000000",
+ "aiTargetingFlags": "0b0000000010000000",
"maxPP": 17,
"weight": 8,
"accuracy1": 125,
@@ -8158,16 +8158,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 3,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "[M:D1]",
- "namePointer": "0x0836b638",
+ "namePointer": "MoveNamePlaceholder",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 115,
- "aiTargetingFlags": 255,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000011111111",
"maxPP": 22,
"weight": 8,
"accuracy1": 100,
@@ -8176,16 +8176,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836b62c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionPlaceholder",
+ "useText": "MoveUseTextUse"
},
{
"name": "Projectile",
- "namePointer": "0x0836b638",
+ "namePointer": "MoveNamePlaceholder",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 255,
- "aiTargetingFlags": 255,
+ "targetingFlags": "0b0000000011111111",
+ "aiTargetingFlags": "0b0000000011111111",
"maxPP": 57,
"weight": 8,
"accuracy1": 125,
@@ -8194,16 +8194,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 10,
- "descriptionPointer": "0x08371bf8",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionDamage",
+ "useText": "MoveUseTextUse"
},
{
"name": "Hurl",
- "namePointer": "0x0836b3e8",
+ "namePointer": "MoveNameHurl",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 0,
- "aiTargetingFlags": 0,
+ "targetingFlags": "0b0000000000000000",
+ "aiTargetingFlags": "0b0000000000000000",
"maxPP": 22,
"weight": 15,
"accuracy1": 100,
@@ -8214,16 +8214,16 @@
"cannotHitFrozen": true,
"dealsDirectDamage": true,
"unk19": 11,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Mobile",
- "namePointer": "0x0836b3e0",
+ "namePointer": "MoveNameMobile",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 115,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 17,
"weight": 8,
"accuracy1": 125,
@@ -8232,16 +8232,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Item-Toss",
- "namePointer": "0x0836b3d4",
+ "namePointer": "MoveNameItemToss",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 255,
- "aiTargetingFlags": 255,
+ "targetingFlags": "0b0000000011111111",
+ "aiTargetingFlags": "0b0000000011111111",
"maxPP": 96,
"weight": 8,
"accuracy1": 100,
@@ -8250,16 +8250,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 10,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "See Stairs",
- "namePointer": "0x0836b3c8",
+ "namePointer": "MoveNameSeeStairs",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 115,
- "aiTargetingFlags": 255,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000011111111",
"maxPP": 22,
"weight": 8,
"accuracy1": 125,
@@ -8268,16 +8268,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "Long Toss",
- "namePointer": "0x0836b3bc",
+ "namePointer": "MoveNameLongToss",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 115,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 22,
"weight": 8,
"accuracy1": 125,
@@ -8286,16 +8286,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
},
{
"name": "[M:D1]",
- "namePointer": "0x0836b638",
+ "namePointer": "MoveNamePlaceholder",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 115,
- "aiTargetingFlags": 255,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000011111111",
"maxPP": 22,
"weight": 8,
"accuracy1": 125,
@@ -8304,16 +8304,16 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836b62c",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionPlaceholder",
+ "useText": "MoveUseTextUse"
},
{
"name": "Pierce",
- "namePointer": "0x0836b3b4",
+ "namePointer": "MoveNamePierce",
"power": 2,
"type": "TYPE_NONE",
- "targetingFlags": 115,
- "aiTargetingFlags": 48,
+ "targetingFlags": "0b0000000001110011",
+ "aiTargetingFlags": "0b0000000000110000",
"maxPP": 22,
"weight": 8,
"accuracy1": 125,
@@ -8322,7 +8322,7 @@
"hitCount": 1,
"cannotHitFrozen": true,
"unk19": 19,
- "descriptionPointer": "0x0836b694",
- "useText": "0x08372570"
+ "descriptionPointer": "MoveDescriptionNull",
+ "useText": "MoveUseTextUse"
}
]
diff --git a/data/move/move_names.s b/data/move/move_names.s
new file mode 100644
index 0000000..c746231
--- /dev/null
+++ b/data/move/move_names.s
@@ -0,0 +1,3289 @@
+.global MoveNamePierce
+MoveNamePierce:
+.string "Pierce\0"
+.align 2,0
+
+.global MoveNameLongToss
+MoveNameLongToss:
+.string "Long Toss\0"
+.align 2,0
+
+.global MoveNameSeeStairs
+MoveNameSeeStairs:
+.string "See Stairs\0"
+.align 2,0
+
+.global MoveNameItemToss
+MoveNameItemToss:
+.string "Item-Toss\0"
+.align 2,0
+
+.global MoveNameMobile
+MoveNameMobile:
+.string "Mobile\0"
+.align 2,0
+
+.global MoveNameHurl
+MoveNameHurl:
+.string "Hurl\0"
+.align 2,0
+
+.global MoveNameItemize
+MoveNameItemize:
+.string "Itemize\0"
+.align 2,0
+
+.global MoveNamePossess
+MoveNamePossess:
+.string "Possess\0"
+.align 2,0
+
+.global MoveNameTrapper
+MoveNameTrapper:
+.string "Trapper\0"
+.align 2,0
+
+.global MoveNameFillIn
+MoveNameFillIn:
+.string "Fill-In\0"
+.align 2,0
+
+.global MoveNameOneRoom
+MoveNameOneRoom:
+.string "One-Room\0"
+.align 2,0
+
+.global MoveNameFamish
+MoveNameFamish:
+.string "Famish\0"
+.align 2,0
+
+.global MoveNameEcho
+MoveNameEcho:
+.string "Echo\0"
+.align 2,0
+
+.global MoveNameShocker
+MoveNameShocker:
+.string "Shocker\0"
+.align 2,0
+
+.global MoveNameReviver
+MoveNameReviver:
+.string "Reviver\0"
+.align 2,0
+
+.global MoveDescriptionVacuumCut
+MoveDescriptionVacuumCut:
+.string "Inflicts damage on all foes in the room.\0"
+.align 2,0
+
+.global MoveNameVacuumCut
+MoveNameVacuumCut:
+.string "Vacuum-Cut\0"
+.align 2,0
+
+.global MoveNameHPGauge
+MoveNameHPGauge:
+.string "HP Gauge\0"
+.align 2,0
+
+.global MoveNameOneShot
+MoveNameOneShot:
+.string "One-Shot\0"
+.align 2,0
+
+.global MoveNameInvisify
+MoveNameInvisify:
+.string "Invisify\0"
+.align 2,0
+
+.global MoveNameWildCall
+MoveNameWildCall:
+.string "Wild Call\0"
+.align 2,0
+
+.global MoveNameTrapBuster
+MoveNameTrapBuster:
+.string "Trap Buster\0"
+.align 2,0
+
+.global MoveNameDrought
+MoveNameDrought:
+.string "Drought\0"
+.align 2,0
+
+.global MoveNamePowerEars
+MoveNamePowerEars:
+.string "Power-Ears\0"
+.align 2,0
+
+.global MoveNameScan
+MoveNameScan:
+.string "Scan\0"
+.align 2,0
+
+.global MoveNameEscape
+MoveNameEscape:
+.string "Escape\0"
+.align 2,0
+
+.global MoveNameNoMove
+MoveNameNoMove:
+.string "No-Move\0"
+.align 2,0
+
+.global MoveNameTwoEdge
+MoveNameTwoEdge:
+.string "Two-Edge\0"
+.align 2,0
+
+.global MoveNameTotter
+MoveNameTotter:
+.string "Totter\0"
+.align 2,0
+
+.global MoveNameSiesta
+MoveNameSiesta:
+.string "Siesta\0"
+.align 2,0
+
+.global MoveNameDecoyMaker
+MoveNameDecoyMaker:
+.string "Decoy Maker\0"
+.align 2,0
+
+.global MoveNameObserver
+MoveNameObserver:
+.string "Observer\0"
+.align 2,0
+
+.global MoveNameCleanse
+MoveNameCleanse:
+.string "Cleanse\0"
+.align 2,0
+
+.global MoveNameTrawl
+MoveNameTrawl:
+.string "Trawl\0"
+.align 2,0
+
+.global MoveNamePounce
+MoveNamePounce:
+.string "Pounce\0"
+.align 2,0
+
+.global MoveNameStayAway
+MoveNameStayAway:
+.string "Stay Away\0"
+.align 2,0
+
+.global MoveNamePetrify
+MoveNamePetrify:
+.string "Petrify\0"
+.align 2,0
+
+.global MoveNameSearchlight
+MoveNameSearchlight:
+.string "Searchlight\0"
+.align 2,0
+
+.global MoveNameSpeedBoost
+MoveNameSpeedBoost:
+.string "Speed Boost\0"
+.align 2,0
+
+.global MoveNameSlowDown
+MoveNameSlowDown:
+.string "Slow Down\0"
+.align 2,0
+
+.global MoveNameTransfer
+MoveNameTransfer:
+.string "Transfer\0"
+.align 2,0
+
+.global MoveNameWarp
+MoveNameWarp:
+.string "Warp\0"
+.align 2,0
+
+.global MoveNameBlowback
+MoveNameBlowback:
+.string "Blowback\0"
+.align 2,0
+
+.global MoveNameSwitcher
+MoveNameSwitcher:
+.string "Switcher\0"
+.align 2,0
+
+.global MoveNameBloopSlash
+MoveNameBloopSlash:
+.string "Bloop Slash\0"
+.align 2,0
+
+.global MoveNameRebound
+MoveNameRebound:
+.string "Rebound\0"
+.align 2,0
+
+.global MoveNameTakeaway
+MoveNameTakeaway:
+.string "Takeaway\0"
+.align 2,0
+
+.global MoveNameSeeTrap
+MoveNameSeeTrap:
+.string "See-Trap\0"
+.align 2,0
+
+.global MoveNameSpinSlash
+MoveNameSpinSlash:
+.string "Spin Slash\0"
+.align 2,0
+
+.global MoveNameExcavate
+MoveNameExcavate:
+.string "Excavate\0"
+.align 2,0
+
+.global MoveDescriptionWideSlash
+MoveDescriptionWideSlash:
+.string "Inflicts damage on foes on the three\ntiles diagonally and directly in front.\0"
+.align 2,0
+
+.global MoveNameWideSlash
+MoveNameWideSlash:
+.string "Wide Slash\0"
+.align 2,0
+
+.global MoveDescriptionPlaceholder
+MoveDescriptionPlaceholder:
+.string "Reserved\n\n\0"
+.align 2,0
+
+.global MoveNamePlaceholder
+MoveNamePlaceholder:
+.string "-\0"
+.align 2,0
+
+.global MoveUseTextBide
+MoveUseTextBide:
+.string "$m0 can~27t take it anymore!\0"
+.align 2,0
+
+.global MoveNameBide2
+MoveNameBide2:
+.byte 0x82, 0xaa, 0x82, 0xdc, 0x82, 0xf1
+.string "\0"
+.align 2,0
+
+.global MoveDescriptionIsWatching
+MoveDescriptionIsWatching:
+.string "Wait and see\n\n\0"
+.align 2,0
+
+.global MoveNameIsWatching
+MoveNameIsWatching:
+.byte 0x82, 0xe6, 0x82, 0xa4, 0x82, 0xb7, 0x82, 0xf0, 0x82, 0xdd, 0x82
+.string "é\0"
+.align 2,0
+
+.global MoveUseTextRegularAttack
+MoveUseTextRegularAttack:
+.string "$m0 attacked!\0"
+.align 2,0
+
+.global MoveDescriptionNull
+MoveDescriptionNull:
+.string "NULL\0"
+.align 2,0
+
+.global MoveNameRegularAttack
+MoveNameRegularAttack:
+.string "attack\0"
+.align 2,0
+
+.global MoveDescriptionVoltTackle
+MoveDescriptionVoltTackle:
+.string "Inflicts damage on the target~2c even at a\ndistance.\nHowever~2c it also hurts the user.\0"
+.align 2,0
+
+.global MoveNameVoltTackle
+MoveNameVoltTackle:
+.string "Volt Tackle\0"
+.align 2,0
+
+.global MoveNameAeroblast
+MoveNameAeroblast:
+.string "Aeroblast\0"
+.align 2,0
+
+.global MoveDescriptionStruggle
+MoveDescriptionStruggle:
+.string "Inflicts damage on the target.\nHowever~2c the user also takes damage one\nquarter of its #c6maximum HP#r.\0"
+.align 2,0
+
+.global MoveNameStruggle
+MoveNameStruggle:
+.string "Struggle\0"
+.align 2,0
+
+.global MoveNameCottonSpore
+MoveNameCottonSpore:
+.string "Cotton Spore\0"
+.align 2,0
+
+.global MoveNameRockBlast
+MoveNameRockBlast:
+.string "Rock Blast\0"
+.align 2,0
+
+.global MoveDescriptionLockOn
+MoveDescriptionLockOn:
+.string "Gives the user the #c5Sure Shot#r status~2c\nmaking all its moves and attacks\ncompletely accurate.\0"
+.align 2,0
+
+.global MoveNameLockOn
+MoveNameLockOn:
+.string "Lock-On\0"
+.align 2,0
+
+.global MoveDescriptionSkullBash
+MoveDescriptionSkullBash:
+.string "The user gains the #c5Skull Bash#r status~2c\ncausing it to attack strongly on the\nnext turn.\nIt is not possible to #c5link#r this move.\0"
+.align 2,0
+
+.global MoveNameSkullBash
+MoveNameSkullBash:
+.string "Skull Bash\0"
+.align 2,0
+
+.global MoveNameCometPunch
+MoveNameCometPunch:
+.string "Comet Punch\0"
+.align 2,0
+
+.global MoveNameFuryCutter
+MoveNameFuryCutter:
+.string "Fury Cutter\0"
+.align 2,0
+
+.global MoveDescriptionIceBeam
+MoveDescriptionIceBeam:
+.string "Inflicts damage on the target~2c even at a\ndistance. It may also leave the target\n#c5frozen#r and incapable of action.\0"
+.align 2,0
+
+.global MoveNameIceBeam
+MoveNameIceBeam:
+.string "Ice Beam\0"
+.align 2,0
+
+.global MoveNameIcePunch
+MoveNameIcePunch:
+.string "Ice Punch\0"
+.align 2,0
+
+.global MoveDescriptionDragonDance
+MoveDescriptionDragonDance:
+.string "Boosts the user~27s #c6Attack#r and #c6Movement\nSpeed#r by one level.\0"
+.align 2,0
+
+.global MoveNameDragonDance
+MoveNameDragonDance:
+.string "Dragon Dance\0"
+.align 2,0
+
+.global MoveDescriptionDragonbreath
+MoveDescriptionDragonbreath:
+.string "Inflicts damage on the target~2c even at a\ndistance. It may also cause #c5paralysis#r~2c\npreventing any attacks or moves.\0"
+.align 2,0
+
+.global MoveNameDragonbreath
+MoveNameDragonbreath:
+.string "Dragonbreath\0"
+.align 2,0
+
+.global MoveDescriptionDragonRage
+MoveDescriptionDragonRage:
+.string "Inflicts a set amount of damage on the\ntarget.\0"
+.align 2,0
+
+.global MoveNameDragonRage
+MoveNameDragonRage:
+.string "Dragon Rage\0"
+.align 2,0
+
+.global MoveNameRevenge
+MoveNameRevenge:
+.string "Revenge\0"
+.align 2,0
+
+.global MoveDescriptionRefresh
+MoveDescriptionRefresh:
+.string "Heals all status problems of the user and\nits team members in the room.\0"
+.align 2,0
+
+.global MoveNameRefresh
+MoveNameRefresh:
+.string "Refresh\0"
+.align 2,0
+
+.global MoveDescriptionReflect
+MoveDescriptionReflect:
+.string "The user gains the #c5Reflect#r status~2c\nhalving the damage from all\n#c5Physical Attack moves#r and\nregular attacks.\0"
+.align 2,0
+
+.global MoveNameReflect
+MoveNameReflect:
+.string "Reflect\0"
+.align 2,0
+
+.global MoveDescriptionRecycle
+MoveDescriptionRecycle:
+.string "Repairs the item #c4"
+.byte 0x87
+.string "NUsed TM#r and restores\nit to its original~2c unused state.\0"
+.align 2,0
+
+.global MoveNameRecycle
+MoveNameRecycle:
+.string "Recycle\0"
+.align 2,0
+
+.global MoveNameLeafBlade
+MoveNameLeafBlade:
+.string "Leaf Blade\0"
+.align 2,0
+
+.global MoveNameLusterPurge
+MoveNameLusterPurge:
+.string "Luster Purge\0"
+.align 2,0
+
+.global MoveDescriptionSnatch
+MoveDescriptionSnatch:
+.string "The user gains the #c5Snatch#r status.\nIt steals the moves of Pokémon on\nthe same floor.\0"
+.align 2,0
+
+.global MoveNameSnatch
+MoveNameSnatch:
+.string "Snatch\0"
+.align 2,0
+
+.global MoveDescriptionAcid
+MoveDescriptionAcid:
+.string "Inflicts damage on the target.\nIt may also lower the user~27s #c6Defense#r by\none level.\0"
+.align 2,0
+
+.global MoveNameAcid
+MoveNameAcid:
+.string "Acid\0"
+.align 2,0
+
+.global MoveDescriptionDreamEater
+MoveDescriptionDreamEater:
+.string "Inflicts damage on the target and restores\nthe user~27s #c6HP#r.\nEffective only against sleeping foes.\0"
+.align 2,0
+
+.global MoveNameDreamEater
+MoveNameDreamEater:
+.string "Dream Eater\0"
+.align 2,0
+
+.global MoveDescriptionMetronome
+MoveDescriptionMetronome:
+.string "Randomly looses a move from among all\nthe moves known to Pokémon.\0"
+.align 2,0
+
+.global MoveNameMetronome
+MoveNameMetronome:
+.string "Metronome\0"
+.align 2,0
+
+.global MoveDescriptionLeechSeed
+MoveDescriptionLeechSeed:
+.string "Inflicts the #c5Leech Seed#r status\non the target.\nThe target~27s #c6HP#r is leeched every several\nturns to restore the user~27s #c6HP#r.\0"
+.align 2,0
+
+.global MoveNameLeechSeed
+MoveNameLeechSeed:
+.string "Leech Seed\0"
+.align 2,0
+
+.global MoveDescriptionFrustration
+MoveDescriptionFrustration:
+.string "Inflicts damage on the target.\nIt inflicts greater damage if the user~27s\n#c6IQ#r is low.\0"
+.align 2,0
+
+.global MoveNameFrustration
+MoveNameFrustration:
+.string "Frustration\0"
+.align 2,0
+
+.global MoveDescriptionMimic
+MoveDescriptionMimic:
+.string "Makes the user deploy the same move as\nthe one last used by the foe facing it.\nSome moves cannot be mimicked.\0"
+.align 2,0
+
+.global MoveNameMimic
+MoveNameMimic:
+.string "Mimic\0"
+.align 2,0
+
+.global MoveDescriptionAttract
+MoveDescriptionAttract:
+.string "Inflicts the #c5Infatuated#r status on\nthe target.\0"
+.align 2,0
+
+.global MoveNameAttract
+MoveNameAttract:
+.string "Attract\0"
+.align 2,0
+
+.global MoveDescriptionMetalClaw
+MoveDescriptionMetalClaw:
+.string "Inflicts damage on the target.\nIt may also boost the user~27s #c6Attack#r by\none level.\0"
+.align 2,0
+
+.global MoveNameMetalClaw
+MoveNameMetalClaw:
+.string "Metal Claw\0"
+.align 2,0
+
+.global MoveDescriptionHiddenPower
+MoveDescriptionHiddenPower:
+.string "Inflicts damage on the target.\nIts type and power change with the\ndungeon.\0"
+.align 2,0
+
+.global MoveNameHiddenPower
+MoveNameHiddenPower:
+.string "Hidden Power\0"
+.align 2,0
+
+.global MoveNameMegahorn
+MoveNameMegahorn:
+.string "Megahorn\0"
+.align 2,0
+
+.global MoveNameMegaPunch
+MoveNameMegaPunch:
+.string "Mega Punch\0"
+.align 2,0
+
+.global MoveNameMegaKick
+MoveNameMegaKick:
+.string "Mega Kick\0"
+.align 2,0
+
+.global MoveNameMegaDrain
+MoveNameMegaDrain:
+.string "Mega Drain\0"
+.align 2,0
+
+.global MoveDescriptionCalmMind
+MoveDescriptionCalmMind:
+.string "Boosts the Pokémon~27s #c6Special Attack#r and\n#c6Special Defense#r by one level.\0"
+.align 2,0
+
+.global MoveNameCalmMind
+MoveNameCalmMind:
+.string "Calm Mind\0"
+.align 2,0
+
+.global MoveDescriptionMilkDrink
+MoveDescriptionMilkDrink:
+.string "Restores the #c6HP#r of the user and its\nteam members on the floor by one quarter\nof their #c6maximum HP#r.\0"
+.align 2,0
+
+.global MoveNameMilkDrink
+MoveNameMilkDrink:
+.string "Milk Drink\0"
+.align 2,0
+
+.global MoveNameFutureSight
+MoveNameFutureSight:
+.string "Future Sight\0"
+.align 2,0
+
+.global MoveDescriptionMirrorCoat
+MoveDescriptionMirrorCoat:
+.string "The user gains the #c5Mirror Coat#r status.\nThe user returns the damage it takes from\nany #c5Special Attack moves#r used\nby a foe beside it.\0"
+.align 2,0
+
+.global MoveNameMirrorCoat
+MoveNameMirrorCoat:
+.string "Mirror Coat\0"
+.align 2,0
+
+.global MoveDescriptionForesight
+MoveDescriptionForesight:
+.string "Resets the boosted #c6Evasion#r of the target.\nGhost-type foes become #c5exposed#r.\0"
+.align 2,0
+
+.global MoveNameForesight
+MoveNameForesight:
+.string "Foresight\0"
+.align 2,0
+
+.global MoveDescriptionFalseSwipe
+MoveDescriptionFalseSwipe:
+.string "Inflicts damage on the target.\nIt leaves the target with one #c6HP#r if its\ndamage would have made the target faint.\0"
+.align 2,0
+
+.global MoveNameFalseSwipe
+MoveNameFalseSwipe:
+.string "False Swipe\0"
+.align 2,0
+
+.global MoveDescriptionDestinyBond
+MoveDescriptionDestinyBond:
+.string "The user and the target gain the\n#c5Destiny Bond#r status.\nThe target sustains the same damage\nas the user in this state.\0"
+.align 2,0
+
+.global MoveNameDestinyBond
+MoveNameDestinyBond:
+.string "Destiny Bond\0"
+.align 2,0
+
+.global MoveNameFurySwipes
+MoveNameFurySwipes:
+.string "Fury Swipes\0"
+.align 2,0
+
+.global MoveNameFuryAttack
+MoveNameFuryAttack:
+.string "Fury Attack\0"
+.align 2,0
+
+.global MoveDescriptionWaterPulse
+MoveDescriptionWaterPulse:
+.string "Inflicts damage on the target~2c even at a\ndistance.\nIt may also leave the target #c5confused#r.\0"
+.align 2,0
+
+.global MoveNameWaterPulse
+MoveNameWaterPulse:
+.string "Water Pulse\0"
+.align 2,0
+
+.global MoveDescriptionMistBall
+MoveDescriptionMistBall:
+.string "Inflicts damage on the target.\nIt may lower the target~27s #c6Special Attack#r\nby one level.\0"
+.align 2,0
+
+.global MoveNameMistBall
+MoveNameMistBall:
+.string "Mist Ball\0"
+.align 2,0
+
+.global MoveNameWaterGun
+MoveNameWaterGun:
+.string "Water Gun\0"
+.align 2,0
+
+.global MoveDescriptionWaterSport
+MoveDescriptionWaterSport:
+.string "Changes the floor~27s status to #c5Water Sport#r~2c\nwhich halves the power of Fire-type\nmoves.\0"
+.align 2,0
+
+.global MoveNameWaterSport
+MoveNameWaterSport:
+.string "Water Sport\0"
+.align 2,0
+
+.global MoveNamePinMissile
+MoveNamePinMissile:
+.string "Pin Missile\0"
+.align 2,0
+
+.global MoveNameDetect
+MoveNameDetect:
+.string "Detect\0"
+.align 2,0
+
+.global MoveDescriptionSubstitute
+MoveDescriptionSubstitute:
+.string "The target gains the #c5Decoy#r status~2c\nmaking it the target of its fellow\nPokémon.\0"
+.align 2,0
+
+.global MoveNameSubstitute
+MoveNameSubstitute:
+.string "Substitute\0"
+.align 2,0
+
+.global MoveNameRollingKick
+MoveNameRollingKick:
+.string "Rolling Kick\0"
+.align 2,0
+
+.global MoveNameDefenseCurl
+MoveNameDefenseCurl:
+.string "Defense Curl\0"
+.align 2,0
+
+.global MoveDescriptionProtect
+MoveDescriptionProtect:
+.string "The user gains the #c5Protect#r status~2c\npreventing damage from enemy attacks\nand moves.\0"
+.align 2,0
+
+.global MoveNameProtect
+MoveNameProtect:
+.string "Protect\0"
+.align 2,0
+
+.global MoveNameMachPunch
+MoveNameMachPunch:
+.string "Mach Punch\0"
+.align 2,0
+
+.global MoveNameMudShot
+MoveNameMudShot:
+.string "Mud Shot\0"
+.align 2,0
+
+.global MoveDescriptionMagicCoat
+MoveDescriptionMagicCoat:
+.string "The user gains the #c5Magic Coat#r status.\nThe user reflects several moves directly\nback to the foes.\0"
+.align 2,0
+
+.global MoveNameMagicCoat
+MoveNameMagicCoat:
+.string "Magic Coat\0"
+.align 2,0
+
+.global MoveNameMagicalLeaf
+MoveNameMagicalLeaf:
+.string "Magical Leaf\0"
+.align 2,0
+
+.global MoveDescriptionMagnitude
+MoveDescriptionMagnitude:
+.string "Damages all Pokémon in the same room.\nThe amount of damage varies.\nIt inflicts double damage on any #c5digging#r\nPokémon.\0"
+.align 2,0
+
+.global MoveNameMagnitude
+MoveNameMagnitude:
+.string "Magnitude\0"
+.align 2,0
+
+.global MoveDescriptionSpikes
+MoveDescriptionSpikes:
+.string "The user places spikes underfoot.\nThe Spiked Tile inflicts damage on\nfoes that step on it.\0"
+.align 2,0
+
+.global MoveDescriptionWrap
+MoveDescriptionWrap:
+.string "The user gains the #c5Wrap#r status~2c and\nthe #c5Wrapped#r status is inflicted on\nthe target.\nBoth Pokémon become incapable of action.\0"
+.align 2,0
+
+.global MoveNameWrap
+MoveNameWrap:
+.string "Wrap\0"
+.align 2,0
+
+.global MoveDescriptionPerishSong
+MoveDescriptionPerishSong:
+.string "Inflicts the #c5Perish Song#r status on all foes\non the floor. The affected foes faint\nafter several turns.\0"
+.align 2,0
+
+.global MoveNamePerishSong
+MoveNamePerishSong:
+.string "Perish Song\0"
+.align 2,0
+
+.global MoveNameFirePunch
+MoveNameFirePunch:
+.string "Fire Punch\0"
+.align 2,0
+
+.global MoveDescriptionFireSpin
+MoveDescriptionFireSpin:
+.string "Inflicts damage on the target.\nIt may also cause #c5constriction#r.\nIt thaws and frees frozen Pokémon.\0"
+.align 2,0
+
+.global MoveNameFireSpin
+MoveNameFireSpin:
+.string "Fire Spin\0"
+.align 2,0
+
+.global MoveDescriptionBonemerang
+MoveDescriptionBonemerang:
+.string "Strikes the target twice~2c even at a\ndistance.\0"
+.align 2,0
+
+.global MoveNameBonemerang
+MoveNameBonemerang:
+.string "Bonemerang\0"
+.align 2,0
+
+.global MoveNameBoneClub
+MoveNameBoneClub:
+.string "Bone Club\0"
+.align 2,0
+
+.global MoveDescriptionTailGlow
+MoveDescriptionTailGlow:
+.string "Boosts the user~27s #c6Special Attack#r by\ntwo levels.\0"
+.align 2,0
+
+.global MoveNameTailGlow
+MoveNameTailGlow:
+.string "Tail Glow\0"
+.align 2,0
+
+.global MoveNameCovet
+MoveNameCovet:
+.string "Covet\0"
+.align 2,0
+
+.global MoveDescriptionCamouflage
+MoveDescriptionCamouflage:
+.string "The user~27s type changes to match the\nterrain.\0"
+.align 2,0
+
+.global MoveNameCamouflage
+MoveNameCamouflage:
+.string "Camouflage\0"
+.align 2,0
+
+.global MoveNameBoneRush
+MoveNameBoneRush:
+.string "Bone Rush\0"
+.align 2,0
+
+.global MoveNameRoar
+MoveNameRoar:
+.string "Roar\0"
+.align 2,0
+
+.global MoveDescriptionPoisonTail
+MoveDescriptionPoisonTail:
+.string "Inflicts damage on the target.\nIt may also leave the target #c5poisoned#r.\nIt has a high critical-hit rate.\0"
+.align 2,0
+
+.global MoveNamePoisonTail
+MoveNamePoisonTail:
+.string "Poison Tail\0"
+.align 2,0
+
+.global MoveDescriptionTransform
+MoveDescriptionTransform:
+.string "The user gains the #c5Transformed#r status.\nThe user transforms into a hostile\nPokémon that appears on the floor.\0"
+.align 2,0
+
+.global MoveNameGlare
+MoveNameGlare:
+.string "Glare\0"
+.align 2,0
+
+.global MoveDescriptionSludgeBomb
+MoveDescriptionSludgeBomb:
+.string "Inflicts damage on the target~2c even at a\ndistance. It may also leave the target\n#c5poisoned#r~2c damaging it for several turns.\0"
+.align 2,0
+
+.global MoveNameSludgeBomb
+MoveNameSludgeBomb:
+.string "Sludge Bomb\0"
+.align 2,0
+
+.global MoveDescriptionSludge
+MoveDescriptionSludge:
+.string "Inflicts damage on the target.\nIt may also leave the target #c5poisoned#r~2c\ndamaging it for several turns.\0"
+.align 2,0
+
+.global MoveDescriptionEruption
+MoveDescriptionEruption:
+.string "Inflicts damage on the target.\nThe higher the user~27s #c6HP#r~2c the greater\nthe damage.\nIt thaws and frees frozen Pokémon.\0"
+.align 2,0
+
+.global MoveDescriptionPresent
+MoveDescriptionPresent:
+.string "Either inflicts damage on the target\nor restores its #c6HP#r.\0"
+.align 2,0
+
+.global MoveNamePresent
+MoveNamePresent:
+.string "Present\0"
+.align 2,0
+
+.global MoveDescriptionBlazeKick
+MoveDescriptionBlazeKick:
+.string "Inflicts damage on the target.\nIt may also cause a #c5burn#r.\nIt thaws and frees frozen Pokémon.\nIt has a high critical-hit rate.\0"
+.align 2,0
+
+.global MoveNameBlazeKick
+MoveNameBlazeKick:
+.string "Blaze Kick\0"
+.align 2,0
+
+.global MoveNameCrushClaw
+MoveNameCrushClaw:
+.string "Crush Claw\0"
+.align 2,0
+
+.global MoveDescriptionTeeterDance
+MoveDescriptionTeeterDance:
+.string "Inflicts the #c5Confused#r status on all\nPokémon on the floor~2c making their attacks\nand movements erratic.\0"
+.align 2,0
+
+.global MoveNameTeeterDance
+MoveNameTeeterDance:
+.string "Teeter Dance\0"
+.align 2,0
+
+.global MoveNameFlash
+MoveNameFlash:
+.string "Flash\0"
+.align 2,0
+
+.global MoveDescriptionBlastBurn
+MoveDescriptionBlastBurn:
+.string "Inflicts damage on the target. However~2c it\nalso inflicts the #c5Paused#r status on the user.\nIt also thaws and frees frozen Pokémon.\0"
+.align 2,0
+
+.global MoveNameBlastBurn
+MoveNameBlastBurn:
+.string "Blast Burn\0"
+.align 2,0
+
+.global MoveNameStomp
+MoveNameStomp:
+.string "Stomp\0"
+.align 2,0
+
+.global MoveNameBlizzard
+MoveNameBlizzard:
+.string "Blizzard\0"
+.align 2,0
+
+.global MoveDescriptionBeatUp
+MoveDescriptionBeatUp:
+.string "Summons the team members around\nthe user.\0"
+.align 2,0
+
+.global MoveNameBeatUp
+MoveNameBeatUp:
+.string "Beat Up\0"
+.align 2,0
+
+.global MoveDescriptionWhirlwind
+MoveDescriptionWhirlwind:
+.string "Knocks the target flying.\nIf the target hits a wall or another\nPokémon~2c it sustains damage.\0"
+.align 2,0
+
+.global MoveNameWhirlwind
+MoveNameWhirlwind:
+.string "Whirlwind\0"
+.align 2,0
+
+.global MoveDescriptionFeatherdance
+MoveDescriptionFeatherdance:
+.string "Lowers the target~27s #c6Attack#r by two levels.\0"
+.align 2,0
+
+.global MoveNameFeatherdance
+MoveNameFeatherdance:
+.string "Featherdance\0"
+.align 2,0
+
+.global MoveDescriptionImprison
+MoveDescriptionImprison:
+.string "Inflicts the #c5Paused#r status on the target~2c\nmaking it incapable of action.\0"
+.align 2,0
+
+.global MoveNameImprison
+MoveNameImprison:
+.string "Imprison\0"
+.align 2,0
+
+.global MoveDescriptionBulkUp
+MoveDescriptionBulkUp:
+.string "Raises the user~27s #c6Attack#r and #c6Defense#r\nby one level.\0"
+.align 2,0
+
+.global MoveNameBulkUp
+MoveNameBulkUp:
+.string "Bulk Up\0"
+.align 2,0
+
+.global MoveNameDizzyPunch
+MoveNameDizzyPunch:
+.string "Dizzy Punch\0"
+.align 2,0
+
+.global MoveDescriptionSecretPower
+MoveDescriptionSecretPower:
+.string "Inflicts damage on the target.\nIt may also trigger other effects\ndepending on the terrain.\0"
+.align 2,0
+
+.global MoveNameSecretPower
+MoveNameSecretPower:
+.string "Secret Power\0"
+.align 2,0
+
+.global MoveNameEmber
+MoveNameEmber:
+.string "Ember\0"
+.align 2,0
+
+.global MoveNameHyperFang
+MoveNameHyperFang:
+.string "Hyper Fang\0"
+.align 2,0
+
+.global MoveNameScratch
+MoveNameScratch:
+.string "Scratch\0"
+.align 2,0
+
+.global MoveDescriptionLightScreen
+MoveDescriptionLightScreen:
+.string "The user gains the #c5Light Screen#r status.\nIt halves the damage from\n#c5Special Attack moves#r.\0"
+.align 2,0
+
+.global MoveNameLightScreen
+MoveNameLightScreen:
+.string "Light Screen\0"
+.align 2,0
+
+.global MoveDescriptionBellyDrum
+MoveDescriptionBellyDrum:
+.string "Boosts the user~27s #c6Attack#r to maximum~2c\nbut empties its #c6Belly#r to just one.\nIt has no effect if the #c6Belly#r is one or less.\0"
+.align 2,0
+
+.global MoveNameBellyDrum
+MoveNameBellyDrum:
+.string "Belly Drum\0"
+.align 2,0
+
+.global MoveDescriptionFixedDamage
+MoveDescriptionFixedDamage:
+.string "The user gains the #c5Set Damage#r status.\nIn this state~2c all damage inflicted by the\nuser will remain constant.\0"
+.align 2,0
+
+.global MoveNameDoomDesire
+MoveNameDoomDesire:
+.string "Doom Desire\0"
+.align 2,0
+
+.global MoveNameBubblebeam
+MoveNameBubblebeam:
+.string "Bubblebeam\0"
+.align 2,0
+
+.global MoveDescriptionSplash
+MoveDescriptionSplash:
+.string "Makes the user flop around as it moves.\nIf there is another Pokémon where it\nlands~2c both Pokémon are hurt.\0"
+.align 2,0
+
+.global MoveNameSplash
+MoveNameSplash:
+.string "Splash\0"
+.align 2,0
+
+.global MoveDescriptionPetalDance
+MoveDescriptionPetalDance:
+.string "Hits the target two to five times in\nsuccession. However it also makes the\nuser #c5confused#r.\0"
+.align 2,0
+
+.global MoveNamePetalDance
+MoveNamePetalDance:
+.string "Petal Dance\0"
+.align 2,0
+
+.global MoveDescriptionBatonPass
+MoveDescriptionBatonPass:
+.string "Successively switches the user~27s position\nwith the positions of other Pokémon in\nthe room.\0"
+.align 2,0
+
+.global MoveNameBatonPass
+MoveNameBatonPass:
+.string "Baton Pass\0"
+.align 2,0
+
+.global MoveDescriptionHighCriticalDistance
+MoveDescriptionHighCriticalDistance:
+.string "Inflicts damage on the target~2c even at a\ndistance.\nIt has a high critical-hit rate.\0"
+.align 2,0
+
+.global MoveNameRazorLeaf
+MoveNameRazorLeaf:
+.string "Razor Leaf\0"
+.align 2,0
+
+.global MoveNamePound
+MoveNamePound:
+.string "Pound\0"
+.align 2,0
+
+.global MoveDescriptionKnockOff
+MoveDescriptionKnockOff:
+.string "Knocks the target~27s hold item to\nthe ground.\0"
+.align 2,0
+
+.global MoveNameKnockOff
+MoveNameKnockOff:
+.string "Knock Off\0"
+.align 2,0
+
+.global MoveNameVicegrip
+MoveNameVicegrip:
+.string "Vicegrip\0"
+.align 2,0
+
+.global MoveNameGuillotine
+MoveNameGuillotine:
+.string "Guillotine\0"
+.align 2,0
+
+.global MoveDescriptionDynamicpunch
+MoveDescriptionDynamicpunch:
+.string "Inflicts damage on the target.\nIt also leaves the target #c5confused#r.\0"
+.align 2,0
+
+.global MoveNameDynamicpunch
+MoveNameDynamicpunch:
+.string "Dynamicpunch\0"
+.align 2,0
+
+.global MoveDescriptionSpitUp
+MoveDescriptionSpitUp:
+.string "Inflicts damage on the target.\nIts power depends on how often the move\n#c4Stockpile#r was used before.\0"
+.align 2,0
+
+.global MoveNameSpitUp
+MoveNameSpitUp:
+.string "Spit Up\0"
+.align 2,0
+
+.global MoveDescriptionSteelWing
+MoveDescriptionSteelWing:
+.string "Inflicts damage on the target.\nIt may also raise the user~27s #c6Defense#r by\none level.\0"
+.align 2,0
+
+.global MoveNameSteelWing
+MoveNameSteelWing:
+.string "Steel Wing\0"
+.align 2,0
+
+.global MoveDescriptionSuperpower
+MoveDescriptionSuperpower:
+.string "Inflicts damage on the target.\nHowever~2c it also lowers the user~27s\n#c6Attack#r and #c6Defense#r by one level.\0"
+.align 2,0
+
+.global MoveDescriptionHyperBeam
+MoveDescriptionHyperBeam:
+.string "Inflicts damage on the target~2c even at a\ndistance. It also inflicts the #c5Paused#r status\non the user~2c making it incapable of action.\0"
+.align 2,0
+
+.global MoveNameHyperBeam
+MoveNameHyperBeam:
+.string "Hyper Beam\0"
+.align 2,0
+
+.global MoveNameHyperVoice
+MoveNameHyperVoice:
+.string "Hyper Voice\0"
+.align 2,0
+
+.global MoveDescriptionHydroPump
+MoveDescriptionHydroPump:
+.string "Inflicts damage on the target~2c even at a\ndistance.\0"
+.align 2,0
+
+.global MoveNameHydroPump
+MoveNameHydroPump:
+.string "Hydro Pump\0"
+.align 2,0
+
+.global MoveDescriptionHydroCannon
+MoveDescriptionHydroCannon:
+.string "Inflicts damage on the target~2c even at a\ndistance. It also inflicts the #c5Paused#r\nstatus on the user~2c making it incapable\nof action.\0"
+.align 2,0
+
+.global MoveNameHydroCannon
+MoveNameHydroCannon:
+.string "Hydro Cannon\0"
+.align 2,0
+
+.global MoveDescriptionFrenzyPlant
+MoveDescriptionFrenzyPlant:
+.string "Inflicts damage on the target.\nHowever~2c it also inflicts the #c5Paused#r status\non the user~2c making it incapable of action.\0"
+.align 2,0
+
+.global MoveNameFrenzyPlant
+MoveNameFrenzyPlant:
+.string "Frenzy Plant\0"
+.align 2,0
+
+.global MoveDescriptionCurse
+MoveDescriptionCurse:
+.string "Boosts the user~27s #c6Attack#r and #c6Defense#r by\none level~2c but also lowers #c6Movement Speed#r\nby one level. If used by a Ghost type~2c the\ntarget is #c5cursed#r~2c and the user~27s #c6HP#r halved.\0"
+.align 2,0
+
+.global MoveNameCurse
+MoveNameCurse:
+.string "Curse\0"
+.align 2,0
+
+.global MoveDescriptionSwallow
+MoveDescriptionSwallow:
+.string "Restores the user~27s #c6HP#r.\nThe #c6HP#r recovered depends on how often\nthe move #c4Stockpile#r was used before.\0"
+.align 2,0
+
+.global MoveNameBodySlam
+MoveNameBodySlam:
+.string "Body Slam\0"
+.align 2,0
+
+.global MoveDescriptionConfuseChance
+MoveDescriptionConfuseChance:
+.string "Inflicts damage on the target.\nIt may also leave the target #c5confused#r.\0"
+.align 2,0
+
+.global MoveNameConfusion
+MoveNameConfusion:
+.string "Confusion\0"
+.align 2,0
+
+.global MoveDescriptionIngrain
+MoveDescriptionIngrain:
+.string "The user gains the #c5Ingrain#r status.\nThe user becomes incapable of moving~2c\nbut regains #c6HP#r over several turns.\0"
+.align 2,0
+
+.global MoveNameIngrain
+MoveNameIngrain:
+.string "Ingrain\0"
+.align 2,0
+
+.global MoveDescriptionRest
+MoveDescriptionRest:
+.string "The user gains the #c5Napping#r status.\nUpon awakening~2c the Pokémon regains #c6HP#r\nand recovers from any status problems.\0"
+.align 2,0
+
+.global MoveNameRest
+MoveNameRest:
+.string "Rest\0"
+.align 2,0
+
+.global MoveDescriptionSleepPowder
+MoveDescriptionSleepPowder:
+.string "Makes all foes around the user go to\n#c5sleep#r~2c making them incapable of action.\0"
+.align 2,0
+
+.global MoveNameSleepPowder
+MoveNameSleepPowder:
+.string "Sleep Powder\0"
+.align 2,0
+
+.global MoveDescriptionHeatWave
+MoveDescriptionHeatWave:
+.string "Inflicts damage on foes in the room.\nIt may also cause a #c5burn#r.\nIt thaws and frees frozen Pokémon.\0"
+.align 2,0
+
+.global MoveNameHeatWave
+MoveNameHeatWave:
+.string "Heat Wave\0"
+.align 2,0
+
+.global MoveUseTextAssist
+MoveUseTextAssist:
+.string "$m0 chose $i0!\0"
+.align 2,0
+
+.global MoveDescriptionAssist
+MoveDescriptionAssist:
+.string "Makes the user randomly use one move\nout of all the moves of the Pokémon on\nthe floor.\0"
+.align 2,0
+
+.global MoveNameAssist
+MoveNameAssist:
+.string "Assist\0"
+.align 2,0
+
+.global MoveDescriptionPayDay
+MoveDescriptionPayDay:
+.string "Inflicts damage on the target.\nIf the foe faints~2c it will drop money.\0"
+.align 2,0
+
+.global MoveNamePayDay
+MoveNamePayDay:
+.string "Pay Day\0"
+.align 2,0
+
+.global MoveDescriptionSleepTalk
+MoveDescriptionSleepTalk:
+.string "Makes the user deploy one of its moves\nagainst a foe that attacks it while it is\nsleeping.\0"
+.align 2,0
+
+.global MoveNameSleepTalk
+MoveNameSleepTalk:
+.string "Sleep Talk\0"
+.align 2,0
+
+.global MoveDescriptionFakeOut
+MoveDescriptionFakeOut:
+.string "Inflicts damage on the target.\nIt may also make the target #c5cringe#r.\nIt reaches up to two tiles ahead.\0"
+.align 2,0
+
+.global MoveNameFakeOut
+MoveNameFakeOut:
+.string "Fake Out\0"
+.align 2,0
+
+.global MoveDescriptionWish
+MoveDescriptionWish:
+.string "The user gains the #c5Wish#r status.\nIt boosts the user~27s #c6HP#r recovery rate.\0"
+.align 2,0
+
+.global MoveNameLeer
+MoveNameLeer:
+.string "Leer\0"
+.align 2,0
+
+.global MoveDescriptionSunnyDay
+MoveDescriptionSunnyDay:
+.string "Changes the dungeon floor~27s weather to\n#c5Sunny#r over several turns.\0"
+.align 2,0
+
+.global MoveNameSunnyDay
+MoveNameSunnyDay:
+.string "Sunny Day\0"
+.align 2,0
+
+.global MoveDescriptionHitTwice
+MoveDescriptionHitTwice:
+.string "Attacks the target twice in succession.\0"
+.align 2,0
+
+.global MoveNameDoubleKick
+MoveNameDoubleKick:
+.string "Double Kick\0"
+.align 2,0
+
+.global MoveNameNeedleArm
+MoveNameNeedleArm:
+.string "Needle Arm\0"
+.align 2,0
+
+.global MoveDescriptionRolePlay
+MoveDescriptionRolePlay:
+.string "Copies the target~27s #c6Special Ability#r.\nThe user regains its own #c6Special Ability#r\nwhen it leaves the floor.\0"
+.align 2,0
+
+.global MoveNameRolePlay
+MoveNameRolePlay:
+.string "Role Play\0"
+.align 2,0
+
+.global MoveDescriptionSurf
+MoveDescriptionSurf:
+.string "Inflicts damage on the target.\nInflicts double damage on a #c5diving#r foe.\0"
+.align 2,0
+
+.global MoveNameSurf
+MoveNameSurf:
+.string "Surf\0"
+.align 2,0
+
+.global MoveNameSlackOff
+MoveNameSlackOff:
+.string "Slack Off\0"
+.align 2,0
+
+.global MoveDescriptionGrowl
+MoveDescriptionGrowl:
+.string "Lowers the #c6Attack#r of all foes in the room\nby one level.\0"
+.align 2,0
+
+.global MoveNameGrowl
+MoveNameGrowl:
+.string "Growl\0"
+.align 2,0
+
+.global MoveDescriptionNightShade
+MoveDescriptionNightShade:
+.string "Damages all foes around the user.\nThe amount of damage depends on the\nuser~27s #c6level#r.\0"
+.align 2,0
+
+.global MoveNameNightShade
+MoveNameNightShade:
+.string "Night Shade\0"
+.align 2,0
+
+.global MoveDescriptionAmnesia
+MoveDescriptionAmnesia:
+.string "Boosts the user~27s #c6Special Defense#r by\ntwo levels.\0"
+.align 2,0
+
+.global MoveNameAmnesia
+MoveNameAmnesia:
+.string "Amnesia\0"
+.align 2,0
+
+.global MoveDescriptionThief
+MoveDescriptionThief:
+.string "Inflicts damage on the target.\nIt also snatches the target~27s hold item\nto make it the user~27s.\0"
+.align 2,0
+
+.global MoveNameThief
+MoveNameThief:
+.string "Thief\0"
+.align 2,0
+
+.global MoveDescriptionMudSlap
+MoveDescriptionMudSlap:
+.string "Inflicts damage on the target.\nIt also lowers the target~27s #c6Accuracy#r by\none level.\0"
+.align 2,0
+
+.global MoveNameMudSlap
+MoveNameMudSlap:
+.string "Mud-Slap\0"
+.align 2,0
+
+.global MoveDescriptionMudSport
+MoveDescriptionMudSport:
+.string "Changes the floor~27s status to #c5Mud Sport#r~2c\nwhich halves the power of Electric-type\nmoves.\0"
+.align 2,0
+
+.global MoveNameMudSport
+MoveNameMudSport:
+.string "Mud Sport\0"
+.align 2,0
+
+.global MoveNameDrillPeck
+MoveNameDrillPeck:
+.string "Drill Peck\0"
+.align 2,0
+
+.global MoveDescriptionTripleKick
+MoveDescriptionTripleKick:
+.string "Kicks the target three times.\nIts power rises with every kick.\0"
+.align 2,0
+
+.global MoveNameTripleKick
+MoveNameTripleKick:
+.string "Triple Kick\0"
+.align 2,0
+
+.global MoveDescriptionTrick
+MoveDescriptionTrick:
+.string "Switches the user~27s hold item with the\ntarget~27s hold item.\nIt only works if both Pokémon hold items.\0"
+.align 2,0
+
+.global MoveNameTrick
+MoveNameTrick:
+.string "Trick\0"
+.align 2,0
+
+.global MoveNameDragonClaw
+MoveNameDragonClaw:
+.string "Dragon Claw\0"
+.align 2,0
+
+.global MoveDescriptionTriAttack
+MoveDescriptionTriAttack:
+.string "Inflicts damage on the target.\nIt may also cause a #c5burn#r~2c\n#c5paralysis#r~2c or leave the target #c5frozen#r.\0"
+.align 2,0
+
+.global MoveNameTriAttack
+MoveNameTriAttack:
+.string "Tri Attack\0"
+.align 2,0
+
+.global MoveNameHiJumpKick
+MoveNameHiJumpKick:
+.string "Hi Jump Kick\0"
+.align 2,0
+
+.global MoveDescriptionBounce
+MoveDescriptionBounce:
+.string "The user gains the #c5Bouncing#r status~2c\nmaking it attack strongly on the next turn.\nIt may also cause #c5paralysis#r.\nIt is not possible to #c5link#r this move.\0"
+.align 2,0
+
+.global MoveDescriptionJumpKick
+MoveDescriptionJumpKick:
+.string "Inflicts damage on the target~2c but hurts\nthe user if it misses.\0"
+.align 2,0
+
+.global MoveNameJumpKick
+MoveNameJumpKick:
+.string "Jump Kick\0"
+.align 2,0
+
+.global MoveDescriptionTakeDown
+MoveDescriptionTakeDown:
+.string "Inflicts damage on the target~2c but also\nhurts the user.\0"
+.align 2,0
+
+.global MoveNameTakeDown
+MoveNameTakeDown:
+.string "Take Down\0"
+.align 2,0
+
+.global MoveNameAcidArmor
+MoveNameAcidArmor:
+.string "Acid Armor\0"
+.align 2,0
+
+.global MoveNameSpikeCannon
+MoveNameSpikeCannon:
+.string "Spike Cannon\0"
+.align 2,0
+
+.global MoveNamePoisonSting
+MoveNamePoisonSting:
+.string "Poison Sting\0"
+.align 2,0
+
+.global MoveNamePoisonpowder
+MoveNamePoisonpowder:
+.string "Poisonpowder\0"
+.align 2,0
+
+.global MoveDescriptionPoisonFang
+MoveDescriptionPoisonFang:
+.string "Inflicts damage on the target.\nIt may also leave the target\n#c5badly poisoned#r~2c damaging it over\nseveral turns.\0"
+.align 2,0
+
+.global MoveNamePoisonFang
+MoveNamePoisonFang:
+.string "Poison Fang\0"
+.align 2,0
+
+.global MoveDescriptionToxic
+MoveDescriptionToxic:
+.string "#c5Badly poisons#r the target.\nIf a Pokémon is #c5badly poisoned#r~2c it\nsustains damage over several turns.\0"
+.align 2,0
+
+.global MoveNameToxic
+MoveNameToxic:
+.string "Toxic\0"
+.align 2,0
+
+.global MoveDescriptionPoison
+MoveDescriptionPoison:
+.string "#c5Poisons#r the target.\nIf a Pokémon is #c5poisoned#r~2c it sustains\ndamage over several turns.\0"
+.align 2,0
+
+.global MoveNameHowl
+MoveNameHowl:
+.string "Howl\0"
+.align 2,0
+
+.global MoveDescriptionBlock
+MoveDescriptionBlock:
+.string "Inflicts the #c5Leg Hold#r status on the\ntarget~2c making it incapable of movement.\0"
+.align 2,0
+
+.global MoveNameBlock
+MoveNameBlock:
+.string "Block\0"
+.align 2,0
+
+.global MoveDescriptionZapCannon
+MoveDescriptionZapCannon:
+.string "Inflicts damage on the target~2c even at a\ndistance. It also causes #c5paralysis#r~2c\npreventing any attacks or moves.\0"
+.align 2,0
+
+.global MoveNameZapCannon
+MoveNameZapCannon:
+.string "Zap Cannon\0"
+.align 2,0
+
+.global MoveNameThunderWave
+MoveNameThunderWave:
+.string "Thunder Wave\0"
+.align 2,0
+
+.global MoveNameSweetKiss
+MoveNameSweetKiss:
+.string "Sweet Kiss\0"
+.align 2,0
+
+.global MoveNameQuickAttack
+MoveNameQuickAttack:
+.string "Quick Attack\0"
+.align 2,0
+
+.global MoveDescriptionShockWave
+MoveDescriptionShockWave:
+.string "Inflicts damage on the target~2c even at a\ndistance.\nIt never misses.\0"
+.align 2,0
+
+.global MoveNameShockWave
+MoveNameShockWave:
+.string "Shock Wave\0"
+.align 2,0
+
+.global MoveNameThundershock
+MoveNameThundershock:
+.string "Thundershock\0"
+.align 2,0
+
+.global MoveDescriptionTeleport
+MoveDescriptionTeleport:
+.string "Warps the user to another spot on the\nsame floor.\0"
+.align 2,0
+
+.global MoveNameTeleport
+MoveNameTeleport:
+.string "Teleport\0"
+.align 2,0
+
+.global MoveDescriptionBoostDefenseTwo
+MoveDescriptionBoostDefenseTwo:
+.string "Boosts the user~27s #c6Defense#r by two levels.\0"
+.align 2,0
+
+.global MoveNameIronDefense
+MoveNameIronDefense:
+.string "Iron Defense\0"
+.align 2,0
+
+.global MoveDescriptionHelpingHand
+MoveDescriptionHelpingHand:
+.string "Boosts the #c6Attack#r and #c6Special Attack#r of\nteam members in the same room by one\nlevel.\0"
+.align 2,0
+
+.global MoveNameHelpingHand
+MoveNameHelpingHand:
+.string "Helping Hand\0"
+.align 2,0
+
+.global MoveDescriptionConversion2
+MoveDescriptionConversion2:
+.string "The user gains the #c5Conversion 2#r status.\nIt changes the user~27s type to one that is\nstrong against the move type it took last.\0"
+.align 2,0
+
+.global MoveNameConversion2
+MoveNameConversion2:
+.string "Conversion 2\0"
+.align 2,0
+
+.global MoveDescriptionConversion
+MoveDescriptionConversion:
+.string "Changes the user~27s type into the same\ntype as one of its moves.\0"
+.align 2,0
+
+.global MoveNameConversion
+MoveNameConversion:
+.string "Conversion\0"
+.align 2,0
+
+.global MoveNameVineWhip
+MoveNameVineWhip:
+.string "Vine Whip\0"
+.align 2,0
+
+.global MoveDescriptionSwordsDance
+MoveDescriptionSwordsDance:
+.string "Boosts the user~27s #c6Attack#r by two levels.\0"
+.align 2,0
+
+.global MoveNameSwordsDance
+MoveNameSwordsDance:
+.string "Swords Dance\0"
+.align 2,0
+
+.global MoveNameIcicleSpear
+MoveNameIcicleSpear:
+.string "Icicle Spear\0"
+.align 2,0
+
+.global MoveNameAerialAce
+MoveNameAerialAce:
+.string "Aerial Ace\0"
+.align 2,0
+
+.global MoveNameWingAttack
+MoveNameWingAttack:
+.string "Wing Attack\0"
+.align 2,0
+
+.global MoveDescriptionOneHit
+MoveDescriptionOneHit:
+.string "Defeats the target in one shot--if it hits.\nIt has no effect on a Ghost-type foe.\0"
+.align 2,0
+
+.global MoveNameHornDrill
+MoveNameHornDrill:
+.string "Horn Drill\0"
+.align 2,0
+
+.global MoveNameHornAttack
+MoveNameHornAttack:
+.string "Horn Attack\0"
+.align 2,0
+
+.global MoveNamePeck
+MoveNamePeck:
+.string "Peck\0"
+.align 2,0
+
+.global MoveDescriptionMoonlight
+MoveDescriptionMoonlight:
+.string "Restores the #c6HP#r of the user and team\nmembers on the same floor. The amount of\n#c6HP#r recovered depends on the weather.\0"
+.align 2,0
+
+.global MoveDescriptionTaunt
+MoveDescriptionTaunt:
+.string "Inflicts the #c5Taunted#r status\non the targeted Pokémon.\0"
+.align 2,0
+
+.global MoveNameTaunt
+MoveNameTaunt:
+.string "Taunt\0"
+.align 2,0
+
+.global MoveDescriptionConfuse
+MoveDescriptionConfuse:
+.string "Inflicts the #c5Confused#r status on the\ntarget~2c making its attacks and\nmovements erratic.\0"
+.align 2,0
+
+.global MoveNameSupersonic
+MoveNameSupersonic:
+.string "Supersonic\0"
+.align 2,0
+
+.global MoveDescriptionSeismicToss
+MoveDescriptionSeismicToss:
+.string "Inflicts damage on the target.\nThe amount of damage depends on the\nuser~27s #c6level#r.\0"
+.align 2,0
+
+.global MoveNameSeismicToss
+MoveNameSeismicToss:
+.string "Seismic Toss\0"
+.align 2,0
+
+.global MoveNameMinimize
+MoveNameMinimize:
+.string "Minimize\0"
+.align 2,0
+
+.global MoveNameBarrage
+MoveNameBarrage:
+.string "Barrage\0"
+.align 2,0
+
+.global MoveNameFaintAttack
+MoveNameFaintAttack:
+.string "Faint Attack\0"
+.align 2,0
+
+.global MoveNameEggBomb
+MoveNameEggBomb:
+.string "Egg Bomb\0"
+.align 2,0
+
+.global MoveDescriptionSoftboiled
+MoveDescriptionSoftboiled:
+.string "Restores the #c6HP#r of the user and team\nmembers in the same room by one quarter\nof their #c6maximum HP#r.\0"
+.align 2,0
+
+.global MoveNameSoftboiled
+MoveNameSoftboiled:
+.string "Softboiled\0"
+.align 2,0
+
+.global MoveDescriptionTwineedle
+MoveDescriptionTwineedle:
+.string "Hits the target twice~2c even at a distance.\nIt may also leave the target #c5poisoned#r~2c\ndamaging it over several turns.\0"
+.align 2,0
+
+.global MoveNameTwineedle
+MoveNameTwineedle:
+.string "Twineedle\0"
+.align 2,0
+
+.global MoveDescriptionMultiHitDistance
+MoveDescriptionMultiHitDistance:
+.string "Inflicts damage on the target~2c even at a\ndistance.\nIt hits two to five times in succession.\0"
+.align 2,0
+
+.global MoveNameBulletSeed
+MoveNameBulletSeed:
+.string "Bullet Seed\0"
+.align 2,0
+
+.global MoveDescriptionTwister
+MoveDescriptionTwister:
+.string "Inflicts damage on the target. It may also\ncause the target to #c5cringe#r~2c making\nit incapable of action. Doubles damage\non a #c5flying#r or #c5bouncing#r Pokémon.\0"
+.align 2,0
+
+.global MoveNameTwister
+MoveNameTwister:
+.string "Twister\0"
+.align 2,0
+
+.global MoveNameSlam
+MoveNameSlam:
+.string "Slam\0"
+.align 2,0
+
+.global MoveDescriptionStockpile
+MoveDescriptionStockpile:
+.string "Stockpiles power for up to three turns.\nThe stored power boosts the performance\nof the moves #c4Swallow#r and #c4Spit Up#r.\0"
+.align 2,0
+
+.global MoveNameStockpile
+MoveNameStockpile:
+.string "Stockpile\0"
+.align 2,0
+
+.global MoveDescriptionMuddyWater
+MoveDescriptionMuddyWater:
+.string "Inflicts damage on the target.\nIt may also lower the target~27s #c6Accuracy#r\nby one level.\0"
+.align 2,0
+
+.global MoveNameMuddyWater
+MoveNameMuddyWater:
+.string "Muddy Water\0"
+.align 2,0
+
+.global MoveNameWaterfall
+MoveNameWaterfall:
+.string "Waterfall\0"
+.align 2,0
+
+.global MoveNameFireBlast
+MoveNameFireBlast:
+.string "Fire Blast\0"
+.align 2,0
+
+.global MoveDescriptionDive
+MoveDescriptionDive:
+.string "The user gains the #c5Diving#r status~2c\nmaking it attack strongly on the next turn.\nIt is not possible to #c5link#r this move.\nIt can~27t be used without water.\0"
+.align 2,0
+
+.global MoveNameDive
+MoveNameDive:
+.string "Dive\0"
+.align 2,0
+
+.global MoveDescriptionExplosion
+MoveDescriptionExplosion:
+.string "Makes the user blow up in\na #c5huge explosion#r~2c inflicting damage on all\nsurrounding Pokémon. It also destroys\nsurrounding items and walls.\0"
+.align 2,0
+
+.global MoveNameExplosion
+MoveNameExplosion:
+.string "Explosion\0"
+.align 2,0
+
+.global MoveNameTackle
+MoveNameTackle:
+.string "Tackle\0"
+.align 2,0
+
+.global MoveDescriptionFly
+MoveDescriptionFly:
+.string "The user gains the #c5Flying#r status~2c \nmaking it attack strongly on the next turn.\nIt is not possible to #c5link#r this move.\0"
+.align 2,0
+
+.global MoveNameFly
+MoveNameFly:
+.string "Fly\0"
+.align 2,0
+
+.global MoveDescriptionSonicboom
+MoveDescriptionSonicboom:
+.string "Inflicts a set amount of damage on the\ntarget~2c even at a distance.\0"
+.align 2,0
+
+.global MoveNameSonicboom
+MoveNameSonicboom:
+.string "Sonicboom\0"
+.align 2,0
+
+.global MoveDescriptionSolarbeam
+MoveDescriptionSolarbeam:
+.string "The user gains the #c5Solarbeam#r status~2c\nmaking it attack strongly on the next turn.\nIt is not possible to #c5link#r this move.\0"
+.align 2,0
+
+.global MoveNameSolarbeam
+MoveNameSolarbeam:
+.string "Solarbeam\0"
+.align 2,0
+
+.global MoveDescriptionSheerCold
+MoveDescriptionSheerCold:
+.string "Defeats the target in one shot--if it hits.\0"
+.align 2,0
+
+.global MoveNameSheerCold
+MoveNameSheerCold:
+.string "Sheer Cold\0"
+.align 2,0
+
+.global MoveDescriptionSacredFire
+MoveDescriptionSacredFire:
+.string "Inflicts damage on the target.\nIt may also cause a #c5burn#r.\0"
+.align 2,0
+
+.global MoveNameSacredFire
+MoveNameSacredFire:
+.string "Sacred Fire\0"
+.align 2,0
+
+.global MoveDescriptionGrowth
+MoveDescriptionGrowth:
+.string "Boosts the user~27s #c6Special Attack#r by one\nlevel.\0"
+.align 2,0
+
+.global MoveNameGrowth
+MoveNameGrowth:
+.string "Growth\0"
+.align 2,0
+
+.global MoveDescriptionPoisonChance
+MoveDescriptionPoisonChance:
+.string "Inflicts damage on the target.\nIt may also leave the target #c5poisoned#r~2c\ndamaging it over several turns.\0"
+.align 2,0
+
+.global MoveNameSmog
+MoveNameSmog:
+.string "Smog\0"
+.align 2,0
+
+.global MoveNameKinesis
+MoveNameKinesis:
+.string "Kinesis\0"
+.align 2,0
+
+.global MoveNameSwift
+MoveNameSwift:
+.string "Swift\0"
+.align 2,0
+
+.global MoveNameSpark
+MoveNameSpark:
+.string "Spark\0"
+.align 2,0
+
+.global MoveNameSandTomb
+MoveNameSandTomb:
+.string "Sand Tomb\0"
+.align 2,0
+
+.global MoveDescriptionLowerAccuracy
+MoveDescriptionLowerAccuracy:
+.string "Lowers the target~27s #c6Accuracy#r by one level.\0"
+.align 2,0
+
+.global MoveNameSandAttack
+MoveNameSandAttack:
+.string "Sand-Attack\0"
+.align 2,0
+
+.global MoveDescriptionSandstorm
+MoveDescriptionSandstorm:
+.string "Changes the dungeon floor~27s weather to\n#c5Sandstorm#r for several turns.\0"
+.align 2,0
+
+.global MoveNameSandstorm
+MoveNameSandstorm:
+.string "Sandstorm\0"
+.align 2,0
+
+.global MoveNameDoubleEdge
+MoveNameDoubleEdge:
+.string "Double-Edge\0"
+.align 2,0
+
+.global MoveNameHeadbutt
+MoveNameHeadbutt:
+.string "Headbutt\0"
+.align 2,0
+
+.global MoveDescriptionSketch
+MoveDescriptionSketch:
+.string "Copies the move last used by the target\nand makes it the user~27s.\n#c4Sketch#r disappears after it copies a move.\0"
+.align 2,0
+
+.global MoveNameSketch
+MoveNameSketch:
+.string "Sketch\0"
+.align 2,0
+
+.global MoveDescriptionSkillSwap
+MoveDescriptionSkillSwap:
+.string "Switches the user~27s #c6Special Ability#r with\nthat of the target.\0"
+.align 2,0
+
+.global MoveNameSkillSwap
+MoveNameSkillSwap:
+.string "Skill Swap\0"
+.align 2,0
+
+.global MoveDescriptionSkyUppercut
+MoveDescriptionSkyUppercut:
+.string "Inflicts damage on the target.\nIt hits even a Pokémon that is either\n#c5flying#r or #c5bouncing#r.\0"
+.align 2,0
+
+.global MoveNameSkyUppercut
+MoveNameSkyUppercut:
+.string "Sky Uppercut\0"
+.align 2,0
+
+.global MoveNameAbsorb
+MoveNameAbsorb:
+.string "Absorb\0"
+.align 2,0
+
+.global MoveDescriptionSafeguard
+MoveDescriptionSafeguard:
+.string "The user and team members in the same\nroom gain the #c5Safeguard#r status~2c\nwhich prevents status problems.\0"
+.align 2,0
+
+.global MoveNameSafeguard
+MoveNameSafeguard:
+.string "Safeguard\0"
+.align 2,0
+
+.global MoveDescriptionExtrasensory
+MoveDescriptionExtrasensory:
+.string "Inflicts damage on the target.\nIt may also cause the target to #c5cringe#r~2c\nmaking it incapable of attacking\nor using moves.\0"
+.align 2,0
+
+.global MoveNameExtrasensory
+MoveNameExtrasensory:
+.string "Extrasensory\0"
+.align 2,0
+
+.global MoveDescriptionTwoTilesAhead
+MoveDescriptionTwoTilesAhead:
+.string "Inflicts damage on a target up to\ntwo tiles ahead.\0"
+.align 2,0
+
+.global MoveNameExtremespeed
+MoveNameExtremespeed:
+.string "Extremespeed\0"
+.align 2,0
+
+.global MoveDescriptionFissure
+MoveDescriptionFissure:
+.string "Defeats the target in one shot--if it hits.\nIt has no effect on a flying foe.\0"
+.align 2,0
+
+.global MoveNameFissure
+MoveNameFissure:
+.string "Fissure\0"
+.align 2,0
+
+.global MoveDescriptionMist
+MoveDescriptionMist:
+.string "The user gains the #c5Mist#r status.\nIt prevents #c6Attack#r~2c #c6Defense#r~2c #c6Special\nAttack#r~2c #c6Special Defense#r~2c #c6Accuracy#r~2c and\n#c6Evasion#r from being reduced.\0"
+.align 2,0
+
+.global MoveNameMist
+MoveNameMist:
+.string "Mist\0"
+.align 2,0
+
+.global MoveDescriptionThunderbolt
+MoveDescriptionThunderbolt:
+.string "Damages all foes around the user.\nIt may also cause #c5paralysis#r and prevent\nany attacks or moves.\0"
+.align 2,0
+
+.global MoveNameThunderbolt
+MoveNameThunderbolt:
+.string "Thunderbolt\0"
+.align 2,0
+
+.global MoveDescriptionCharge
+MoveDescriptionCharge:
+.string "The user gains the #c5Charging#r status.\nIt boosts the power of the Electric-type\nmove to be used next.\0"
+.align 2,0
+
+.global MoveNameCharge
+MoveNameCharge:
+.string "Charge\0"
+.align 2,0
+
+.global MoveDescriptionShadowBall
+MoveDescriptionShadowBall:
+.string "Inflicts damage on the target~2c even at a\ndistance. It may also lower the target~27s\n#c6Special Defense#r by one level.\0"
+.align 2,0
+
+.global MoveNameShadowBall
+MoveNameShadowBall:
+.string "Shadow Ball\0"
+.align 2,0
+
+.global MoveDescriptionNeverMiss
+MoveDescriptionNeverMiss:
+.string "Inflicts damage on the target.\nIt never misses.\0"
+.align 2,0
+
+.global MoveNameShadowPunch
+MoveNameShadowPunch:
+.string "Shadow Punch\0"
+.align 2,0
+
+.global MoveNameBind
+MoveNameBind:
+.string "Bind\0"
+.align 2,0
+
+.global MoveDescriptionStunSpore
+MoveDescriptionStunSpore:
+.string "Causes #c5paralysis#r in surrounding foes.\nA Pokémon affected by #c5paralysis#r is\nincapable of attacking or using moves.\0"
+.align 2,0
+
+.global MoveNameStunSpore
+MoveNameStunSpore:
+.string "Stun Spore\0"
+.align 2,0
+
+.global MoveDescriptionSelfdestruct
+MoveDescriptionSelfdestruct:
+.string "Makes the user #c5explode#r~2c inflicting\ndamage on all surrounding Pokémon.\nIt also destroys surrounding items.\0"
+.align 2,0
+
+.global MoveNameSelfdestruct
+MoveNameSelfdestruct:
+.string "Selfdestruct\0"
+.align 2,0
+
+.global MoveDescriptionLowerDefense
+MoveDescriptionLowerDefense:
+.string "Lowers the target~27s #c6Defense#r by one level.\0"
+.align 2,0
+
+.global MoveNameTailWhip
+MoveNameTailWhip:
+.string "Tail Whip\0"
+.align 2,0
+
+.global MoveDescriptionFlail
+MoveDescriptionFlail:
+.string "Inflicts damage on the target.\nThe lower the user~27s #c6HP#r~2c the greater\nthe damage.\0"
+.align 2,0
+
+.global MoveNameFlail
+MoveNameFlail:
+.string "Flail\0"
+.align 2,0
+
+.global MoveNameLick
+MoveNameLick:
+.string "Lick\0"
+.align 2,0
+
+.global MoveDescriptionNaturePower
+MoveDescriptionNaturePower:
+.string "Looses a variety of moves depending\non the dungeon terrain.\0"
+.align 2,0
+
+.global MoveNameNaturePower
+MoveNameNaturePower:
+.string "Nature Power\0"
+.align 2,0
+
+.global MoveDescriptionEarthquake
+MoveDescriptionEarthquake:
+.string "Damages all Pokémon in the same room.\nIt inflicts double damage on any #c5digging#r\nPokémon.\0"
+.align 2,0
+
+.global MoveNameEarthquake
+MoveNameEarthquake:
+.string "Earthquake\0"
+.align 2,0
+
+.global MoveDescriptionRecover
+MoveDescriptionRecover:
+.string "Restores the user~27s #c6HP#r by half its\n#c6maximum HP#r.\0"
+.align 2,0
+
+.global MoveNameRecover
+MoveNameRecover:
+.string "Recover\0"
+.align 2,0
+
+.global MoveDescriptionRecoil
+MoveDescriptionRecoil:
+.string "Inflicts damage on the target.\nHowever~2c it also damages the user.\0"
+.align 2,0
+
+.global MoveNameSubmission
+MoveNameSubmission:
+.string "Submission\0"
+.align 2,0
+
+.global MoveDescriptionPsychUp
+MoveDescriptionPsychUp:
+.string "Copies the target~27s levels for stats such\nas #c6Attack#r and #c6Defense#r.\0"
+.align 2,0
+
+.global MoveNamePsychUp
+MoveNamePsychUp:
+.string "Psych Up\0"
+.align 2,0
+
+.global MoveNameSignalBeam
+MoveNameSignalBeam:
+.string "Signal Beam\0"
+.align 2,0
+
+.global MoveDescriptionWaterSpout
+MoveDescriptionWaterSpout:
+.string "Inflicts damage on the target.\nThe higher the user~27s #c6HP#r~2c the greater\nthe damage.\0"
+.align 2,0
+
+.global MoveNameWaterSpout
+MoveNameWaterSpout:
+.string "Water Spout\0"
+.align 2,0
+
+.global MoveDescriptionUproar
+MoveDescriptionUproar:
+.string "The user and team members in the room\ngain the #c5Sleepless#r status~2c\nso they cannot fall asleep.\nIt also awakens sleeping team members.\0"
+.align 2,0
+
+.global MoveNameUproar
+MoveNameUproar:
+.string "Uproar\0"
+.align 2,0
+
+.global MoveDescriptionPsychoBoost
+MoveDescriptionPsychoBoost:
+.string "Inflicts damage on the target.\nHowever~2c it also lowers the user~27s #c6Special\nAttack#r by two levels.\0"
+.align 2,0
+
+.global MoveNamePsychoBoost
+MoveNamePsychoBoost:
+.string "Psycho Boost\0"
+.align 2,0
+
+.global MoveNamePsychic
+MoveNamePsychic:
+.string "Psychic\0"
+.align 2,0
+
+.global MoveDescriptionPsywave
+MoveDescriptionPsywave:
+.string "Inflicts damage on the target~2c even at a\ndistance. The amount of damage depends\non the user~27s #c6level#r.\0"
+.align 2,0
+
+.global MoveNamePsywave
+MoveNamePsywave:
+.string "Psywave\0"
+.align 2,0
+
+.global MoveDescriptionConfuseChanceDistance
+MoveDescriptionConfuseChanceDistance:
+.string "Inflicts damage on the target~2c even at a\ndistance. It may also leave the target\n#c5confused#r.\0"
+.align 2,0
+
+.global MoveNamePsybeam
+MoveNamePsybeam:
+.string "Psybeam\0"
+.align 2,0
+
+.global MoveDescriptionLowerSpeed
+MoveDescriptionLowerSpeed:
+.string "Lowers the target~27s #c6Movement Speed#r by\none level.\0"
+.align 2,0
+
+.global MoveNameScaryFace
+MoveNameScaryFace:
+.string "Scary Face\0"
+.align 2,0
+
+.global MoveNameRollout
+MoveNameRollout:
+.string "Rollout\0"
+.align 2,0
+
+.global MoveDescriptionEndure
+MoveDescriptionEndure:
+.string "The user gains the #c5Enduring#r status.\nThe user will survive any attack with just\none #c6HP#r.\0"
+.align 2,0
+
+.global MoveNameEndure
+MoveNameEndure:
+.string "Endure\0"
+.align 2,0
+
+.global MoveDescriptionMeteorMash
+MoveDescriptionMeteorMash:
+.string "Inflicts damage on the target~2c even at a\ndistance. It may also boost the user~27s\n#c6Attack#r by one level.\0"
+.align 2,0
+
+.global MoveNameMeteorMash
+MoveNameMeteorMash:
+.string "Meteor Mash\0"
+.align 2,0
+
+.global MoveDescriptionFollowMe
+MoveDescriptionFollowMe:
+.string "The user gains the #c5Decoy#r status~2c\nmaking it the primary target of foes.\0"
+.align 2,0
+
+.global MoveNameFollowMe
+MoveNameFollowMe:
+.string "Follow Me\0"
+.align 2,0
+
+.global MoveDescriptionFreezeChanceRoom
+MoveDescriptionFreezeChanceRoom:
+.string "Inflicts damage on the target.\nIt may also leave the target #c5frozen#r and\nincapable of action.\0"
+.align 2,0
+
+.global MoveNamePowderSnow
+MoveNamePowderSnow:
+.string "Powder Snow\0"
+.align 2,0
+
+.global MoveDescriptionSkyAttack
+MoveDescriptionSkyAttack:
+.string "The user gains the #c5Sky Attack#r status~2c\nand it attacks strongly on the next turn.\nIt is not possible to #c5link#r this move.\0"
+.align 2,0
+
+.global MoveNameSkyAttack
+MoveNameSkyAttack:
+.string "Sky Attack\0"
+.align 2,0
+
+.global MoveDescriptionCosmicPower
+MoveDescriptionCosmicPower:
+.string "Boosts the user~27s #c6Defense#r and #c6Special\nDefense#r by one level.\0"
+.align 2,0
+
+.global MoveNameCosmicPower
+MoveNameCosmicPower:
+.string "Cosmic Power\0"
+.align 2,0
+
+.global MoveDescriptionMindReader
+MoveDescriptionMindReader:
+.string "Gives the user #c5Sure Shot#r status~2c making\nall its moves and attacks completely\naccurate.\0"
+.align 2,0
+
+.global MoveNameMindReader
+MoveNameMindReader:
+.string "Mind Reader\0"
+.align 2,0
+
+.global MoveDescriptionIcyWind
+MoveDescriptionIcyWind:
+.string "Inflicts damage on the target~2c even at a\ndistance. It also lowers the target~27s\n#c6Movement Speed#r by one level.\0"
+.align 2,0
+
+.global MoveNameIcyWind
+MoveNameIcyWind:
+.string "Icy Wind\0"
+.align 2,0
+
+.global MoveDescriptionRapidSpin
+MoveDescriptionRapidSpin:
+.string "Inflicts damage on the target.\nIt also frees the user from #c5Leech Seed#r~2c\n#c5Leg Hold#r~2c #c5Ingrain#r~2c or #c5Constriction#r.\0"
+.align 2,0
+
+.global MoveNameRapidSpin
+MoveNameRapidSpin:
+.string "Rapid Spin\0"
+.align 2,0
+
+.global MoveDescriptionAgility
+MoveDescriptionAgility:
+.string "Boosts by one level the #c6Movement Speed#r\nof the user and team members in the\nsame room.\0"
+.align 2,0
+
+.global MoveNameAgility
+MoveNameAgility:
+.string "Agility\0"
+.align 2,0
+
+.global MoveDescriptionSynthesis
+MoveDescriptionSynthesis:
+.string "Restores the user~27s #c6HP#r.\nThe amount of #c6HP#r regained depends on\nthe weather.\0"
+.align 2,0
+
+.global MoveNameSynthesis
+MoveNameSynthesis:
+.string "Synthesis\0"
+.align 2,0
+
+.global MoveDescriptionAncientpower
+MoveDescriptionAncientpower:
+.string "Inflicts damage on the target.\nIt may also simultaneously raise by one\nlevel #c6Attack#r~2c #c6Special Attack#r~2c #c6Defense#r~2c\n#c6Special Defense#r~2c and #c6Movement Speed#r.\0"
+.align 2,0
+
+.global MoveNameAncientpower
+MoveNameAncientpower:
+.string "Ancientpower\0"
+.align 2,0
+
+.global MoveDescriptionLowKick
+MoveDescriptionLowKick:
+.string "Inflicts damage on the target.\nThe heavier the target~2c the greater the\ndamage.\0"
+.align 2,0
+
+.global MoveNameLowKick
+MoveNameLowKick:
+.string "Low Kick\0"
+.align 2,0
+
+.global MoveDescriptionOutrage
+MoveDescriptionOutrage:
+.string "Hits the target two to five times in\nsuccession. However~2c it also makes the\nuser #c5confused#r.\0"
+.align 2,0
+
+.global MoveNameOutrage
+MoveNameOutrage:
+.string "Outrage\0"
+.align 2,0
+
+.global MoveNameCrossChop
+MoveNameCrossChop:
+.string "Cross Chop\0"
+.align 2,0
+
+.global MoveNameMeanLook
+MoveNameMeanLook:
+.string "Mean Look\0"
+.align 2,0
+
+.global MoveDescriptionHaze
+MoveDescriptionHaze:
+.string "Resets the #c6Attack#r~2c #c6Defense#r~2c etc.~2c of all\nPokémon on the floor whether they were\nboosted or lowered.\0"
+.align 2,0
+
+.global MoveNameHaze
+MoveNameHaze:
+.string "Haze\0"
+.align 2,0
+
+.global MoveNameCrabhammer
+MoveNameCrabhammer:
+.string "Crabhammer\0"
+.align 2,0
+
+.global MoveDescriptionLegHolder
+MoveDescriptionLegHolder:
+.string "Inflicts the #c5Leg Hold#r status on the target~2c\nmaking it incapable of movement.\0"
+.align 2,0
+
+.global MoveNameSpiderWeb
+MoveNameSpiderWeb:
+.string "Spider Web\0"
+.align 2,0
+
+.global MoveDescriptionTickle
+MoveDescriptionTickle:
+.string "Reduces the target~27s #c6Attack#r and #c6Defense#r\nby one level.\0"
+.align 2,0
+
+.global MoveNameTickle
+MoveNameTickle:
+.string "Tickle\0"
+.align 2,0
+
+.global MoveDescriptionSleep
+MoveDescriptionSleep:
+.string "Makes the target go to #c5sleep#r~2c causing it\nto be incapable of action.\0"
+.align 2,0
+
+.global MoveNameGrasswhistle
+MoveNameGrasswhistle:
+.string "Grasswhistle\0"
+.align 2,0
+
+.global MoveDescriptionMetalSound
+MoveDescriptionMetalSound:
+.string "Reduces the target~27s #c6Special Defense#r by\nthree levels.\0"
+.align 2,0
+
+.global MoveNameMetalSound
+MoveNameMetalSound:
+.string "Metal Sound\0"
+.align 2,0
+
+.global MoveDescriptionSilverWind
+MoveDescriptionSilverWind:
+.string "Inflicts damage on foes in the same room.\nIt may also simultaneously raise by one\nlevel #c6Attack#r~2c #c6Special Attack#r~2c #c6Defense#r~2c\n#c6Special Defense#r~2c and #c6Movement Speed#r.\0"
+.align 2,0
+
+.global MoveNameSilverWind
+MoveNameSilverWind:
+.string "Silver Wind\0"
+.align 2,0
+
+.global MoveNameSlash
+MoveNameSlash:
+.string "Slash\0"
+.align 2,0
+
+.global MoveNameLeechLife
+MoveNameLeechLife:
+.string "Leech Life\0"
+.align 2,0
+
+.global MoveDescriptionSpore
+MoveDescriptionSpore:
+.string "Makes all the foes in the room go to\n#c5sleep#r.\0"
+.align 2,0
+
+.global MoveNameSpore
+MoveNameSpore:
+.string "Spore\0"
+.align 2,0
+
+.global MoveDescriptionSmellingsalt
+MoveDescriptionSmellingsalt:
+.string "Inflicts damage on the target.\nIt inflicts greater damage if the target\nhas #c5paralysis#r~2c but it also heals #c5paralysis#r.\0"
+.align 2,0
+
+.global MoveNameSmellingsalt
+MoveNameSmellingsalt:
+.string "Smellingsalt\0"
+.align 2,0
+
+.global MoveDescriptionReversal
+MoveDescriptionReversal:
+.string "Inflicts damage on the target.\nThe lower the user~27s #c6HP#r~2c the greater the\ndamage it inflicts.\0"
+.align 2,0
+
+.global MoveNameReversal
+MoveNameReversal:
+.string "Reversal\0"
+.align 2,0
+
+.global MoveDescriptionDrain
+MoveDescriptionDrain:
+.string "Inflicts damage on the target.\nIt also restores the user~27s #c6HP#r based\non the damage it inflicted.\0"
+.align 2,0
+
+.global MoveNameGigaDrain
+MoveNameGigaDrain:
+.string "Giga Drain\0"
+.align 2,0
+
+.global MoveDescriptionFocusPunch
+MoveDescriptionFocusPunch:
+.string "The user gains the #c5Focus Punch#r status~2c\nand it attacks on the next turn.\nIt is not possible to #c5link#r this move.\0"
+.align 2,0
+
+.global MoveNameFocusPunch
+MoveNameFocusPunch:
+.string "Focus Punch\0"
+.align 2,0
+
+.global MoveDescriptionFocusEnergy
+MoveDescriptionFocusEnergy:
+.string "The user gains the #c5Focus Energy#r status~2c\nraising its critical-hit rate.\0"
+.align 2,0
+
+.global MoveNameFocusEnergy
+MoveNameFocusEnergy:
+.string "Focus Energy\0"
+.align 2,0
+
+.global MoveDescriptionDamageLowerSpeed
+MoveDescriptionDamageLowerSpeed:
+.string "Inflicts damage on the target.\nIt also lowers the target~27s #c6Movement\nSpeed#r by one level.\0"
+.align 2,0
+
+.global MoveNameRockTomb
+MoveNameRockTomb:
+.string "Rock Tomb\0"
+.align 2,0
+
+.global MoveDescriptionBrickBreak
+MoveDescriptionBrickBreak:
+.string "Shatters the target~27s #c5Reflect#r\nor #c5Light Screen#r to inflict damage.\0"
+.align 2,0
+
+.global MoveNameBrickBreak
+MoveNameBrickBreak:
+.string "Brick Break\0"
+.align 2,0
+
+.global MoveDescriptionConstrict
+MoveDescriptionConstrict:
+.string "Inflicts damage on the target.\nIt may also lower the target~27s #c6Movement\nSpeed#r by one level.\0"
+.align 2,0
+
+.global MoveNameConstrict
+MoveNameConstrict:
+.string "Constrict\0"
+.align 2,0
+
+.global MoveNameWithdraw
+MoveNameWithdraw:
+.string "Withdraw\0"
+.align 2,0
+
+.global MoveDescriptionConstriction
+MoveDescriptionConstriction:
+.string "Inflicts damage on the target.\nIt may also cause #c5constriction#r~2c making the\nfoe incapable of movement.\0"
+.align 2,0
+
+.global MoveNameClamp
+MoveNameClamp:
+.string "Clamp\0"
+.align 2,0
+
+.global MoveNameKarateChop
+MoveNameKarateChop:
+.string "Karate Chop\0"
+.align 2,0
+
+.global MoveDescriptionFacade
+MoveDescriptionFacade:
+.string "Inflicts damage on the target.\nIf the user is #c5poisoned#r~2c #c5badly poisoned#r~2c\nor has a #c5burn#r~2c its power is doubled.\0"
+.align 2,0
+
+.global MoveNameFacade
+MoveNameFacade:
+.string "Facade\0"
+.align 2,0
+
+.global MoveDescriptionEndeavor
+MoveDescriptionEndeavor:
+.string "The difference between the foe~27s #c6HP#r and\nthe user~27s #c6HP#r is applied as this move~27s\ndamage.\0"
+.align 2,0
+
+.global MoveNameEndeavor
+MoveNameEndeavor:
+.string "Endeavor\0"
+.align 2,0
+
+.global MoveDescriptionParalyzeChance
+MoveDescriptionParalyzeChance:
+.string "Inflicts damage on the target.\nIt may also cause #c5paralysis#r and prevent\nany attacks or moves.\0"
+.align 2,0
+
+.global MoveNameThunderpunch
+MoveNameThunderpunch:
+.string "Thunderpunch\0"
+.align 2,0
+
+.global MoveDescriptionThunder
+MoveDescriptionThunder:
+.string "Inflicts damage on the target. It may also\ncause #c5paralysis#r. Its accuracy is affected\nby the weather. It even hits a Pokémon\nthat is #c5flying#r or #c5bouncing#r.\0"
+.align 2,0
+
+.global MoveDescriptionLowerSpecialDefenseChance
+MoveDescriptionLowerSpecialDefenseChance:
+.string "Inflicts damage on the target.\nIt may also lower the target~27s #c6Special\nDefense#r by one level.\0"
+.align 2,0
+
+.global MoveNameCrunch
+MoveNameCrunch:
+.string "Crunch\0"
+.align 2,0
+
+.global MoveDescriptionBide
+MoveDescriptionBide:
+.string "The user gains the #c5Bide#r status.\nWhen #c5Bide#r is released~2c the user looses an\nattack double the damage it took\nwhile waiting.\0"
+.align 2,0
+
+.global MoveNameBide
+MoveNameBide:
+.string "Bide\0"
+.align 2,0
+
+.global MoveDescriptionRazorWind
+MoveDescriptionRazorWind:
+.string "The user gains the #c5Razor Wind#r status~2c\nand it looses a powerful attack with a\nhigh critical-hit rate on the next turn.\nIt is not possible to #c5link#r this move.\0"
+.align 2,0
+
+.global MoveNameRazorWind
+MoveNameRazorWind:
+.string "Razor Wind\0"
+.align 2,0
+
+.global MoveDescriptionParalyze
+MoveDescriptionParalyze:
+.string "Causes #c5paralysis#r in the target.\nA Pokémon affected by #c5paralysis#r is\nincapable of attacking or using moves.\0"
+.align 2,0
+
+.global MoveNameDisable
+MoveNameDisable:
+.string "Disable\0"
+.align 2,0
+
+.global MoveDescriptionBoostDefense
+MoveDescriptionBoostDefense:
+.string "Boosts the user~27s #c6Defense#r by one level.\0"
+.align 2,0
+
+.global MoveNameHarden
+MoveNameHarden:
+.string "Harden\0"
+.align 2,0
+
+.global MoveDescriptionGust
+MoveDescriptionGust:
+.string "Inflicts damage on the target.\nDoubles damage on a #c5flying#r or #c5bouncing#r\nPokémon.\0"
+.align 2,0
+
+.global MoveNameGust
+MoveNameGust:
+.string "Gust\0"
+.align 2,0
+
+.global MoveDescriptionBoostEvasion
+MoveDescriptionBoostEvasion:
+.string "Boosts the user~27s #c6Evasion#r by one level.\0"
+.align 2,0
+
+.global MoveNameDoubleTeam
+MoveNameDoubleTeam:
+.string "Double Team\0"
+.align 2,0
+
+.global MoveDescriptionBoostAttack
+MoveDescriptionBoostAttack:
+.string "Boosts the user~27s #c6Attack#r by one level.\0"
+.align 2,0
+
+.global MoveNameSharpen
+MoveNameSharpen:
+.string "Sharpen\0"
+.align 2,0
+
+.global MoveDescriptionOdorSleuth
+MoveDescriptionOdorSleuth:
+.string "Resets the boosted #c6Evasion#r of foes in\nthe same room.\nGhost-type foes are #c5exposed#r.\0"
+.align 2,0
+
+.global MoveNameOdorSleuth
+MoveNameOdorSleuth:
+.string "Odor Sleuth\0"
+.align 2,0
+
+.global MoveDescriptionFlamethrower
+MoveDescriptionFlamethrower:
+.string "Inflicts damage on the target~2c even at a\ndistance. It may also cause a #c5burn#r.\nIt thaws and frees frozen Pokémon.\0"
+.align 2,0
+
+.global MoveNameFlamethrower
+MoveNameFlamethrower:
+.string "Flamethrower\0"
+.align 2,0
+
+.global MoveDescriptionBurnChance
+MoveDescriptionBurnChance:
+.string "Inflicts damage on the target.\nIt may also cause a #c5burn#r.\nIt thaws and frees frozen Pokémon.\0"
+.align 2,0
+
+.global MoveNameFlameWheel
+MoveNameFlameWheel:
+.string "Flame Wheel\0"
+.align 2,0
+
+.global MoveNameCounter
+MoveNameCounter:
+.string "Counter\0"
+.align 2,0
+
+.global MoveDescriptionStrength
+MoveDescriptionStrength:
+.string "Hurls the target at another hostile\nPokémon to inflict damage.\0"
+.align 2,0
+
+.global MoveNameStrength
+MoveNameStrength:
+.string "Strength\0"
+.align 2,0
+
+.global MoveDescriptionGrudge
+MoveDescriptionGrudge:
+.string "The user gains the #c5Grudge#r status.\nIf the user is defeated~2c it zeroes the #c6PP#r\nof the move last used by the foe.\0"
+.align 2,0
+
+.global MoveNameGrudge
+MoveNameGrudge:
+.string "Grudge\0"
+.align 2,0
+
+.global MoveDescriptionReturn
+MoveDescriptionReturn:
+.string "Inflicts damage on the target.\nIts power rises with the user~27s\n#c6IQ#r.\0"
+.align 2,0
+
+.global MoveNameReturn
+MoveNameReturn:
+.string "Return\0"
+.align 2,0
+
+.global MoveDescriptionWillOWisp
+MoveDescriptionWillOWisp:
+.string "Inflicts a #c5burn#r on the target.\nA #c5burn#r inflicts damage every few turns.\0"
+.align 2,0
+
+.global MoveNameWillOWisp
+MoveNameWillOWisp:
+.string "Will-O-Wisp\0"
+.align 2,0
+
+.global MoveDescriptionCringe
+MoveDescriptionCringe:
+.string "Inflicts damage on the target.\nIt may also cause the target to #c5cringe#r~2c\nmaking it incapable of action.\0"
+.align 2,0
+
+.global MoveNameAstonish
+MoveNameAstonish:
+.string "Astonish\0"
+.align 2,0
+
+.global MoveDescriptionFlatter
+MoveDescriptionFlatter:
+.string "Inflicts the #c5Confused#r status on the\ntarget~2c but also raises its #c6Special\nAttack#r by one level.\0"
+.align 2,0
+
+.global MoveNameFlatter
+MoveNameFlatter:
+.string "Flatter\0"
+.align 2,0
+
+.global MoveDescriptionOctazooka
+MoveDescriptionOctazooka:
+.string "Inflicts damage on the target~2c even at a\ndistance. It may also lower the target~27s\n#c6Accuracy#r by one level.\0"
+.align 2,0
+
+.global MoveNameOctazooka
+MoveNameOctazooka:
+.string "Octazooka\0"
+.align 2,0
+
+.global MoveDescriptionMemento
+MoveDescriptionMemento:
+.string "Sharply reduces the #c6Attack#r and #c6Special\nAttack#r of all foes in the room. It also\ncuts the user~27s #c6HP#r to one and warps the\nuser to a different place on the floor.\n\0"
+.align 2,0
+
+.global MoveNameMemento
+MoveNameMemento:
+.string "Memento\0"
+.align 2,0
+
+.global MoveDescriptionAuroraBeam
+MoveDescriptionAuroraBeam:
+.string "Inflicts damage on the target~2c even at a\ndistance. It may also halve the \ntarget~27s #c6Attack#r.\0"
+.align 2,0
+
+.global MoveNameAuroraBeam
+MoveNameAuroraBeam:
+.string "Aurora Beam\0"
+.align 2,0
+
+.global MoveDescriptionOverheat
+MoveDescriptionOverheat:
+.string "Damages all foes around the user~2c but\nalso lowers the user~27s #c6Special Defense#r\nby two levels and thaws frozen Pokémon.\0"
+.align 2,0
+
+.global MoveNameOverheat
+MoveNameOverheat:
+.string "Overheat\0"
+.align 2,0
+
+.global MoveDescriptionMirrorMove
+MoveDescriptionMirrorMove:
+.string "The user gains the #c5Mirror Move#r status.\nAny move used against the user is\ncountered with the same move.\0"
+.align 2,0
+
+.global MoveNameMirrorMove
+MoveNameMirrorMove:
+.string "Mirror Move\0"
+.align 2,0
+
+.global MoveDescriptionMultiHit
+MoveDescriptionMultiHit:
+.string "Inflicts damage on the target.\nIt hits two to five times in succession.\0"
+.align 2,0
+
+.global MoveNameDoubleslap
+MoveNameDoubleslap:
+.string "Doubleslap\0"
+.align 2,0
+
+.global MoveDescriptionCounter
+MoveDescriptionCounter:
+.string "The user gains the #c5Counter#r status.\nAny damage from #c5Physical Attack moves#r\nor a regular attack is partially returned.\0"
+.align 2,0
+
+.global MoveNamePursuit
+MoveNamePursuit:
+.string "Pursuit\0"
+.align 2,0
+
+.global MoveDescriptionSmokescreen
+MoveDescriptionSmokescreen:
+.string "Inflicts the #c5Whiffer#r status on the target~2c\nmaking it miss almost all of its attacks\nand moves.\0"
+.align 2,0
+
+.global MoveNameSmokescreen
+MoveNameSmokescreen:
+.string "Smokescreen\0"
+.align 2,0
+
+.global MoveDescriptionHighCritical
+MoveDescriptionHighCritical:
+.string "Inflicts damage on the target.\nIt has a high critical-hit rate.\0"
+.align 2,0
+
+.global MoveNameAirCutter
+MoveNameAirCutter:
+.string "Air Cutter\0"
+.align 2,0
+
+.global MoveDescriptionSpite
+MoveDescriptionSpite:
+.string "Zeroes the #c6PP#r of the move last used by\nthe target~2c making it unusable.\0"
+.align 2,0
+
+.global MoveNameSpite
+MoveNameSpite:
+.string "Spite\0"
+.align 2,0
+
+.global MoveDescriptionSing
+MoveDescriptionSing:
+.string "Makes the target go to #c5sleep#r~2c causing\nit to be incapable of action.\0"
+.align 2,0
+
+.global MoveNameSing
+MoveNameSing:
+.string "Sing\0"
+.align 2,0
+
+.global MoveDescriptionFakeTears
+MoveDescriptionFakeTears:
+.string "Lowers the target~27s #c6Special Defense#r by\ntwo levels.\0"
+.align 2,0
+
+.global MoveNameFakeTears
+MoveNameFakeTears:
+.string "Fake Tears\0"
+.align 2,0
+
+.global MoveDescriptionWhirlpool
+MoveDescriptionWhirlpool:
+.string "Inflicts damage on the target.\nIt may also cause #c5constriction#r~2c making the\nfoe incapable of movement.\nInflicts double damage on a #c5diving#r foe.\0"
+.align 2,0
+
+.global MoveNameWhirlpool
+MoveNameWhirlpool:
+.string "Whirlpool\0"
+.align 2,0
+
+.global MoveDescriptionWeatherBall
+MoveDescriptionWeatherBall:
+.string "Inflicts damage on the target~2c even at a\ndistance~2c using the weather~27s power.\0"
+.align 2,0
+
+.global MoveNameWeatherBall
+MoveNameWeatherBall:
+.string "Weather Ball\0"
+.align 2,0
+
+.global MoveDescriptionRockSlide
+MoveDescriptionRockSlide:
+.string "Inflicts damage on the target.\nIt may also cause the target to #c5cringe#r~2c \nmaking it incapable of action.\0"
+.align 2,0
+
+.global MoveNameRockSlide
+MoveNameRockSlide:
+.string "Rock Slide\0"
+.align 2,0
+
+.global MoveDescriptionRockSmash
+MoveDescriptionRockSmash:
+.string "Digs through the wall the user is facing.\0"
+.align 2,0
+
+.global MoveNameRockSmash
+MoveNameRockSmash:
+.string "Rock Smash\0"
+.align 2,0
+
+.global MoveDescriptionDamage
+MoveDescriptionDamage:
+.string "Inflicts damage on the target.\0"
+.align 2,0
+
+.global MoveNameRockThrow
+MoveNameRockThrow:
+.string "Rock Throw\0"
+.align 2,0
+
+.global MoveDescriptionScreech
+MoveDescriptionScreech:
+.string "Sharply lowers the target~27s #c6Defense#r.\0"
+.align 2,0
+
+.global MoveNameHealBell
+MoveNameHealBell:
+.string "Heal Bell\0"
+.align 2,0
+
+.global MoveDescriptionSnore
+MoveDescriptionSnore:
+.string "If the user is attacked while asleep~2c it\ncounterattacks. It may also cause the\ntarget to #c5cringe#r~2c making it incapable\nof action.\0"
+.align 2,0
+
+.global MoveNameSnore
+MoveNameSnore:
+.string "Snore\0"
+.align 2,0
+
+.global MoveDescriptionSwagger
+MoveDescriptionSwagger:
+.string "Inflicts the #c5Confused#r status on the\ntarget~2c but also raises its #c6Attack#r by\ntwo levels.\0"
+.align 2,0
+
+.global MoveNameSwagger
+MoveNameSwagger:
+.string "Swagger\0"
+.align 2,0
+
+.global MoveDescriptionStringShot
+MoveDescriptionStringShot:
+.string "Reduces the target~27s #c6Movement Speed#r by\none level~2c even at a distance.\0"
+.align 2,0
+
+.global MoveNameStringShot
+MoveNameStringShot:
+.string "String Shot\0"
+.align 2,0
+
+.global MoveDescriptionTorment
+MoveDescriptionTorment:
+.string "Prevents the targeted Pokémon~2c\nwhile it remains on the floor~2c from \nusing the last move it used.\0"
+.align 2,0
+
+.global MoveNameTorment
+MoveNameTorment:
+.string "Torment\0"
+.align 2,0
+
+.global MoveDescriptionPainSplit
+MoveDescriptionPainSplit:
+.string "Adds the #c6HP#r of the user and the target~2c\nthen shares it equally.\0"
+.align 2,0
+
+.global MoveNamePainSplit
+MoveNamePainSplit:
+.string "Pain Split\0"
+.align 2,0
+
+.global MoveDescriptionSuperFang
+MoveDescriptionSuperFang:
+.string "Halves the target~27s #c6HP#r.\0"
+.align 2,0
+
+.global MoveNameSuperFang
+MoveNameSuperFang:
+.string "Super Fang\0"
+.align 2,0
+
+.global MoveDescriptionRage
+MoveDescriptionRage:
+.string "The user gains the #c5Enraged#r status.\nIts #c6Attack#r rises by one level every time\nthe user takes damage.\0"
+.align 2,0
+
+.global MoveNameRage
+MoveNameRage:
+.string "Rage\0"
+.align 2,0
+
+.global MoveDescriptionCut
+MoveDescriptionCut:
+.string "Damages all foes around the user.\0"
+.align 2,0
+
+.global MoveNameCut
+MoveNameCut:
+.string "Cut\0"
+.align 2,0
+
+.global MoveDescriptionEncore
+MoveDescriptionEncore:
+.string "Inflicts the #c5Encore#r status on the target~2c\nmaking it capable of using only\nthe move it last used.\0"
+.align 2,0
+
+.global MoveNameEncore
+MoveNameEncore:
+.string "Encore\0"
+.align 2,0
+
+.global MoveDescriptionLowerSpeedChanceDistance
+MoveDescriptionLowerSpeedChanceDistance:
+.string "Inflicts damage on the target~2c even at a\ndistance. It may also lower the target~27s\n#c6Movement Speed#r by one level.\0"
+.align 2,0
+
+.global MoveNameBubble
+MoveNameBubble:
+.string "Bubble\0"
+.align 2,0
+
+.global MoveDescriptionHealTeamStatus
+MoveDescriptionHealTeamStatus:
+.string "Heals all status problems of the user and\nteam members in the room.\0"
+.align 2,0
+
+.global MoveNameAromatherapy
+MoveNameAromatherapy:
+.string "Aromatherapy\0"
+.align 2,0
+
+.global MoveDescriptionHail
+MoveDescriptionHail:
+.string "Changes the dungeon floor~27s weather to\n#c5Hail#r for several turns.\0"
+.align 2,0
+
+.global MoveNameHail
+MoveNameHail:
+.string "Hail\0"
+.align 2,0
+
+.global MoveDescriptionConfuseRay
+MoveDescriptionConfuseRay:
+.string "Inflicts the #c5Confused#r status on\nthe target~2c making its attacks and\nmovements erratic.\0"
+.align 2,0
+
+.global MoveNameConfuseRay
+MoveNameConfuseRay:
+.string "Confuse Ray\0"
+.align 2,0
+
+.global MoveDescriptionRainDance
+MoveDescriptionRainDance:
+.string "Changes the dungeon floor~27s weather to\n#c5Rain#r over several turns.\0"
+.align 2,0
+
+.global MoveNameRainDance
+MoveNameRainDance:
+.string "Rain Dance\0"
+.align 2,0
+
+.global MoveDescriptionCharm
+MoveDescriptionCharm:
+.string "Lowers the #c6Attack#r of the target\nby two levels.\0"
+.align 2,0
+
+.global MoveNameCharm
+MoveNameCharm:
+.string "Charm\0"
+.align 2,0
+
+.global MoveDescriptionSweetScent
+MoveDescriptionSweetScent:
+.string "Lowers the #c6Evasion#r of foes in the same\nroom by one level.\0"
+.align 2,0
+
+.global MoveNameSweetScent
+MoveNameSweetScent:
+.string "Sweet Scent\0"
+.align 2,0
+
+.global MoveDescriptionThrash
+MoveDescriptionThrash:
+.string "Attacks three times in random directions.\0"
+.align 2,0
+
+.global MoveNameThrash
+MoveNameThrash:
+.string "Thrash\0"
+.align 2,0
+
+.global MoveDescriptionDig
+MoveDescriptionDig:
+.string "The user gains the #c5Digging#r status~2c\nand it attacks on the next turn.\nIt is not possible to #c5link#r this move.\0"
+.align 2,0
+
+.global MoveNameDig
+MoveNameDig:
+.string "Dig\0"
+.align 2,0
+
+.global MoveDescriptionVitalThrow
+MoveDescriptionVitalThrow:
+.string "The user gains the #c5Vital Throw#r status.\nFoes that attack the user are hurled at\nother foes.\0"
+.align 2,0
+
+.global MoveNameVitalThrow
+MoveNameVitalThrow:
+.string "Vital Throw\0"
+.align 2,0
+
+.global MoveDescriptionMorningSun
+MoveDescriptionMorningSun:
+.string "Restores the #c6HP#r of the user and team\nmembers on the floor.\nThe amount of #c6HP#r regained depends on\nthe weather.\0"
+.align 2,0
+
+.global MoveNameMorningSun
+MoveNameMorningSun:
+.string "Morning Sun\0"
+.align 2,0
+
+.global MoveDescriptionNightmare
+MoveDescriptionNightmare:
+.string "Inflicts the #c5Nightmare#r status\non the target~2c making it incapable\nof action.\0"
+.align 2,0
+
+.global MoveNameNightmare
+MoveNameNightmare:
+.string "Nightmare\0"
+.align 2,0
+
+.global MoveDescriptionLovelyKiss
+MoveDescriptionLovelyKiss:
+.string "Makes all foes around the user go to #c5sleep#r~2c\ncausing them to be incapable of action.\0"
+.align 2,0
+
+.global MoveNameLovelyKiss
+MoveNameLovelyKiss:
+.string "Lovely Kiss\0"
+.align 2,0
+
+.global MoveDescriptionYawn
+MoveDescriptionYawn:
+.string "Inflicts the #c5Yawning#r status on the target.\nA #c5yawning#r Pokémon falls\nasleep sometime later.\0"
+.align 2,0
+
+.global MoveNameYawn
+MoveNameYawn:
+.string "Yawn\0"
+.align 2,0
+
+.global MoveDescriptionMultiHitUntilMiss
+MoveDescriptionMultiHitUntilMiss:
+.string "Hits the target in succession until it\nmisses. Its power rises with every hit.\nIt may hit up to five times.\0"
+.align 2,0
+
+.global MoveNameIceBall
+MoveNameIceBall:
+.string "Ice Ball\0"
+.align 2,0
+
+.global MoveUseTextUse
+MoveUseTextUse:
+.string "$m0 used $i0!\0"
+.align 2,0
+
+.global MoveDescriptionLowerDefenseChance
+MoveDescriptionLowerDefenseChance:
+.string "Inflicts damage on the target.\nIt may also lower the target~27s #c6Defense#r\nby one level.\0"
+.align 2,0
+
+.global MoveNameIronTail
+MoveNameIronTail:
+.string "Iron Tail\0"
+.align 2,0
+
+.global MoveDescriptionNone
+MoveDescriptionNone:
+.string "\0"
+.align 2,0
+
+.global MoveNameNone
+MoveNameNone:
+.byte 0x82, 0xc8, 0x82, 0xc9, 0x82, 0xe0, 0x82, 0xcc, 0x81
+.string "H\0"
+.align 2,0