Remove Egg parent constants

This commit is contained in:
GriffinR
2019-09-25 18:05:12 -04:00
committed by huderlem
parent 801ca37f04
commit 4e98a0cc4b
3 changed files with 53 additions and 58 deletions

View File

@@ -58,7 +58,7 @@ Route117_EventScript_MonReceivedMail:: @ 8291CC8
Route117_EventScript_CheckOnOneMon:: @ 8291CD1
special GetDaycareMonNicknames
msgbox Route117_Text_YourMonIsDoingFine, MSGBOX_DEFAULT
setvar VAR_0x8004, EGG_MOTHER
setvar VAR_0x8004, 0
call Route117_EventScript_CheckMonReceivedMail
release
end
@@ -70,9 +70,9 @@ Route117_EventScript_CheckOnTwoMons:: @ 8291CE8
special ShowFieldMessageStringVar4
waitmessage
waitbuttonpress
setvar VAR_0x8004, EGG_MOTHER
setvar VAR_0x8004, 0
call Route117_EventScript_CheckMonReceivedMail
setvar VAR_0x8004, EGG_FATHER
setvar VAR_0x8004, 1
call Route117_EventScript_CheckMonReceivedMail
release
end