Ruan Pablo 9c3c1c9968 new dialog and fixes (+)
dialog fixes
TRT event
itemsheet update
pokemonimageview integer scaling
new follower interactions
teleport set -6 priority (LGPE)
Detective Pikachu easter egg
2019-05-13 19:11:12 -03:00

16 lines
1.3 KiB
Plaintext

version=2
:if:<register.registered(clubextendinvite)>=true <and> <register.registered(LiRematchTalk)>=false
@text.show(A Battle Club?*Johto had one long~ago...*I'll be pleased to~see its resurgence.*Count on me.)
@register.register(LiRematchTalk)
:end
:endif
@battle.starttrainer(sproutelder)
:if:<register.registered(get_HM01)>=False
@Register.register(get_HM01)
@Text.show(You and your Poké~mon should have*no problem using~this move.*Take this Flash~HM.)
@item.give(243,1)
@item.messagegive(243,1)
@Text.show(Flash illuminates~even the darkest~of all places.*But to use it out~of battle, you*need the Badge~from Violet's Gym.)
:endif
:end