diff --git a/P3D/Content/Data/Scripts/phone/012.dat b/P3D/Content/Data/Scripts/phone/012.dat index 9a3af8d89..556c47339 100644 Binary files a/P3D/Content/Data/Scripts/phone/012.dat and b/P3D/Content/Data/Scripts/phone/012.dat differ diff --git a/P3D/Content/Data/Scripts/phone/034.dat b/P3D/Content/Data/Scripts/phone/034.dat index 45b4351f9..ca35cecdc 100644 Binary files a/P3D/Content/Data/Scripts/phone/034.dat and b/P3D/Content/Data/Scripts/phone/034.dat differ 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