You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Merge branch 'master' of https://github.com/pret/pokecrystal
This commit is contained in:
@@ -24,7 +24,7 @@ CheckBreedmonCompatibility: ; 16e1d
|
||||
ld [wTempMonDVs], a
|
||||
ld a, [wBreedMon2DVs + 1]
|
||||
ld [wTempMonDVs + 1], a
|
||||
ld a, $3
|
||||
ld a, TEMPMON
|
||||
ld [wMonType], a
|
||||
predef GetGender
|
||||
pop bc
|
||||
|
@@ -18,7 +18,7 @@ EvolveAfterBattle: ; 421e6
|
||||
|
||||
push hl
|
||||
|
||||
EvolveAfterBattle_MasterLoop
|
||||
EvolveAfterBattle_MasterLoop:
|
||||
ld hl, wCurPartyMon
|
||||
inc [hl]
|
||||
|
||||
|
@@ -124,7 +124,7 @@ GetMailboxCount: ; 44648
|
||||
jp CloseSRAM
|
||||
; 44654
|
||||
|
||||
CheckPokeItem:: ; 44654
|
||||
CheckPokeMail:: ; 44654
|
||||
push bc
|
||||
push de
|
||||
farcall SelectMonFromParty
|
||||
@@ -194,7 +194,7 @@ CheckPokeItem:: ; 44654
|
||||
; 446cc
|
||||
|
||||
|
||||
GivePokeItem:: ; 446cc
|
||||
GivePokeMail:: ; 446cc
|
||||
ld a, [wPartyCount]
|
||||
dec a
|
||||
push af
|
||||
|
Reference in New Issue
Block a user