mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
Fix label name and remove special character (#1001)
This commit is contained in:
parent
22a3e8ea30
commit
c3822e27e3
|
|
@ -1144,7 +1144,7 @@ Route201_Lass:
|
|||
PlayFanfare SEQ_SE_CONFIRM
|
||||
LockAll
|
||||
FacePlayer
|
||||
GoToIfSet FLAG_HAS_POKEDEX, Route201_IfYourPokemonsHPIsLowGoToAPokemonCenter»
|
||||
GoToIfSet FLAG_HAS_POKEDEX, Route201_IfYourPokemonsHPIsLowGoToAPokemonCenter
|
||||
Message Route201_Text_IfYourPokemonsHPIsLowGoHome
|
||||
GoTo Route201_LassCloseMessage
|
||||
|
||||
|
|
@ -1154,7 +1154,7 @@ Route201_LassCloseMessage:
|
|||
ReleaseAll
|
||||
End
|
||||
|
||||
Route201_IfYourPokemonsHPIsLowGoToAPokemonCenter»:
|
||||
Route201_IfYourPokemonsHPIsLowGoToAPokemonCenter:
|
||||
Message Route201_Text_IfYourPokemonsHPIsLowGoToAPokemonCenter
|
||||
GoTo Route201_LassCloseMessage
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user