List of Move Effects: Difference between revisions
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
This page lists the various [[Move Effect|move effects]] called by using moves in dungeon mode. The regular moves and their IDs are listed here, and they can be viewed and modified by applying the ExtractMoveCode ASM patch. Move effects can be added by going to Patches->ASM->Move Effect, then Effect Code, pressing + and importing a .asm file. (If you only want to modify an existing move, the "+" is not necessary, only going to the ID.) | This page lists the various [[Move Effect|move effects]] called by using moves in dungeon mode. The regular moves and their IDs are listed here, and they can be viewed and modified by applying the ExtractMoveCode ASM patch. Move effects can be added by going to Patches->ASM->Move Effect, then Effect Code, pressing + and importing a .asm file. (If you only want to modify an existing move, the "+" is not necessary, only going to the ID.) | ||
NOTE: "target" is not necessarily an enemy; the [[Move Data]] can specify a target as an enemy in front, the user, everyone in a room, etc. | |||
{| class="wikitable" | {| class="wikitable" | ||
|+ | |+ | ||
| Line 128: | Line 130: | ||
|Clamp (69) | |Clamp (69) | ||
Bind (125) | Bind (125) | ||
Sand Tomb (143) | Sand Tomb (143) | ||
Fire Spin (291) | Fire Spin (291) | ||
Magma Storm (524) | Magma Storm (524) | ||
| | | | ||
| Line 144: | Line 149: | ||
|- | |- | ||
|19 | |19 | ||
|Inflicts | |Inflicts the Shadow Hold status on the target. | ||
|Spider Web (86) | |Spider Web (86) | ||
Mean Look (89) | Mean Look (89) | ||
| Line 150: | Line 155: | ||
|- | |- | ||
|20 | |20 | ||
|Deals damage to | |Deals damage to the target with a 18% chance to inflict the Poisoned status on the target. | ||
|Poison Sting (200) | |Poison Sting (200) | ||
Sludge (279) | Sludge (279) | ||
| Line 217: | Line 222: | ||
|Silver Wind (82) | |Silver Wind (82) | ||
AncientPower (93) | AncientPower (93) | ||
Ominous Wind (437) | Ominous Wind (437) | ||
| | | | ||
| Line 238: | Line 244: | ||
|- | |- | ||
|35 | |35 | ||
|Deals damage to | |Deals damage to the target with a 50% chance to lower the target's Special Defense by 1 stage. | ||
|Luster Purge (335) | |Luster Purge (335) | ||
Energy Ball (443) | Energy Ball (443) | ||
| Line 254: | Line 260: | ||
|Smog (147) | |Smog (147) | ||
Cross Poison (459) | Cross Poison (459) | ||
Gunk Shot (485) | Gunk Shot (485) | ||
Poison Jab (495) | Poison Jab (495) | ||
|Chance is based on the SMOG_POISON_CHANCE symbol. | |Chance is based on the SMOG_POISON_CHANCE symbol. | ||
|- | |- | ||
|38 | |38 | ||
|Deals damage to | |Deals damage to the target with a 50% chance to inflict the Burned status on the target. | ||
|Sacred Fire (149) | |Sacred Fire (149) | ||
|Chance is based on the SACRED_FIRE_BURN_CHANCE symbol. | |Chance is based on the SACRED_FIRE_BURN_CHANCE symbol. | ||
|- | |- | ||
|39 | |39 | ||
|Deals damage to | |Deals damage to the target with a 10% chance to inflict the Paralyzed status on the target. | ||
|ThunderShock (188) | |ThunderShock (188) | ||
|Chance is based on the THUNDERSHOCK_PARALYZE_CHANCE symbol. | |Chance is based on the THUNDERSHOCK_PARALYZE_CHANCE symbol. | ||
|- | |- | ||
|40 | |40 | ||
|Deals damage to | |Deals damage to the target with a 15% chance to inflict the Paralyzed status on the target. | ||
|Lick (120) | |Lick (120) | ||
Spark (144) | Spark (144) | ||
| Line 280: | Line 288: | ||
|41 | |41 | ||
| | | | ||
| | |Extrasensory (133) | ||
Hyper Fang (261) | |||
Bone Club (289) | |||
| | | | ||
|- | |- | ||
|42 | |42 | ||
| | | | ||
| | |Bite (63) | ||
Needle Arm (221) | |||
Stomp (271) | |||
Rolling Kick (303) | |||
| | | | ||
|- | |- | ||
|43 | |43 | ||
| | | | ||
| | |Headbutt (139) | ||
| | | | ||
|- | |- | ||
|44 | |44 | ||
| | | | ||
| | |Rock Slide (30) | ||
Astonish (46) | |||
Iron Head (431) | |||
Dark Pulse (436) | |||
Air Slash (442) | |||
Zen Headbutt (473) | |||
Dragon Rush (498) | |||
| | | | ||
|- | |- | ||
|45 | |45 | ||
| | | | ||
| | |Crunch (62) | ||
| | | | ||
|- | |- | ||
|46 | |46 | ||
| | | | ||
| | |Shadow Ball (127) | ||
| | | | ||
|- | |- | ||
|47 | |47 | ||
| | | | ||
| | |Dizzy Punch (264) | ||
Water Pulse (310) | |||
| | | | ||
|- | |- | ||
|48 | |48 | ||
| | | | ||
| | |Tri Attack (207) | ||
| | | | ||
|- | |- | ||
|49 | |49 | ||
| | | | ||
| | |Meteor Mash (103) | ||
| | | | ||
|- | |- | ||
|50 | |50 | ||
| | | | ||
| | |Blaze Kick (276) | ||
| | | | ||
|- | |- | ||
|51 | |51 | ||
| | | | ||
| | |Attract (326) | ||
| | | | ||
|- | |- | ||
|52 | |52 | ||
| | | | ||
| | |Disable (59) | ||
| | | | ||
|- | |- | ||
| Line 344: | Line 372: | ||
|- | |- | ||
|54 | |54 | ||
| | |Deals 20 damage to the target. | ||
| | |SonicBoom(152) | ||
| | |Damage is based on the SONICBOOM_FIXED_DAMAGE symbol. | ||
|- | |- | ||
|55 | |55 | ||
| | |Deals 30 damage to the target. | ||
| | |Dragon Rage (341) | ||
| | |Damage is based on the DRAGON_RAGE_FIXED_DAMAGE symbol. | ||
|- | |- | ||
|56 | |56 | ||
| | | | ||
| | |Stun Spore (124) | ||
| | | | ||
|- | |- | ||
|57 | |57 | ||
| | | | ||
| | |Thunder (64) | ||
ThunderPunch (65) | |||
Force Palm (507) | |||
Discharge (521) | |||
| | | | ||
|- | |- | ||
|58 | |58 | ||
| | |Inflicts the Sleep status on the target. | ||
| | |Lovely Kiss (4) | ||
Sing (34) | |||
Spore (79) | |||
GrassWhistle (84) | |||
Hypnosis (111) | |||
Sleep Powder (231) | |||
Dark Void (483) | |||
| | | | ||
|- | |- | ||
|59 | |59 | ||
| | | | ||
| | |Yawn (3) | ||
| | | | ||
|- | |- | ||
|60 | |60 | ||
| | | | ||
| | |Thunderbolt (129) | ||
| | | | ||
|- | |- | ||
|61 | |61 | ||
| | | | ||
| | |Block (194) | ||
| | | | ||
|- | |- | ||
|62 | |62 | ||
| | | | ||
| | |Horn Drill (177) | ||
| | | | ||
|- | |- | ||
|63 | |63 | ||
| | |Inflicts the Confused status on the target. | ||
| | |Confuse Ray (13) | ||
| | Supersonic (171) | ||
Sweet Kiss (191) | |||
Teeter Dance (274) | |||
Totter (382) | |||
|The Totter (382) move is used for the Totter Orb's effect. | |||
|- | |- | ||
|64 | |64 | ||
| | | | ||
| | |Poison Gas (196) | ||
PoisonPowder (199) | |||
| | | | ||
|- | |- | ||
|65 | |65 | ||
| | | | ||
| | |Thunder Wave (192) | ||
| | | | ||
|- | |- | ||
|66 | |66 | ||
| | | | ||
| | |Glare (281) | ||
| | | | ||
|- | |- | ||
|67 | |67 | ||
| | | | ||
| | |Zap Cannon (193) | ||
| | | | ||
|- | |- | ||
|68 | |68 | ||
| | | | ||
| | |Superpower (243) | ||
| | | | ||
|- | |- | ||
|69 | |69 | ||
| | | | ||
| | |Rock Tomb (73) | ||
Icy Wind (97) | |||
Mud Shot (299) | |||
| | | | ||
|- | |- | ||
|70 | |70 | ||
| | | | ||
| | |DynamicPunch (246) | ||
| | | | ||
|- | |- | ||
|71 | |71 | ||
| | | | ||
| | |Fake Tears (33) | ||
| | | | ||
|- | |- | ||
|72 | |72 | ||
| | |Sends the target flying in the direction the user is facing for either 10 tiles or until the target hits a wall or monster. | ||
| | |Whirlwind (268) | ||
| | Roar (284) | ||
Blowback (368) | |||
|The Blowback (368) move is used for the Blowback Orb's effect. | |||
|- | |- | ||
|73 | |73 | ||
| | | | ||
| | |Pain Split (21) | ||
| | | | ||
|- | |- | ||
|74 | |74 | ||
| | |Raises the target's Special Attack by 2 stages. | ||
| | |Tail Glow (288) | ||
| | | | ||
|- | |- | ||
|75 | |75 | ||
| | |Raises the target's evasiveness by 1 stage. | ||
| | |Minimize (169) | ||
| | | | ||
|- | |- | ||
|76 | |76 | ||
| | |Raises the target's Attack and Movement Speed by 1 stage. | ||
| | |Dragon Dance (343) | ||
| | | | ||
|- | |- | ||
|77 | |77 | ||
| | |Raises the target's Attack and Defense by 1 stage. | ||
| | |Bulk Up (265) | ||
| | | | ||
|- | |- | ||
|78 | |78 | ||
| | |Raises the target's Attack by 1 stage. | ||
| | |Sharpen (55) | ||
Howl (195) | |||
Meditate (333) | |||
| | | | ||
|- | |- | ||
|79 | |79 | ||
| | |Inflicts the Enraged status on the target. | ||
| | |Rage (19) | ||
| | | | ||
|- | |- | ||
|80 | |80 | ||
| | |Raises the target's Attack by 2 stages. | ||
| | |Swords Dance (181) | ||
| | | | ||
|- | |- | ||
|81 | |81 | ||
|Raises target's | |Raises the target's Special Attack and Special Defense by 1 stage. | ||
|Calm Mind (319) | |Calm Mind (319) | ||
| | | | ||
| Line 485: | Line 536: | ||
|82 | |82 | ||
| | | | ||
| | |Growth (148) | ||
| | | | ||
|- | |- | ||
|83 | |83 | ||
| | |Raises the target's Special Defense by 2 stages. | ||
| | |Amnesia (215) | ||
| | | | ||
|- | |- | ||
| Line 504: | Line 555: | ||
|- | |- | ||
|86 | |86 | ||
| | |Raises the target's Defense and Special Defense by 1 stage. | ||
| | |Cosmic Power (99) | ||
| | | | ||
|- | |- | ||
| Line 515: | Line 566: | ||
|88 | |88 | ||
| | | | ||
| | |Octazooka (44) | ||
| | | | ||
|- | |- | ||
|89 | |89 | ||
| | | | ||
| | |Aurora Beam (42) | ||
| | | | ||
|- | |- | ||
|90 | |90 | ||
| | | | ||
| | |Psycho Boost (110) | ||
| | | | ||
|- | |- | ||
| Line 550: | Line 601: | ||
|95 | |95 | ||
| | | | ||
| | |Seismic Toss (170) | ||
| | | | ||
|- | |- | ||
| Line 575: | Line 626: | ||
|100 | |100 | ||
| | | | ||
| | |Absorb (135) | ||
| | | | ||
|- | |- | ||
| Line 619: | Line 670: | ||
|- | |- | ||
|109 | |109 | ||
| | |Inflicts the Sleepless status on the target. | ||
| | |Uproar (112) | ||
| | | | ||
|- | |- | ||
| Line 634: | Line 685: | ||
|- | |- | ||
|112 | |112 | ||
| | |Inflicts the Reflect status on the target. | ||
| | |Reflect (338) | ||
| | | | ||
|- | |- | ||
|113 | |113 | ||
| | | | ||
| | |Sandstorm (141) | ||
| | | | ||
|- | |- | ||
|114 | |114 | ||
| | | | ||
| | |Safeguard (134) | ||
| | | | ||
|- | |- | ||
|115 | |115 | ||
| | | | ||
| | |Mist (130) | ||
| | | | ||
|- | |- | ||
|116 | |116 | ||
| | | | ||
| | |Light Screen (259) | ||
| | | | ||
|- | |- | ||
| Line 824: | Line 875: | ||
|149 | |149 | ||
| | | | ||
| | |Psywave (108) | ||
| | | | ||
|- | |- | ||
|150 | |150 | ||
| | | | ||
| | |Leech Seed (329) | ||
| | | | ||
|- | |- | ||
| Line 904: | Line 955: | ||
|165 | |165 | ||
| | | | ||
| | |Metal Sound (83) | ||
| | | | ||
|- | |- | ||
| Line 964: | Line 1,015: | ||
|177 | |177 | ||
| | | | ||
| | |See Stairs (409) | ||
| | | | ||
|- | |- | ||
| Line 1,009: | Line 1,060: | ||
|186 | |186 | ||
| | | | ||
| | |Sweet Scent (10) | ||
| | | | ||
|- | |- | ||
| Line 1,039: | Line 1,090: | ||
|192 | |192 | ||
| | | | ||
| | |Grudge (49) | ||
| | | | ||
|- | |- | ||
| Line 1,127: | Line 1,178: | ||
|209 | |209 | ||
| | | | ||
| | |Eruption (278) | ||
| | | | ||
|- | |- | ||
|210 | |210 | ||
| | |Inflicts the Whiffer status on the target. | ||
| | |SmokeScreen(37) | ||
| | | | ||
|- | |- | ||
| Line 1,197: | Line 1,248: | ||
|223 | |223 | ||
| | | | ||
| | |Weather Ball (31) | ||
| | | | ||
|- | |- | ||
| Line 1,474: | Line 1,525: | ||
|278 | |278 | ||
| | | | ||
| | |Lucky Chant (447) | ||
| | | | ||
|- | |- | ||
|279 | |279 | ||
| | | | ||
| | |Guard Swap (448) | ||
| | | | ||
|- | |- | ||
|280 | |280 | ||
| | |Restores the target's HP by 40. | ||
| | |Heal Order (449) | ||
| | |HP restoration is based on the HEAL_ORDER_HP_RESTORATION symbol. | ||
|- | |- | ||
|281 | |281 | ||
| | | | ||
| | |Heal Block (450) | ||
| | | | ||
|- | |- | ||
|282 | |282 | ||
| | | | ||
| | |Thunder Fang (452) | ||
| | | | ||
|- | |- | ||
|283 | |283 | ||
| | | | ||
| | |Defog (456) | ||
| | | | ||
|- | |- | ||
|284 | |284 | ||
| | | | ||
| | |Trump Card (457) | ||
| | | | ||
|- | |- | ||
| Line 1,535: | Line 1,586: | ||
|290 | |290 | ||
| | | | ||
| | |Natural Gift (471) | ||
| | | | ||
|- | |- | ||
| Line 1,636: | Line 1,687: | ||
|310 | |310 | ||
| | | | ||
| | |Defend Order (520) | ||
| | | | ||
|- | |- | ||
|311 | |311 | ||
| | | | ||
| | |Lunar Dance (526) | ||
| | | | ||
|- | |- | ||
|312 | |312 | ||
| | | | ||
| | |Miracle Eye (528) | ||
| | | | ||
|- | |- | ||
|313 | |313 | ||
| | | | ||
| | |Wake-Up Slap (531) | ||
| | | | ||
|- | |- | ||
|314 | |314 | ||
| | | | ||
| | |Metal Burst (532) | ||
| | | | ||
|- | |- | ||
|315 | |315 | ||
| | | | ||
| | |Head Smash (533) | ||
| | | | ||
|- | |- | ||
|316 | |316 | ||
| | | | ||
| | |Captivate (534) | ||
| | | | ||
|- | |- | ||
|317 | |317 | ||
| | | | ||
| | |Leaf Storm (537) | ||
| | | | ||
|- | |- | ||
|318 | |318 | ||
| | | | ||
| | |Draco Meteor (538) | ||
| | | | ||
|- | |- | ||
|319 | |319 | ||
| | | | ||
| | |Rock Polish (540) | ||
| | | | ||
|- | |- | ||
|320 | |320 | ||
| | | | ||
| | |Nasty Plot (542) | ||
| | | | ||
|- | |- | ||
|321 | |321 | ||
| | | | ||
| | |[M:D1] (427) | ||
| | | | ||
|- | |- | ||
|322 | |322 | ||
| | | | ||
| | |[M:D1] (421) | ||
| | | | ||
|- | |- | ||
|323 | |323 | ||
| | | | ||
| | |[M:D1] (422) | ||
| | | | ||
|- | |- | ||
|324 | |324 | ||
| | | | ||
| | |[M:D1] (423) | ||
| | | | ||
|- | |- | ||