2022-08-28 17:12:15 -05:00

7 lines
424 B
Plaintext

version=2
:if:<register.registered(elm4)>=True
@text.show(Poké Balls are in stock!~Now I can catch Pokémon!)
:else
@text.show(They're fresh out~of Pokéballs!*When will they get~more of them?)
:endif
:end