Replace hardcoded wMonType constants (#1011)

This commit is contained in:
Idain
2022-09-28 20:51:39 -04:00
committed by GitHub
parent bceeea8e3b
commit a9869f1896
3 changed files with 3 additions and 3 deletions

View File

@@ -562,7 +562,7 @@ DayCare_InitBreeding:
ld [wTempMonDVs + 1], a
ld a, [wBreedMon1Species]
ld [wCurPartySpecies], a
ld a, $3
ld a, TEMPMON
ld [wMonType], a
ld a, [wBreedMon1Species]
cp DITTO