Harmonize engine/{gfx, items, link, math} with pokegold
This commit is contained in:
@@ -80,7 +80,7 @@ PrepMysteryGiftDataToSend:
|
||||
|
||||
.tenpercent
|
||||
call Random
|
||||
cp 20 percent - 1 ; 50
|
||||
cp 20 percent - 1
|
||||
jr c, .twopercent
|
||||
call Random
|
||||
and %011
|
||||
|
@@ -117,7 +117,7 @@ PlaceTradePartnerNamesAndParty:
|
||||
hlcoord 7, 9
|
||||
ld de, wOTPartySpecies
|
||||
.PlaceSpeciesNames:
|
||||
ld c, $0
|
||||
ld c, 0
|
||||
.loop
|
||||
ld a, [de]
|
||||
cp -1
|
||||
|
Reference in New Issue
Block a user