fix-various-little-things

A compilation of suggestions from the discord that don't deserve
separate commits and are not questionable at all™.
This commit is contained in:
mid-kid
2018-05-05 09:19:04 +02:00
parent a63d9dfd4f
commit c82deab86f
18 changed files with 41 additions and 42 deletions

View File

@@ -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

View File

@@ -18,7 +18,7 @@ EvolveAfterBattle: ; 421e6
push hl
EvolveAfterBattle_MasterLoop
EvolveAfterBattle_MasterLoop:
ld hl, wCurPartyMon
inc [hl]