mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-20 06:08:57 +13:00
Salesman 'Obtained item!' text
Yeah for some reason the salesman didn't actually tell you that you got the item. Meanie.
This commit is contained in:
parent
dacb23f87b
commit
d20207f012
4 changed files with 58 additions and 18 deletions
|
|
@ -33,7 +33,7 @@ _PoryZSalesmanText1::
|
|||
|
||||
para "Tell you what."
|
||||
line "You can get a"
|
||||
cont "copy for ¥2100."
|
||||
cont "copy for ¥3000."
|
||||
cont "What do you say?"
|
||||
|
||||
done
|
||||
|
|
@ -44,6 +44,11 @@ _PoryZSalesmanNoText::
|
|||
cont "chance!"
|
||||
done
|
||||
|
||||
_ReceivedDubiousDiscText::
|
||||
text "<PLAYER> received"
|
||||
line "DUBIOUS DISC!@"
|
||||
text_end
|
||||
|
||||
_PoryZSalesmanNoMoneyText::
|
||||
text "You'll need more"
|
||||
line "money than that!"
|
||||
|
|
@ -59,4 +64,6 @@ _PoryZBagFull::
|
|||
text "Hey, your bag's"
|
||||
line "full! Can't sell"
|
||||
cont "you anything like"
|
||||
cont "that!"
|
||||
cont "that!"
|
||||
done
|
||||
|
||||
|
|
@ -145,6 +145,11 @@ _SafariBallSalesmanNoText::
|
|||
cont "me?"
|
||||
done
|
||||
|
||||
_ReceivedSafariBallsText::
|
||||
text "<PLAYER> received"
|
||||
line "3 SAFARI BALLS!@"
|
||||
text_end
|
||||
|
||||
_SafariBallSalesmanNoMoneyText::
|
||||
text "Not enough money?"
|
||||
line "Sorry, kid! Paint"
|
||||
|
|
@ -160,6 +165,7 @@ _SafariBallBagFull::
|
|||
line "give you these"
|
||||
cont "when your bag's"
|
||||
cont "that full!"
|
||||
done
|
||||
|
||||
_ReceivedTM50Text::
|
||||
text "<PLAYER> received"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue