diff --git a/P3D/Content/Data/Scripts/newgame/intro.dat b/P3D/Content/Data/Scripts/newgame/intro.dat index 474ceb846..ee6c7bafa 100644 --- a/P3D/Content/Data/Scripts/newgame/intro.dat +++ b/P3D/Content/Data/Scripts/newgame/intro.dat @@ -103,7 +103,7 @@ @npc.move(0,4) @npc.turn(0,2) -@text.show(Hello, sorry to~keep you waiting!*Welcome to the~world of Pokémon!*My name is Oak.~People call me~Pokémon Professor.*This world is inhabited~by creatures that~we call...) +@text.show(Hello, sorry to~keep you waiting!*Welcome to the~world of Pokémon!*My name is Oak.~People call me~the Pokémon Professor.*This world is inhabited~by creatures that~we call...) @screen.fadeout(20) @camera.set(20,3,4,3.36,-0.59) @camera.update @@ -161,7 +161,7 @@ @npc.move(3,2) @sound.play(enter) -@text.show(This is your home~in New Bark Town,~you live there~with your mother~right next to Professor Elm.) +@text.show(This is your home~in New Bark Town.~You live there~with your mother~right next to Professor Elm.) @screen.fadeout(20) @camera.set(9,1.5,11.5,0,0-0.4) diff --git a/P3D/Content/Data/Scripts/trainer/route8/003.trainer b/P3D/Content/Data/Scripts/trainer/route8/003.trainer index 444ecdbfb..ebf454249 100644 Binary files a/P3D/Content/Data/Scripts/trainer/route8/003.trainer and b/P3D/Content/Data/Scripts/trainer/route8/003.trainer differ diff --git a/P3D/Content/Data/Scripts/trainer/route8/005.trainer b/P3D/Content/Data/Scripts/trainer/route8/005.trainer index c4ea005a0..cc666158b 100644 Binary files a/P3D/Content/Data/Scripts/trainer/route8/005.trainer and b/P3D/Content/Data/Scripts/trainer/route8/005.trainer differ