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 inverted labels for HandleStatBoostingHeldItems
This commit is contained in:
@@ -4676,21 +4676,21 @@ HandleStatBoostingHeldItems: ; 3de97
|
|||||||
ld a, [hLinkPlayerNumber]
|
ld a, [hLinkPlayerNumber]
|
||||||
cp $1
|
cp $1
|
||||||
jr z, .player_1
|
jr z, .player_1
|
||||||
call .DoEnemy
|
|
||||||
jp .DoPlayer
|
|
||||||
|
|
||||||
.player_1
|
|
||||||
call .DoPlayer
|
call .DoPlayer
|
||||||
jp .DoEnemy
|
jp .DoEnemy
|
||||||
|
|
||||||
|
.player_1
|
||||||
|
call .DoEnemy
|
||||||
|
jp .DoPlayer
|
||||||
; 3dea9
|
; 3dea9
|
||||||
|
|
||||||
.DoEnemy: ; 3dea9
|
.DoPlayer: ; 3dea9
|
||||||
call GetPartymonItem
|
call GetPartymonItem
|
||||||
ld a, $0
|
ld a, $0
|
||||||
jp .HandleItem
|
jp .HandleItem
|
||||||
; 3deb1
|
; 3deb1
|
||||||
|
|
||||||
.DoPlayer: ; 3deb1
|
.DoEnemy: ; 3deb1
|
||||||
call GetOTPartymonItem
|
call GetOTPartymonItem
|
||||||
ld a, $1
|
ld a, $1
|
||||||
.HandleItem: ; 3deb6
|
.HandleItem: ; 3deb6
|
||||||
|
Reference in New Issue
Block a user