2018-01-20 22:26:30 +00:00
|
|
|
|
#include "constants/flags.h"
|
|
|
|
|
#include "constants/items.h"
|
|
|
|
|
#include "constants/moves.h"
|
|
|
|
|
#include "constants/songs.h"
|
|
|
|
|
#include "constants/species.h"
|
|
|
|
|
#include "constants/vars.h"
|
2017-01-16 06:38:56 +00:00
|
|
|
|
.include "asm/macros.inc"
|
2018-01-20 22:26:30 +00:00
|
|
|
|
.include "asm/macros/event.inc"
|
2017-01-16 06:38:56 +00:00
|
|
|
|
.include "constants/constants.inc"
|
|
|
|
|
|
2018-01-20 22:26:30 +00:00
|
|
|
|
|
2017-01-16 06:38:56 +00:00
|
|
|
|
.section .rodata
|
|
|
|
|
|
2017-11-07 22:04:52 +00:00
|
|
|
|
gText_MysteryGiftBerry:: @ 8674AE4
|
2017-11-15 12:41:25 +00:00
|
|
|
|
.string "Obtained a {STR_VAR_2} BERRY!\nDad has it at PETALBURG GYM.$"
|
2017-01-16 06:38:56 +00:00
|
|
|
|
|
2017-11-07 22:04:52 +00:00
|
|
|
|
gText_MysteryGiftBerryTransform:: @ 8674B16
|
2017-11-15 12:41:25 +00:00
|
|
|
|
.string "The {STR_VAR_1} BERRY transformed into\none {STR_VAR_2} BERRY.$"
|
2017-01-16 06:38:56 +00:00
|
|
|
|
|
2017-11-07 22:04:52 +00:00
|
|
|
|
gText_MysteryGiftBerryObtained:: @ 8674B42
|
2017-11-15 12:41:25 +00:00
|
|
|
|
.string "The {STR_VAR_1} BERRY has already been\nobtained.$"
|
2017-01-16 06:38:56 +00:00
|
|
|
|
|
2017-11-07 22:04:52 +00:00
|
|
|
|
gText_MysteryGiftSpecialRibbon:: @ 8674B6A
|
2017-11-15 12:41:25 +00:00
|
|
|
|
.string "A special RIBBON was awarded to\nyour party POKéMON.$"
|
2017-01-16 06:38:56 +00:00
|
|
|
|
|
2017-11-07 22:04:52 +00:00
|
|
|
|
gText_MysteryGiftNationalDex:: @ 8674B9E
|
2017-11-15 12:41:25 +00:00
|
|
|
|
.string "The POKéDEX has been upgraded\nwith the NATIONAL MODE.$"
|
2017-01-16 06:38:56 +00:00
|
|
|
|
|
2017-11-07 22:04:52 +00:00
|
|
|
|
gText_MysteryGiftRareWord:: @ 8674BD4
|
2017-11-15 12:41:25 +00:00
|
|
|
|
.string "A rare word has been added.$"
|
2017-01-16 06:38:56 +00:00
|
|
|
|
|
2017-11-07 22:04:52 +00:00
|
|
|
|
gText_MysteryGiftSentOver:: @ 8674BF0
|
2017-11-15 12:41:25 +00:00
|
|
|
|
.string "{STR_VAR_1} was sent over!$"
|
2017-01-16 06:38:56 +00:00
|
|
|
|
|
2017-11-07 22:04:52 +00:00
|
|
|
|
gText_MysteryGiftFullParty:: @ 8674C02
|
2017-11-15 12:41:25 +00:00
|
|
|
|
.string "Your party is full.\n{STR_VAR_1} could not be sent over.$"
|
2017-01-16 06:38:56 +00:00
|
|
|
|
|
2017-11-07 22:04:52 +00:00
|
|
|
|
gText_MysteryGiftNewTrainer:: @ 8674C31
|
2017-11-15 12:41:25 +00:00
|
|
|
|
.string "A new TRAINER has arrived in\nHOENN.$"
|
|
|
|
|
.string "A new adversary has arrived in the\nBATTLE TOWER.$"
|
2017-01-16 06:38:56 +00:00
|
|
|
|
|
2017-11-07 22:04:52 +00:00
|
|
|
|
gText_MysteryGiftCantBeUsed:: @ 8674C86
|
2017-11-15 12:41:25 +00:00
|
|
|
|
.string "This data can’t be used in\nthis version.$"
|
2017-12-19 19:52:52 +00:00
|
|
|
|
|
2018-01-20 22:26:30 +00:00
|
|
|
|
.align 2
|
|
|
|
|
gUnknown_08674CB0:: @ 8674CB0
|
|
|
|
|
setvaddress gUnknown_08674CB0
|
|
|
|
|
setorcopyvar 0x800D, 1
|
|
|
|
|
specialvar 0x8008, sub_813986C
|
|
|
|
|
setorcopyvar 0x800D, 0
|
|
|
|
|
specialvar 0x8009, sub_813986C
|
|
|
|
|
subvar 0x8008, 32777
|
|
|
|
|
buffernumberstring 0, 0x8008
|
|
|
|
|
lock
|
|
|
|
|
faceplayer
|
|
|
|
|
vmessage gText_MysteryGiftStampCard
|
|
|
|
|
waitmessage
|
|
|
|
|
waitbuttonpress
|
|
|
|
|
release
|
|
|
|
|
end
|
2017-11-07 22:04:52 +00:00
|
|
|
|
|
|
|
|
|
gText_MysteryGiftStampCard::
|
2017-11-15 12:41:25 +00:00
|
|
|
|
.string "Thank you for using the STAMP CARD\nSystem.\pYou have {STR_VAR_1} more to collect to\nfill your STAMP CARD.$"
|
2017-11-07 22:04:52 +00:00
|
|
|
|
|
|
|
|
|
gUnknown_08674D3D:: @ 8674D3D
|
2018-01-21 03:41:02 +00:00
|
|
|
|
setvaddress gUnknown_08674D3D
|
|
|
|
|
checkflag 0x1E4
|
|
|
|
|
vgoto_if 0, EventScript_674D4C
|
|
|
|
|
gotoram
|
|
|
|
|
|
|
|
|
|
EventScript_674D4C:: @ 8674D4C
|
|
|
|
|
specialvar 0x40DD, CalculatePlayerPartyCount
|
|
|
|
|
compare_var_to_value 0x40DD, 6
|
|
|
|
|
vgoto_if 1, EventScript_674D73
|
|
|
|
|
setflag 0x1E4
|
|
|
|
|
vcall EventScript_674D7E
|
|
|
|
|
lock
|
|
|
|
|
faceplayer
|
|
|
|
|
vmessage gText_MysteryGiftEgg
|
|
|
|
|
waitmessage
|
|
|
|
|
waitbuttonpress
|
|
|
|
|
playfanfare 370
|
|
|
|
|
waitfanfare
|
|
|
|
|
release
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
EventScript_674D73:: @ 8674D73
|
|
|
|
|
lock
|
|
|
|
|
faceplayer
|
|
|
|
|
vmessage gText_MysteryGiftEgg_2
|
|
|
|
|
waitmessage
|
|
|
|
|
waitbuttonpress
|
|
|
|
|
release
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
EventScript_674D7E:: @ 8674D7E
|
|
|
|
|
giveegg SPECIES_PICHU
|
|
|
|
|
setmonobedient 0x40DD
|
|
|
|
|
setmonmetlocation 0x40DD, 255
|
|
|
|
|
compare_var_to_value 0x40DD, 1
|
|
|
|
|
vgoto_if 1, EventScript_674DC0
|
|
|
|
|
compare_var_to_value 0x40DD, 2
|
|
|
|
|
vgoto_if 1, EventScript_674DC6
|
|
|
|
|
compare_var_to_value 0x40DD, 3
|
|
|
|
|
vgoto_if 1, EventScript_674DCC
|
|
|
|
|
compare_var_to_value 0x40DD, 4
|
|
|
|
|
vgoto_if 1, EventScript_674DD2
|
|
|
|
|
compare_var_to_value 0x40DD, 5
|
|
|
|
|
vgoto_if 1, EventScript_674DD8
|
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
EventScript_674DC0:: @ 8674DC0
|
|
|
|
|
setmonmove 1, 2, 57
|
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
EventScript_674DC6:: @ 8674DC6
|
|
|
|
|
setmonmove 2, 2, 57
|
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
EventScript_674DCC:: @ 8674DCC
|
|
|
|
|
setmonmove 3, 2, 57
|
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
EventScript_674DD2:: @ 8674DD2
|
|
|
|
|
setmonmove 4, 2, 57
|
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
EventScript_674DD8:: @ 8674DD8
|
|
|
|
|
setmonmove 5, 2, 57
|
|
|
|
|
return
|
2017-11-07 22:04:52 +00:00
|
|
|
|
|
|
|
|
|
gText_MysteryGiftEgg::
|
2017-11-15 12:41:25 +00:00
|
|
|
|
.string "Thank you for using the MYSTERY\nGIFT System.\pFrom the POKéMON CENTER we\nhave a gift--a POKéMON EGG!\pPlease raise it with love and\nkindness.$"
|
2018-01-21 03:41:02 +00:00
|
|
|
|
|
|
|
|
|
gText_MysteryGiftEgg_2::
|
2017-11-15 12:41:25 +00:00
|
|
|
|
.string "Oh, your party appears to be full.\pPlease come see me after storing\na POKéMON on a PC.$"
|
2017-11-07 22:04:52 +00:00
|
|
|
|
|
|
|
|
|
gUnknown_08674EC1:: @ 8674EC1
|
2018-01-21 03:41:02 +00:00
|
|
|
|
setvaddress gUnknown_08674EC1
|
|
|
|
|
special sub_81652B4
|
|
|
|
|
compare_var_to_value 0x800D, 0
|
|
|
|
|
vgoto_if 1, EventScript_674EDF
|
|
|
|
|
lock
|
|
|
|
|
faceplayer
|
|
|
|
|
vmessage gText_MysteryGiftVisitingTrainer
|
|
|
|
|
waitmessage
|
|
|
|
|
waitbuttonpress
|
|
|
|
|
release
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
EventScript_674EDF:: @ 8674EDF
|
|
|
|
|
lock
|
|
|
|
|
faceplayer
|
|
|
|
|
vmessage gText_MysteryGiftVisitingTrainer_2
|
|
|
|
|
waitmessage
|
|
|
|
|
waitbuttonpress
|
|
|
|
|
release
|
|
|
|
|
end
|
2017-11-07 22:04:52 +00:00
|
|
|
|
|
|
|
|
|
gText_MysteryGiftVisitingTrainer::
|
2017-11-15 12:41:25 +00:00
|
|
|
|
.string "Thank you for using the MYSTERY\nGIFT System.\pBy holding this WONDER CARD, you\nmay take part in a survey at a\lPOKéMON MART.\pUse these surveys to invite\nTRAINERS to SOOTOPOLIS CITY.\p…Let me give you a secret\npassword for a survey:\p“GIVE ME\nAWESOME TRAINER”\pWrite that in on a survey and send\nit to the WIRELESS\lCOMMUNICATION SYSTEM.$"
|
2018-01-21 03:41:02 +00:00
|
|
|
|
|
|
|
|
|
gText_MysteryGiftVisitingTrainer_2::
|
2017-11-15 12:41:25 +00:00
|
|
|
|
.string "Thank you for using the MYSTERY\nGIFT System.\pA TRAINER has arrived in\nSOOTOPOLIS CITY looking for you.\pWe hope you will enjoy\nbattling the visiting TRAINER.\pYou may invite other TRAINERS by\nentering other passwords.\pTry looking for other passwords\nthat may work.$"
|
2017-11-07 22:04:52 +00:00
|
|
|
|
|
|
|
|
|
gUnknown_0867513C:: @ 867513C
|
2018-01-21 03:41:02 +00:00
|
|
|
|
setvaddress gUnknown_0867513C
|
|
|
|
|
checkflag 0x1E4
|
|
|
|
|
vgoto_if 1, EventScript_675179
|
|
|
|
|
setorcopyvar 0x800D, 2
|
|
|
|
|
specialvar 0x8008, sub_813986C
|
|
|
|
|
compare_var_to_value 0x8008, 3
|
|
|
|
|
vgoto_if 0, EventScript_675179
|
|
|
|
|
lock
|
|
|
|
|
faceplayer
|
|
|
|
|
vmessage gText_MysteryGiftBattleCountCard_2
|
|
|
|
|
waitmessage
|
|
|
|
|
waitbuttonpress
|
|
|
|
|
giveitem_std 13
|
|
|
|
|
release
|
|
|
|
|
setflag 0x1E4
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
EventScript_675179:: @ 8675179
|
|
|
|
|
lock
|
|
|
|
|
faceplayer
|
|
|
|
|
vmessage gText_MysteryGiftBattleCountCard
|
|
|
|
|
waitmessage
|
|
|
|
|
waitbuttonpress
|
|
|
|
|
release
|
|
|
|
|
end
|
2017-11-07 22:04:52 +00:00
|
|
|
|
|
|
|
|
|
gText_MysteryGiftBattleCountCard::
|
2017-11-15 12:41:25 +00:00
|
|
|
|
.string "Thank you for using the MYSTERY\nGIFT System.\pYour BATTLE COUNT CARD keeps\ntrack of your battle record against\lTRAINERS with the same CARD.\pLook for and battle TRAINERS who\nhave the same CARD as you.\pYou may check the overall rankings\nby reading the NEWS.\pPlease do give it a try!$"
|
2018-01-21 03:41:02 +00:00
|
|
|
|
|
|
|
|
|
gText_MysteryGiftBattleCountCard_2::
|
2017-11-15 12:41:25 +00:00
|
|
|
|
.string "Thank you for using the MYSTERY\nGIFT System.\pCongratulations!\pYou have won a prize for winning\nthree battles!\pWe hope you will be inspired to\nbattle some more.$"
|
2017-11-07 22:04:52 +00:00
|
|
|
|
|
|
|
|
|
gUnknown_0867533C:: @ 867533C
|
2018-01-21 03:41:02 +00:00
|
|
|
|
setvaddress gUnknown_0867533C
|
|
|
|
|
lock
|
|
|
|
|
faceplayer
|
|
|
|
|
checkflag 0x13A
|
|
|
|
|
vgoto_if 1, EventScript_6753A0
|
|
|
|
|
checkflag 0x1AD
|
|
|
|
|
vgoto_if 1, EventScript_6753A0
|
|
|
|
|
checkitem 371, 1
|
|
|
|
|
compare_var_to_value 0x800D, 1
|
|
|
|
|
vgoto_if 1, EventScript_6753A0
|
|
|
|
|
vmessage gText_MysteryGiftTicket1
|
|
|
|
|
waitmessage
|
|
|
|
|
waitbuttonpress
|
|
|
|
|
checkitemspace 371, 1
|
|
|
|
|
compare_var_to_value 0x800D, 0
|
|
|
|
|
vgoto_if 1, EventScript_675397
|
|
|
|
|
giveitem_std 371
|
|
|
|
|
setflag 0x8D5
|
|
|
|
|
setflag 0x13A
|
|
|
|
|
vmessage gText_MysteryGiftTicket1_1
|
|
|
|
|
waitmessage
|
|
|
|
|
waitbuttonpress
|
|
|
|
|
release
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
EventScript_675397:: @ 8675397
|
|
|
|
|
vmessage gText_MysteryGiftTicket1_3
|
|
|
|
|
waitmessage
|
|
|
|
|
waitbuttonpress
|
|
|
|
|
release
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
EventScript_6753A0:: @ 86753A0
|
|
|
|
|
vmessage gText_MysteryGiftTicket1_2
|
|
|
|
|
waitmessage
|
|
|
|
|
waitbuttonpress
|
|
|
|
|
release
|
|
|
|
|
end
|
2017-11-07 22:04:52 +00:00
|
|
|
|
|
|
|
|
|
gText_MysteryGiftTicket1::
|
2017-11-15 12:41:25 +00:00
|
|
|
|
.string "Thank you for using the MYSTERY\nGIFT System.\pYou must be {PLAYER}.\nThere is a ticket here for you.$"
|
2018-01-21 03:41:02 +00:00
|
|
|
|
|
|
|
|
|
gText_MysteryGiftTicket1_1::
|
2017-11-15 12:41:25 +00:00
|
|
|
|
.string "It appears to be for use at the\nLILYCOVE CITY port.\pWhy not give it a try and see what\nit is about?$"
|
2018-01-21 03:41:02 +00:00
|
|
|
|
|
|
|
|
|
gText_MysteryGiftTicket1_2::
|
2017-11-15 12:41:25 +00:00
|
|
|
|
.string "Thank you for using the MYSTERY\nGIFT System.$"
|
2018-01-21 03:41:02 +00:00
|
|
|
|
|
|
|
|
|
gText_MysteryGiftTicket1_3::
|
2017-11-15 12:41:25 +00:00
|
|
|
|
.string "Oh, I’m sorry, {PLAYER}.\nYour BAG’s KEY ITEMS POCKET is full.\pPlease store something on your PC,\nthen come back for this.$"
|
2017-11-07 22:04:52 +00:00
|
|
|
|
|
|
|
|
|
gUnknown_0867550B:: @ 867550B
|
2018-01-21 03:41:02 +00:00
|
|
|
|
setvaddress gUnknown_0867550B
|
|
|
|
|
lock
|
|
|
|
|
faceplayer
|
|
|
|
|
checkflag 0x13B
|
|
|
|
|
vgoto_if 1, EventScript_675578
|
|
|
|
|
checkflag 0x91
|
|
|
|
|
vgoto_if 1, EventScript_675578
|
|
|
|
|
checkflag 0x92
|
|
|
|
|
vgoto_if 1, EventScript_675578
|
|
|
|
|
checkitem 370, 1
|
|
|
|
|
compare_var_to_value 0x800D, 1
|
|
|
|
|
vgoto_if 1, EventScript_675578
|
|
|
|
|
vmessage gText_MysteryGiftTicket2
|
|
|
|
|
waitmessage
|
|
|
|
|
waitbuttonpress
|
|
|
|
|
checkitemspace 370, 1
|
|
|
|
|
compare_var_to_value 0x800D, 0
|
|
|
|
|
vgoto_if 1, EventScript_67556F
|
|
|
|
|
giveitem_std 370
|
|
|
|
|
setflag 0x8E0
|
|
|
|
|
setflag 0x13B
|
|
|
|
|
vmessage gText_MysteryGiftTicket2_1
|
|
|
|
|
waitmessage
|
|
|
|
|
waitbuttonpress
|
|
|
|
|
release
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
EventScript_67556F:: @ 867556F
|
|
|
|
|
vmessage gText_MysteryGiftTicket2_3
|
|
|
|
|
waitmessage
|
|
|
|
|
waitbuttonpress
|
|
|
|
|
release
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
EventScript_675578:: @ 8675578
|
|
|
|
|
vmessage gText_MysteryGiftTicket2_2
|
|
|
|
|
waitmessage
|
|
|
|
|
waitbuttonpress
|
|
|
|
|
release
|
|
|
|
|
end
|
2017-11-07 22:04:52 +00:00
|
|
|
|
|
|
|
|
|
gText_MysteryGiftTicket2::
|
2017-11-15 12:41:25 +00:00
|
|
|
|
.string "Thank you for using the MYSTERY\nGIFT System.\pYou must be {PLAYER}.\nThere is a ticket here for you.$"
|
2018-01-21 03:41:02 +00:00
|
|
|
|
|
|
|
|
|
gText_MysteryGiftTicket2_1::
|
2017-11-15 12:41:25 +00:00
|
|
|
|
.string "It appears to be for use at the\nLILYCOVE CITY port.\pWhy not give it a try and see what\nit is about?$"
|
2018-01-21 03:41:02 +00:00
|
|
|
|
|
|
|
|
|
gText_MysteryGiftTicket2_2::
|
2017-11-15 12:41:25 +00:00
|
|
|
|
.string "Thank you for using the MYSTERY\nGIFT System.$"
|
2018-01-21 03:41:02 +00:00
|
|
|
|
|
|
|
|
|
gText_MysteryGiftTicket2_3::
|
2017-11-15 12:41:25 +00:00
|
|
|
|
.string "Oh, I’m sorry, {PLAYER}.\nYour BAG’s KEY ITEMS POCKET is full.\pPlease store something on your PC,\nthen come back for this.$"
|
2017-11-07 22:04:52 +00:00
|
|
|
|
|
|
|
|
|
gUnknown_086756E3:: @ 86756E3
|
2018-01-21 03:41:02 +00:00
|
|
|
|
setvaddress gUnknown_086756E3
|
|
|
|
|
addvar 0x403E, 1
|
|
|
|
|
compare_var_to_value 0x403E, 10
|
|
|
|
|
vgoto_if 0, EventScript_6756FD
|
|
|
|
|
setvar 0x403E, 0
|
|
|
|
|
|
|
|
|
|
EventScript_6756FD:: @ 86756FD
|
|
|
|
|
lock
|
|
|
|
|
faceplayer
|
|
|
|
|
vmessage gText_MysteryGiftAlteringCave
|
|
|
|
|
waitmessage
|
|
|
|
|
waitbuttonpress
|
|
|
|
|
release
|
|
|
|
|
end
|
2017-11-07 22:04:52 +00:00
|
|
|
|
|
|
|
|
|
gText_MysteryGiftAlteringCave::
|
2017-11-15 12:41:25 +00:00
|
|
|
|
.string "Thank you for using the MYSTERY\nGIFT System.\pThere appears to be a rumor about\nrare POKéMON sightings.\pThe sightings reportedly came from\nthe ALTERING CAVE on ROUTE 103.\pPerhaps it would be worthwhile for\nyou to investigate this rumor.$"
|
2017-11-07 22:04:52 +00:00
|
|
|
|
|
|
|
|
|
gUnknown_086757F4:: @ 86757F4
|
2018-01-21 03:41:02 +00:00
|
|
|
|
setvaddress gUnknown_086757F4
|
|
|
|
|
lock
|
|
|
|
|
faceplayer
|
|
|
|
|
checkflag 0x13C
|
|
|
|
|
vgoto_if 1, EventScript_675858
|
|
|
|
|
checkflag 0x1CA
|
|
|
|
|
vgoto_if 1, EventScript_675858
|
|
|
|
|
checkitem 376, 1
|
|
|
|
|
compare_var_to_value 0x800D, 1
|
|
|
|
|
vgoto_if 1, EventScript_675858
|
|
|
|
|
vmessage gText_MysteryGiftOldSeaMap
|
|
|
|
|
waitmessage
|
|
|
|
|
waitbuttonpress
|
|
|
|
|
checkitemspace 376, 1
|
|
|
|
|
compare_var_to_value 0x800D, 0
|
|
|
|
|
vgoto_if 1, EventScript_67584F
|
|
|
|
|
giveitem_std 376
|
|
|
|
|
setflag 0x8D6
|
|
|
|
|
setflag 0x13C
|
|
|
|
|
vmessage gText_MysteryGiftOldSeaMap_1
|
|
|
|
|
waitmessage
|
|
|
|
|
waitbuttonpress
|
|
|
|
|
release
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
EventScript_67584F:: @ 867584F
|
|
|
|
|
vmessage gText_MysteryGiftOldSeaMap_3
|
|
|
|
|
waitmessage
|
|
|
|
|
waitbuttonpress
|
|
|
|
|
release
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
EventScript_675858:: @ 8675858
|
|
|
|
|
vmessage gText_MysteryGiftOldSeaMap_2
|
|
|
|
|
waitmessage
|
|
|
|
|
waitbuttonpress
|
|
|
|
|
release
|
|
|
|
|
end
|
2017-11-07 22:04:52 +00:00
|
|
|
|
|
|
|
|
|
gText_MysteryGiftOldSeaMap::
|
2017-11-15 12:41:25 +00:00
|
|
|
|
.string "Thank you for using the MYSTERY\nGIFT System.\pLet me confirm--you are {PLAYER}?\pWe received this OLD SEA MAP\naddressed to you.$"
|
2018-01-21 03:41:02 +00:00
|
|
|
|
|
|
|
|
|
gText_MysteryGiftOldSeaMap_1::
|
2017-11-15 12:41:25 +00:00
|
|
|
|
.string "It appears to be for use at the\nLILYCOVE CITY port.\pWhy not give it a try and see what\nit is about?$"
|
2018-01-21 03:41:02 +00:00
|
|
|
|
|
|
|
|
|
gText_MysteryGiftOldSeaMap_2::
|
2017-11-15 12:41:25 +00:00
|
|
|
|
.string "Thank you for using the MYSTERY\nGIFT System.$"
|
2018-01-21 03:41:02 +00:00
|
|
|
|
|
|
|
|
|
gText_MysteryGiftOldSeaMap_3::
|
2017-11-15 12:41:25 +00:00
|
|
|
|
.string "Oh, I’m sorry, {PLAYER}.\nYour BAG’s KEY ITEMS POCKET is full.\pPlease store something on your PC,\nthen come back for this.$"
|
|
|
|
|
.align 2
|