mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 15:12:18 +13:00
Fix typos in comments
This commit is contained in:
parent
e9f33ce19c
commit
7a9a1b1e55
23 changed files with 49 additions and 49 deletions
|
|
@ -829,7 +829,7 @@ DoRockSlideSpecialEffects:
|
|||
cp a,1
|
||||
jp z,AnimationFlashScreen ; if it's the end of the subanimation, flash the screen
|
||||
ret
|
||||
; if the subaninmation counter is between 8 and 11, shake the screen horizontally and vertically
|
||||
; if the subanimation counter is between 8 and 11, shake the screen horizontally and vertically
|
||||
.shakeScreen
|
||||
ld b,1
|
||||
predef PredefShakeScreenHorizontally ; shake horizontally
|
||||
|
|
@ -1516,7 +1516,7 @@ AnimationShowMonPic:
|
|||
jp Delay3
|
||||
|
||||
AnimationShowEnemyMonPic:
|
||||
; Shows the emenmy mon's front sprite. Used in animations like Seismic Toss
|
||||
; Shows the enemy mon's front sprite. Used in animations like Seismic Toss
|
||||
; to make the mon's sprite reappear after disappears offscreen.
|
||||
ld hl, AnimationShowMonPic
|
||||
jp CallWithTurnFlipped
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue