Fixed some typos and extra spaces

This commit is contained in:
JappaWakka 2024-08-24 15:32:11 +02:00
parent 1c3e30d59e
commit de15767ce3
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ version=2
:endif
:if:<register.registered(postblueoak)>=false <and> <player.badges>=16
@text.show(Hello, you are begining~to hold the air of~a great Champion,~<player.name>.*It is time for your~Pokédex to match~who you are.*Let me see your~Pokédex for a moment.*I will upgrade your~Pokédex with the~National Mode.)
@text.show(Hello, you are beginning~to hold the air of~a great Champion,~<player.name>.*It is time for your~Pokédex to match~who you are.*Let me see your~Pokédex for a moment.*I will upgrade your~Pokédex with the~National Mode.)
@sound.play(success,1)
@text.color(playercolor)
@text.show(<player.name> received~the National Pokédex!)

View File

@ -5,7 +5,7 @@ Namespace Items.KeyItems
Inherits KeyItem
Public Overrides ReadOnly Property Description As String = "The ticket required for flying on the sea plane. It has a drawing of a sea plane on it. "
Public Overrides ReadOnly Property Description As String = "The ticket required for flying on the sea plane. It has a drawing of a sea plane on it."
Public Sub New()
_textureRectangle = New Rectangle(432, 408, 24, 24)