Add Uppercut

Misty's worst nightmare.

FIGHTING type
55 Power
15 PP
80 Accuracy
Effect: Flinch (30% chance)

Learned by Hitmonchan, Machop, and Mankey at L1. Primeape, Machoke, and Machamp have it in their L1 learnsets as well.

Learned by Carapthor at L10 as an evolution move. Also part of its L1 learnset.
This commit is contained in:
Llinos Evans 2023-11-25 16:57:55 +00:00
parent e6119651d8
commit f4b5e1d2f5
16 changed files with 35 additions and 16 deletions

View file

@ -136,6 +136,7 @@ DEF FIRST_SE_ID EQU const_value
const SUBANIM_0_SAFARI_BAIT
const SUBANIM_0_STAR_HIGH
const SUBANIM_0_FAKE_TEARS
const SUBANIM_0_STAR_ASCENDING
DEF NUM_SUBANIMS EQU const_value
; types of subanimations

View file

@ -190,7 +190,8 @@
const KOWTOW_CLEAVE ; b6
const DISARMING_VOICE ; b7
const NASTY_PLOT ; b8
const STRUGGLE ; formerly a5, now b9
const UPPERCUT ; b9
const STRUGGLE ; formerly a5, now c0
DEF NUM_ATTACKS EQU const_value - 1
; Moves do double duty as animation identifiers.