mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
parent
bcc4380d40
commit
6a31663c96
15 changed files with 135 additions and 115 deletions
|
|
@ -648,7 +648,7 @@ TradeCenter_DrawPartyLists:
|
|||
ld de, wPartySpecies
|
||||
call TradeCenter_PrintPartyListNames
|
||||
hlcoord 2, 9
|
||||
ld de, wEnemyPartyMons
|
||||
ld de, wEnemyPartySpecies
|
||||
; fall through
|
||||
|
||||
TradeCenter_PrintPartyListNames:
|
||||
|
|
@ -701,7 +701,7 @@ TradeCenter_Trade:
|
|||
ld bc, NAME_LENGTH
|
||||
call CopyData
|
||||
ld a, [wTradingWhichEnemyMon]
|
||||
ld hl, wEnemyPartyMons
|
||||
ld hl, wEnemyPartySpecies
|
||||
ld c, a
|
||||
ld b, 0
|
||||
add hl, bc
|
||||
|
|
@ -798,7 +798,7 @@ TradeCenter_Trade:
|
|||
ld a, [wTradingWhichEnemyMon]
|
||||
ld c, a
|
||||
ld [wWhichPokemon], a
|
||||
ld hl, wEnemyPartyMons
|
||||
ld hl, wEnemyPartySpecies
|
||||
ld d, 0
|
||||
ld e, a
|
||||
add hl, de
|
||||
|
|
@ -818,7 +818,7 @@ TradeCenter_Trade:
|
|||
ld a, $1
|
||||
ld [wForceEvolution], a
|
||||
ld a, [wTradingWhichEnemyMon]
|
||||
ld hl, wEnemyPartyMons
|
||||
ld hl, wEnemyPartySpecies
|
||||
ld b, 0
|
||||
ld c, a
|
||||
add hl, bc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue