Name all printer functions

This commit is contained in:
pikalaxalt
2016-05-11 17:16:03 -04:00
parent 295604cbb5
commit af0119ca7e
19 changed files with 1175 additions and 1046 deletions

View File

@@ -8,7 +8,7 @@ CheckBreedmonCompatibility: ; 16e1d
ld [TempMonDVs], a
ld a, [wBreedMon1DVs + 1]
ld [TempMonDVs + 1], a
ld a, BREEDMON
ld a, TEMPMON
ld [MonType], a
predef GetGender
jr c, .genderless
@@ -588,7 +588,7 @@ GetHeritableMoves: ; 17197
ld [TempMonDVs], a
ld a, [wBreedMon2DVs + 1]
ld [TempMonDVs + 1], a
ld a, BREEDMON
ld a, TEMPMON
ld [MonType], a
predef GetGender
jr c, .inherit_mon2_moves
@@ -604,7 +604,7 @@ GetHeritableMoves: ; 17197
ld [TempMonDVs], a
ld a, [wBreedMon1DVs + 1]
ld [TempMonDVs + 1], a
ld a, BREEDMON
ld a, TEMPMON
ld [MonType], a
predef GetGender
jr c, .inherit_mon1_moves