You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Fix typos in comments.
This commit is contained in:
@@ -285,7 +285,7 @@ CheckPlayerTurn:
|
||||
cp $80
|
||||
jr nc, .not_confused
|
||||
|
||||
; clear confussion-dependent substatus
|
||||
; clear confusion-dependent substatus
|
||||
ld hl, PlayerSubStatus3
|
||||
ld a, [hl]
|
||||
and 1 << SUBSTATUS_CONFUSED
|
||||
|
Reference in New Issue
Block a user