fix badge and move typos

This commit is contained in:
darkfire006 2019-02-16 02:50:13 -06:00
parent 8f844e4e19
commit 642365f389
2 changed files with 89 additions and 105 deletions

View File

@ -1,64 +1,48 @@
version=2
:if:<register.registered(ddenquizpass)>=False
:then
@player.move(6)
@player.turnto(3)
@player.move(1)
@player.turnto(0)
@npc.warp(0,4,0.1,9)
@npc.move(1,1)
@text.show(Hm... Good to see~you here.*No need to explain~why you came.*Clair sent you~here, didn't she?*That girl is a~handful...*I am sorry, but I~must test you.*Not to worry, you~are to answer only~a few questions.*Ready?*What are Pokémon~to you?)
@storage.set(integer,Q,0)
@text.show(Hm... Good to see~you here.*No need to explain~why you came.*Clair sent you~here, didn't she?*That girl is a~handful...*I am sorry, but I~must test you.*Not to worry, you~are to answer only~a few questions.*Ready?*What are Pokémon~to you?)
@options.show(Pal,Underling,Friend)
:when:Underling
@storage.set(integer,Q,<storage.get(integer,Q)>+1)
:endwhen
@Text.show(Oh, I understand...*What helps you to~win battles?)
@options.show(Strategy,Raising,Cheating)
:when:Cheating
@storage.set(integer,Q,<storage.get(integer,Q)>+1)
:endwhen
@Text.show(Oh, I understand...*What kind of~trainer do you~wish to battle?)
@options.show(Weak person,Tough person,Anybody)
:when:Weak person
@storage.set(integer,Q,<storage.get(integer,Q)>+1)
:when:Tough person
@storage.set(integer,Q,<storage.get(integer,Q)>+1)
:endwhen
@Text.show(Oh, I understand...*What is most~important for~raising Pokémon?)
@Options.show(Love,Violence,Knowledge)
:when:Violence
@storage.set(integer,Q,<storage.get(integer,Q)>+1)
:endwhen
@Text.show(Oh, I understand...*Strong Pokémon.~Weak Pokémon.*Which is more~important?)
@Options.show(Tough,Both,Weak)
:when:Tough
@storage.set(integer,Q,<storage.get(integer,Q)>+1)
:when:Weak
@storage.set(integer,Q,<storage.get(integer,Q)>+1)
:endwhen
:if:<storage.get(integer,Q)>>0
:then
@text.show(I am sorry you~failed.*Please leave.)
@screen.fadeout
@player.warp(blackthorn\center.dat,7,0.1,3,0)
@ -89,7 +73,7 @@ version=2
@player.getbadge(16)
@player.achieveemblem(rising)
@register.register(risingbadge_obtain)
@Text.show(Risignbagde will~enable your*Pokémon to use the~move for climbing~Waterfalls.*Also, all Pokémon~will recognize you*as a trainer and~obey your every~command without~question.)
@Text.show(Rising Bagde will~enable your*Pokémon to use the~move for climbing~Waterfalls.*Also, all Pokémon~will recognize you*as a trainer and~obey your every~command without~question.)
@npc.turn(1,3)
@npc.move(1,3)
@npc.turn(1,2)

View File

@ -49,7 +49,7 @@ version=2
@text.show(The Storm Badge makes~all Pokémon up to*Level 70 obey, even~traded ones.*It also lets your~Pokémon use Fly*when you're not in~a battle.*Here, take this too!)
@item.give(191,1)
@item.messagegive(191,1)
@text.show(That is Dynamicpunch.*It doesn't always~hit, but when it*does, it causes~confusion!)
@text.show(That is Dynamic Punch.*It doesn't always~hit, but when it*does, it causes~confusion!)
:end
:endif