Give catching charm to player at vermilion docks
This commit is contained in:
parent
27e940f117
commit
b6f356a6ba
|
@ -0,0 +1,6 @@
|
|||
version=2
|
||||
|
||||
:if:<Register.Registered(pokedex_sevii)>=true <and> <Register.Registered(ReceivedCatchingCharm)>=false
|
||||
@Item.Give(657,1)
|
||||
@Register.Register(ReceivedCatchingCharm)
|
||||
:endif
|
Binary file not shown.
|
@ -31129,6 +31129,9 @@
|
|||
<Content Include="Content\Data\Scripts\trainer\victoryroad\012r.trainer">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Content\Data\Scripts\vermilion\CatchingCharm.dat">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Include="Content\Data\Scripts\violet\towertopmap.dat">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
|
|
Loading…
Reference in New Issue