You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
Use PartyMon labels in GetPartyParamLocation arguments.
This commit is contained in:
@@ -7366,7 +7366,7 @@ Function3ee3b: ; 3ee3b
|
||||
.asm_3ee89
|
||||
push hl
|
||||
push bc
|
||||
ld a, $1c
|
||||
ld a, PartyMon1PokerusStatus - PartyMon1
|
||||
call GetPartyParamLocation
|
||||
ld a, [hl]
|
||||
and a
|
||||
@@ -7673,7 +7673,7 @@ Function3ee3b: ; 3ee3b
|
||||
cp b
|
||||
jr z, .asm_3f0d1
|
||||
ld [CurPartyMon], a
|
||||
ld a, $0
|
||||
ld a, PartyMon1Species - PartyMon1
|
||||
call GetPartyParamLocation
|
||||
ld b, h
|
||||
ld c, l
|
||||
|
||||
Reference in New Issue
Block a user