You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Moves that don't make sense are actually effect ids
This commit is contained in:
@@ -2896,14 +2896,15 @@ BattleCommand0d: ; 35023
|
|||||||
cp DIG
|
cp DIG
|
||||||
jr z, .asm_3504f ; 35036 $17
|
jr z, .asm_3504f ; 35036 $17
|
||||||
|
|
||||||
|
; Move effect:
|
||||||
inc hl
|
inc hl
|
||||||
ld a, [hl]
|
ld a, [hl]
|
||||||
|
|
||||||
cp HEADBUTT
|
cp $1d ; multi-hit
|
||||||
jr z, .asm_35049
|
jr z, .asm_35049
|
||||||
cp BITE
|
cp $2c ; double-hit
|
||||||
jr z, .asm_35049
|
jr z, .asm_35049
|
||||||
cp POISONPOWDER
|
cp $4d ; twineedle
|
||||||
jr z, .asm_35049
|
jr z, .asm_35049
|
||||||
jp EndMoveEffect
|
jp EndMoveEffect
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user