Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Moves that are probably available to use in-game. Similar to previous games, some moves get removed/unusable.
- Dumped with PKHeX.Core via the 1.0.1 ExeFS (decompressed).
- ```cs
- var data = File.ReadAllBytes(path).AsSpan();
- var start = 0x31570D8;
- var names = GameInfo.Strings.movelist;
- for (int i = start; i <= start + 246*2; i+=2) // updated: Agility is after the new move???
- {
- var x = System.Buffers.Binary.BinaryPrimitives.ReadUInt16LittleEndian(data[i..]);
- var move = GetName(x);
- $"{(i-start)/2:000} {(int)x:0000} {move}".Dump();
- }
- string GetName(ushort move) => move >= names.Length ? move.ToString() : names[move];
- ```
- 000 0007 Fire Punch
- 001 0008 Ice Punch
- 002 0009 Thunder Punch
- 003 0014 Swords Dance
- 004 0016 Gust
- 005 0017 Wing Attack
- 006 0018 Whirlwind
- 007 0019 Fly
- 008 0022 Vine Whip
- 009 0029 Headbutt
- 010 0033 Tackle
- 011 0034 Body Slam
- 012 0036 Take Down
- 013 0038 Double-Edge
- 014 0039 Tail Whip
- 015 0040 Poison Sting
- 016 0042 Pin Missile
- 017 0043 Leer
- 018 0044 Bite
- 019 0045 Growl
- 020 0046 Roar
- 021 0048 Supersonic
- 022 0052 Ember
- 023 0053 Flamethrower
- 024 0054 Mist
- 025 0055 Water Gun
- 026 0056 Hydro Pump
- 027 0057 Surf
- 028 0058 Ice Beam
- 029 0059 Blizzard
- 030 0060 Psybeam
- 031 0061 Bubble Beam
- 032 0063 Hyper Beam
- 033 0064 Peck
- 034 0071 Absorb
- 035 0073 Leech Seed
- 036 0074 Growth
- 037 0075 Razor Leaf
- 038 0076 Solar Beam
- 039 0077 Poison Powder
- 040 0078 Stun Spore
- 041 0079 Sleep Powder
- 042 0081 String Shot
- 043 0083 Fire Spin
- 044 0084 Thunder Shock
- 045 0085 Thunderbolt
- 046 0086 Thunder Wave
- 047 0087 Thunder
- 048 0088 Rock Throw
- 049 0089 Earthquake
- 050 0091 Dig
- 051 0092 Toxic
- 052 0093 Confusion
- 053 0094 Psychic
- 054 0095 Hypnosis
- 055 0098 Quick Attack
- 056 0100 Teleport
- 057 0103 Screech
- 058 0104 Double Team
- 059 0105 Recover
- 060 0106 Harden
- 061 0108 Smokescreen
- 062 0109 Confuse Ray
- 063 0113 Light Screen
- 064 0114 Haze
- 065 0115 Reflect
- 066 0116 Focus Energy
- 067 0118 Metronome
- 068 0120 Self-Destruct
- 069 0122 Lick
- 070 0126 Fire Blast
- 071 0127 Waterfall
- 072 0129 Swift
- 073 0133 Amnesia
- 074 0137 Glare
- 075 0141 Leech Life
- 076 0150 Splash
- 077 0151 Acid Armor
- 078 0153 Explosion
- 079 0157 Rock Slide
- 080 0162 Super Fang
- 081 0163 Slash
- 082 0164 Substitute
- 083 0172 Flame Wheel
- 084 0174 Curse
- 085 0182 Protect
- 086 0183 Mach Punch
- 087 0188 Sludge Bomb
- 088 0191 Spikes
- 089 0192 Zap Cannon
- 090 0195 Perish Song
- 091 0196 Icy Wind
- 092 0197 Detect
- 093 0200 Outrage
- 094 0202 Giga Drain
- 095 0203 Endure
- 096 0204 Charm
- 097 0205 Rollout
- 098 0209 Spark
- 099 0211 Steel Wing
- 100 0219 Safeguard
- 101 0223 Dynamic Punch
- 102 0224 Megahorn
- 103 0225 Dragon Breath
- 104 0231 Iron Tail
- 105 0232 Metal Claw
- 106 0234 Morning Sun
- 107 0235 Synthesis
- 108 0236 Moonlight
- 109 0239 Twister
- 110 0242 Crunch
- 111 0245 Extreme Speed
- 112 0247 Shadow Ball
- 113 0248 Future Sight
- 114 0249 Rock Smash
- 115 0250 Whirlpool
- 116 0257 Heat Wave
- 117 0261 Will-O-Wisp
- 118 0268 Charge
- 119 0269 Taunt
- 120 0273 Wish
- 121 0280 Brick Break
- 122 0282 Knock Off
- 123 0297 Feather Dance
- 124 0304 Hyper Voice
- 125 0313 Fake Tears
- 126 0315 Overheat
- 127 0317 Rock Tomb
- 128 0319 Metal Sound
- 129 0328 Sand Tomb
- 130 0331 Bullet Seed
- 131 0332 Aerial Ace
- 132 0334 Iron Defense
- 133 0337 Dragon Claw
- 134 0339 Bulk Up
- 135 0340 Bounce
- 136 0341 Mud Shot
- 137 0344 Volt Tackle
- 138 0345 Magical Leaf
- 139 0347 Calm Mind
- 140 0348 Leaf Blade
- 141 0350 Rock Blast
- 142 0352 Water Pulse
- 143 0369 U-turn
- 144 0370 Close Combat
- 145 0377 Heal Block
- 146 0390 Toxic Spikes
- 147 0392 Aqua Ring
- 148 0394 Flare Blitz
- 149 0396 Aura Sphere
- 150 0398 Poison Jab
- 151 0399 Dark Pulse
- 152 0400 Night Slash
- 153 0403 Air Slash
- 154 0404 X-Scissor
- 155 0405 Bug Buzz
- 156 0406 Dragon Pulse
- 157 0407 Dragon Rush
- 158 0408 Power Gem
- 159 0411 Focus Blast
- 160 0412 Energy Ball
- 161 0413 Brave Bird
- 162 0414 Earth Power
- 163 0416 Giga Impact
- 164 0417 Nasty Plot
- 165 0418 Bullet Punch
- 166 0420 Ice Shard
- 167 0421 Shadow Claw
- 168 0422 Thunder Fang
- 169 0423 Ice Fang
- 170 0424 Fire Fang
- 171 0425 Shadow Sneak
- 172 0427 Psycho Cut
- 173 0428 Zen Headbutt
- 174 0430 Flash Cannon
- 175 0434 Draco Meteor
- 176 0435 Discharge
- 177 0436 Lava Plume
- 178 0437 Leaf Storm
- 179 0438 Power Whip
- 180 0441 Gunk Shot
- 181 0442 Iron Head
- 182 0444 Stone Edge
- 183 0446 Stealth Rock
- 184 0452 Wood Hammer
- 185 0453 Aqua Jet
- 186 0457 Head Smash
- 187 0473 Psyshock
- 188 0482 Sludge Wave
- 189 0484 Heavy Slam
- 190 0521 Volt Switch
- 191 0523 Bulldoze
- 192 0526 Work Up
- 193 0527 Electroweb
- 194 0528 Wild Charge
- 195 0529 Drill Run
- 196 0532 Horn Leech
- 197 0535 Heat Crash
- 198 0538 Cotton Guard
- 199 0540 Psystrike
- 200 0542 Hurricane
- 201 0555 Snarl
- 202 0556 Icicle Crash
- 203 0560 Flying Press
- 204 0564 Sticky Web
- 205 0566 Phantom Force
- 206 0567 Trick-or-Treat
- 207 0570 Parabolic Charge
- 208 0571 Forest’s Curse
- 209 0573 Freeze-Dry
- 210 0574 Disarming Voice
- 211 0575 Parting Shot
- 212 0576 Topsy-Turvy
- 213 0577 Draining Kiss
- 214 0583 Play Rough
- 215 0584 Fairy Wind
- 216 0585 Moonblast
- 217 0586 Boomburst
- 218 0588 King’s Shield
- 219 0591 Diamond Storm
- 220 0592 Steam Eruption
- 221 0593 Hyperspace Hole
- 222 0594 Water Shuriken
- 223 0595 Mystical Fire
- 224 0596 Spiky Shield
- 225 0598 Eerie Impulse
- 226 0601 Geomancy
- 227 0605 Dazzling Gleam
- 228 0609 Nuzzle
- 229 0611 Infestation
- 230 0612 Power-Up Punch
- 231 0613 Oblivion Wing
- 232 0614 Thousand Arrows
- 233 0615 Thousand Waves
- 234 0616 Land’s Wrath
- 235 0617 Light of Ruin
- 236 0621 Hyperspace Fury
- 237 0670 Leafage
- 238 0679 Lunge
- 239 0687 Core Enforcer
- 240 0693 Brutal Swing
- 241 0710 Liquidation
- 242 0748 No Retreat
- 243 0784 Breaking Swipe
- 244 0812 Flip Turn
- 245 0920 920
- 246 0097 Agility
Advertisement
Add Comment
Please, Sign In to add comment