Use PSYCHIC_M for the Psychic TM.

Fixes #385
This commit is contained in:
yenatch
2017-12-24 17:54:24 -05:00
parent e400fe5142
commit 0b8b6f9259
61 changed files with 62 additions and 62 deletions

View File

@@ -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

View File

@@ -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: