You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
; fallthrough
This commit is contained in:
@@ -352,7 +352,7 @@ HandleBerserkGene:
|
|||||||
|
|
||||||
.reverse
|
.reverse
|
||||||
call .enemy
|
call .enemy
|
||||||
; jr .player
|
; fallthrough
|
||||||
|
|
||||||
.player
|
.player
|
||||||
call SetPlayerTurn
|
call SetPlayerTurn
|
||||||
@@ -366,7 +366,7 @@ HandleBerserkGene:
|
|||||||
ld de, wOTPartyMon1Item
|
ld de, wOTPartyMon1Item
|
||||||
ld a, [wCurOTMon]
|
ld a, [wCurOTMon]
|
||||||
ld b, a
|
ld b, a
|
||||||
; jr .go
|
; fallthrough
|
||||||
|
|
||||||
.go
|
.go
|
||||||
push de
|
push de
|
||||||
|
|||||||
Reference in New Issue
Block a user