mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-20 06:08:57 +13:00
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:
parent
e6119651d8
commit
f4b5e1d2f5
16 changed files with 35 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue