mirror of https://github.com/pret/pokecrystal.git
move effect command 'wait' is now 'movedelay'
This commit is contained in:
parent
eebf069839
commit
0f8c8e2d52
|
@ -11015,7 +11015,7 @@ Function0x37e77: ; 37e77
|
|||
|
||||
|
||||
BattleCommandaa: ; 37e80
|
||||
; wait
|
||||
; movedelay
|
||||
; Wait 40 frames.
|
||||
ld c, 40
|
||||
jp DelayFrames
|
||||
|
|
|
@ -2201,7 +2201,7 @@ Teleport:
|
|||
BeatUp:
|
||||
checkobedience
|
||||
usedmovetext
|
||||
wait
|
||||
movedelay
|
||||
doturn
|
||||
startloop
|
||||
effect0x0a
|
||||
|
|
Loading…
Reference in New Issue