mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Fix inverted labels for HandleStatBoostingHeldItems
This commit is contained in:
parent
f6cfccd1ff
commit
64e4300f4d
@ -4676,21 +4676,21 @@ HandleStatBoostingHeldItems: ; 3de97
|
||||
ld a, [hLinkPlayerNumber]
|
||||
cp $1
|
||||
jr z, .player_1
|
||||
call .DoEnemy
|
||||
jp .DoPlayer
|
||||
|
||||
.player_1
|
||||
call .DoPlayer
|
||||
jp .DoEnemy
|
||||
|
||||
.player_1
|
||||
call .DoEnemy
|
||||
jp .DoPlayer
|
||||
; 3dea9
|
||||
|
||||
.DoEnemy: ; 3dea9
|
||||
.DoPlayer: ; 3dea9
|
||||
call GetPartymonItem
|
||||
ld a, $0
|
||||
jp .HandleItem
|
||||
; 3deb1
|
||||
|
||||
.DoPlayer: ; 3deb1
|
||||
.DoEnemy: ; 3deb1
|
||||
call GetOTPartymonItem
|
||||
ld a, $1
|
||||
.HandleItem: ; 3deb6
|
||||
|
Loading…
Reference in New Issue
Block a user