mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
regional trade dialogset
Could be tweaked but is overall solid. Now ready to be used whenever.
This commit is contained in:
parent
1db44be609
commit
f53559e4e4
3 changed files with 62 additions and 2 deletions
|
|
@ -1380,8 +1380,6 @@ _NPCTradeFanfareText::
|
|||
text_pause
|
||||
text_end
|
||||
|
||||
text_end ; unreferenced
|
||||
|
||||
_NPCTradeIntroText1::
|
||||
text "I collect #MON."
|
||||
line "Do you have"
|
||||
|
|
@ -1534,6 +1532,42 @@ _NPCTradeAfterText4::
|
|||
line "to learn about it."
|
||||
done
|
||||
|
||||
; Regional variant trades
|
||||
_NPCTradeIntroText5::
|
||||
text "In my region,"
|
||||
line "we have our own"
|
||||
cont "@"
|
||||
text_ram wStringBuffer1
|
||||
text "!"
|
||||
|
||||
para "Wanna trade me"
|
||||
line "yours?"
|
||||
done
|
||||
|
||||
_NPCTradeCancelText5::
|
||||
text "Well, I'll be"
|
||||
line "around…"
|
||||
done
|
||||
|
||||
_NPCTradeWrongText5::
|
||||
text "Huh? That's not"
|
||||
line "@"
|
||||
text_ram wStringBuffer1
|
||||
text ". "
|
||||
cont "Try again!"
|
||||
done
|
||||
|
||||
_NPCTradeCompleteText5::
|
||||
text "Wow! It's so"
|
||||
line "different! Thanks"
|
||||
cont "a bunch!"
|
||||
done
|
||||
|
||||
_NPCTradeAfterText5:: ; Should not happen.
|
||||
text "AfterTrade event"
|
||||
line "set incorrectly."
|
||||
done
|
||||
|
||||
_MomLeavingText1::
|
||||
text "Wow, that's a cute"
|
||||
line "#MON."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue