18 lines
1.2 KiB
Plaintext
18 lines
1.2 KiB
Plaintext
version=2
|
|
:if:<register.registered(olivine_lighthouse_finish)>=False <and> <Register.registered(oak_give_mega_bracelet)>=true
|
|
:then
|
|
@pokemon.cry(181)
|
|
@Text.show(Amphy: ...~...Pa... paloo...*Its breathing is~terribly labored...)
|
|
:else
|
|
@pokemon.cry(181)
|
|
@Text.show(Amphy: Palu!~Palulu!)
|
|
:if:<register.registered(amphy_ampharosite)>=False <and> <player.badges>=16
|
|
@Text.show(It seems like Amphy is trying~to give you something...)
|
|
@Item.give(512,1)
|
|
@Item.messagegive(512,1)
|
|
@pokemon.cry(181)
|
|
@Text.show(Amphy: Palu!)
|
|
@Register.register(amphy_ampharosite)
|
|
:endif
|
|
:endif
|
|
:end |