You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
@@ -47,10 +47,10 @@ CeladonPrizeRoom_tmcounterloop:
|
||||
.psychic
|
||||
checkcoins 3500
|
||||
if_equal $2, CeladonPrizeRoom_notenoughcoins
|
||||
itemtotext TM_PSYCHIC, $0
|
||||
itemtotext TM_PSYCHIC_M, $0
|
||||
scall CeladonPrizeRoom_askbuy
|
||||
iffalse CeladonPrizeRoom_cancel
|
||||
giveitem TM_PSYCHIC
|
||||
giveitem TM_PSYCHIC_M
|
||||
iffalse CeladonPrizeRoom_notenoughroom
|
||||
takecoins 3500
|
||||
jump CeladonPrizeRoom_purchased
|
||||
|
||||
@@ -15,7 +15,7 @@ MrPsychic:
|
||||
iftrue .AlreadyGotItem
|
||||
writetext MrPsychicText1
|
||||
buttonsound
|
||||
verbosegiveitem TM_PSYCHIC
|
||||
verbosegiveitem TM_PSYCHIC_M
|
||||
iffalse .Done
|
||||
setevent EVENT_GOT_TM29_PSYCHIC
|
||||
.AlreadyGotItem:
|
||||
|
||||
Reference in New Issue
Block a user