mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
; fallthrough
This commit is contained in:
parent
f71d614241
commit
b42ba692c4
@ -352,7 +352,7 @@ HandleBerserkGene:
|
||||
|
||||
.reverse
|
||||
call .enemy
|
||||
; jr .player
|
||||
; fallthrough
|
||||
|
||||
.player
|
||||
call SetPlayerTurn
|
||||
@ -366,7 +366,7 @@ HandleBerserkGene:
|
||||
ld de, wOTPartyMon1Item
|
||||
ld a, [wCurOTMon]
|
||||
ld b, a
|
||||
; jr .go
|
||||
; fallthrough
|
||||
|
||||
.go
|
||||
push de
|
||||
|
Loading…
x
Reference in New Issue
Block a user