53 lines
3.1 KiB
Plaintext
53 lines
3.1 KiB
Plaintext
Version=2
|
|
@Text.Show(Hm? That's a Pokédex,~isn't it?~May I see it?*There are so many kinds~of Pokémon.*Hm? What's this?*What's this Pokémon?*It looks like the strange~writing on the walls~of the Ruins.*If those drawings are~really Pokémon, there~should be many more.*I know! Let me upgrade your~Pokédex. Follow me.)
|
|
@Screen.FadeOut(8)
|
|
@Camera.Update
|
|
:if:<Player.ThirdPerson>=false
|
|
@Camera.SetToPlayerFacing
|
|
:endif
|
|
:if:<Player.Facing>=0
|
|
@Player.Warp(Alph\AlphHouse.dat,3,0.1,6,0)
|
|
:else
|
|
:if:<Player.Facing>=1
|
|
@Player.Warp(Alph\AlphHouse.dat,3,0.1,6,3)
|
|
:else
|
|
:if:<Player.Facing>=2
|
|
@Player.Warp(Alph\AlphHouse.dat,3,0.1,6,2)
|
|
:else
|
|
@Player.Warp(Alph\AlphHouse.dat,3,0.1,6,1)
|
|
:endif
|
|
:endif
|
|
:endif
|
|
@Level.Update
|
|
@NPC.Warp(0,3,0,5)
|
|
@NPC.Turn(0,1)
|
|
@Screen.FadeIn(8)
|
|
@Camera.Update
|
|
@NPC.Move(0,1)
|
|
@NPC.Turn(0,0)
|
|
@NPC.Move(0,1)
|
|
@Level.Wait(25)
|
|
@Sound.Play(PC\TurnOn)
|
|
@Level.Wait(100)
|
|
@Sound.Play(ice_crack)
|
|
@Level.Wait(75)
|
|
@Sound.Play(Battle\Pokeball\Land)
|
|
@Level.Wait(75)
|
|
@Sound.Play(buy)
|
|
@Level.Wait(50)
|
|
@NPC.Turn(0,3)
|
|
@NPC.Move(0,1)
|
|
@NPC.Turn(0,2)
|
|
@NPC.Move(0,1)
|
|
@Text.Show(Done!*I modified your Pokédex.*I added an optional~Pokédex to store~Unown data.)
|
|
@Sound.Play(success,1)
|
|
@Text.Color(playercolor)
|
|
@Text.Show(<player.name> received~the Unown Pokédex!)
|
|
@Text.Color(defaultcolor)
|
|
@Text.Show(The Unown you catch~will all be recorded.~Come see me if you've~caught them all.*I'll have something~for you as a reward!)
|
|
@NPC.Turn(0,1)
|
|
@NPC.Move(0,1)
|
|
@NPC.Turn(0,0)
|
|
@NPC.Move(0,1)
|
|
@Register.Register(pokedex_unown)
|
|
:end |