From 41e4889e10126e7e32fe4c4fdb4d6b42ba463e1a Mon Sep 17 00:00:00 2001 From: darkfire006 Date: Wed, 26 Jul 2023 16:47:35 -0500 Subject: [PATCH] daycare calls update --- P3D/Content/Data/Scripts/phone/012.dat | Bin 3262 -> 3458 bytes P3D/Content/Data/Scripts/phone/034.dat | Bin 3250 -> 3406 bytes P3D/Content/Data/Scripts/phone/035.dat | 15 +++++++++------ 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/P3D/Content/Data/Scripts/phone/012.dat b/P3D/Content/Data/Scripts/phone/012.dat index 9a3af8d89c6367f313fc3ae929dd2922c5cd3de6..556c473393c558dc345f00df940d388f8e6d20fe 100644 GIT binary patch delta 192 zcmdld*(AN8hHJ7GBiBR?1<@jgREA_A&SWS9;yi|Q23`iP$qSi|1FF(iwOexEMIW(1D=@C{qC>^?)+@ zKsu8l4TzH&62a_zps2>=nOxG0T9dbOY3u7Sm@*guA&7?H0)`BrzC55QIt&PQ3{Z_R zgUMt`X8FlwjAG1@4EYm($^#Ag&*iF~57eT-kjqdB)KbS#4%DguCP5BWU?>I~n9Pv9 Yxtd#=k(ZOf3Mib%kOFeqnwMlYA5+kP-LkU9$Ln=ew=14|X&WU*%j0%%aa!E7RO@7Ly&8o@3%fPico^d1N IWFuY~0E21`!2kdN diff --git a/P3D/Content/Data/Scripts/phone/035.dat b/P3D/Content/Data/Scripts/phone/035.dat index b33b68bdd..2874e564d 100644 --- a/P3D/Content/Data/Scripts/phone/035.dat +++ b/P3D/Content/Data/Scripts/phone/035.dat @@ -2,15 +2,15 @@ version=2 :if:=calling :then - @Text.Show([POKE]gear:~Calling..............) + @Text.Show(Pokégear:~Calling..............) @Text.show(Hello?~Oh, hello !) :if:=true :then - @text.show(We were raising your~[POKE]mon, and my goodness,~we were surprised!*Your [POKE]mon was holding~an Egg!*We don't know how it~got there, but your~[POKE]mon had it.*If you want to have it~visit us on Four Island.) + @text.show(We were raising your~Pokémon, and my goodness,~we were surprised!*Your Pokémon was holding~an Egg!*We don't know how it~got there, but your~Pokémon had it.*If you want to have it~visit us on Four Island.) :else :select: :when:0 - @text.show(We take care of the~precious [POKE]mon of~other trainers.*If you'd like us to~raise your [POKE]mon,~visit us on Four Island.) + @text.show(We take care of the~precious Pokémon of~other trainers.*If you'd like us to~raise your Pokémon,~visit us on Four Island.) :when:1 @text.show(Glad you called!~Your is~doing just fine!) :when:2 @@ -22,7 +22,7 @@ version=2 :when:20 @storage.set(string,breed_text,The two don't seem~to like each other.) :when:0 - @storage.set(string,breed_text,The two prefer to play~with other [POKE]mon than~each other.) + @storage.set(string,breed_text,The two prefer to play~with other Pokémon than~each other.) :endwhen @text.show(Glad you called!*Your and~your are~doing just fine.*) @@ -30,8 +30,11 @@ version=2 :endwhen :endif :else - @Text.Show([POKE]gear: Day-Care Man~Receiving call.......) - @text.show(We were raising your~[POKE]mon, and my goodness,~we were surprised!*Your [POKE]mon was holding~an Egg!*We don't know how it~got there, but your~[POKE]mon had it.*If you want to have it~visit us on Four Island.) + :if:=receiving + @text.notification(Day-Care Man*Receiving call.......,500,5,5,phone,phone\012) + :else + @text.show(Hello !*We were raising your~Pokémon, and my goodness,~we were surprised!*Your Pokémon was holding~an Egg!*We don't know how it~got there, but your~Pokémon had it.*If you want to have it~visit us on Route 34.) + :endif :endif :end \ No newline at end of file