mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Ggive dummy item in Item Space (#22)
This commit is contained in:
parent
98b04522e1
commit
20e7791a83
@ -34,6 +34,9 @@ ItemSpaceScript::
|
|||||||
scall ArriveToRegularSpaceScript
|
scall ArriveToRegularSpaceScript
|
||||||
iftrue .not_landed
|
iftrue .not_landed
|
||||||
scall LandedInRegularSpaceScript_BeforeSpaceEffect
|
scall LandedInRegularSpaceScript_BeforeSpaceEffect
|
||||||
|
opentext
|
||||||
|
verbosegiveitem POTION
|
||||||
|
closetext
|
||||||
scall LandedInRegularSpaceScript_AfterSpaceEffect
|
scall LandedInRegularSpaceScript_AfterSpaceEffect
|
||||||
.not_landed
|
.not_landed
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user