Document Celadon City scripts
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "CeladonCity_Hotel_EventScript_16D284",
|
||||
"script": "CeladonCity_Hotel_EventScript_Receptionist",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -36,7 +36,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "CeladonCity_Hotel_EventScript_16D28D",
|
||||
"script": "CeladonCity_Hotel_EventScript_Beauty",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -49,7 +49,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "CeladonCity_Hotel_EventScript_16D296",
|
||||
"script": "CeladonCity_Hotel_EventScript_BeautyBoyfriend",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -62,7 +62,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "CeladonCity_Hotel_EventScript_16D29F",
|
||||
"script": "CeladonCity_Hotel_EventScript_BeautyBrother",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
CeladonCity_Hotel_MapScripts:: @ 816D283
|
||||
.byte 0
|
||||
|
||||
CeladonCity_Hotel_EventScript_16D284:: @ 816D284
|
||||
msgbox gUnknown_8197B77, MSGBOX_NPC
|
||||
CeladonCity_Hotel_EventScript_Receptionist:: @ 816D284
|
||||
msgbox CeladonCity_Hotel_Text_ThisHotelIsForPeople, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_Hotel_EventScript_16D28D:: @ 816D28D
|
||||
msgbox gUnknown_8197BBE, MSGBOX_NPC
|
||||
CeladonCity_Hotel_EventScript_Beauty:: @ 816D28D
|
||||
msgbox CeladonCity_Hotel_Text_OnVacationWithBrotherAndBoyfriend, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_Hotel_EventScript_16D296:: @ 816D296
|
||||
msgbox gUnknown_8197C0C, MSGBOX_NPC
|
||||
CeladonCity_Hotel_EventScript_BeautyBoyfriend:: @ 816D296
|
||||
msgbox CeladonCity_Hotel_Text_WhyDidSheBringBrother, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_Hotel_EventScript_16D29F:: @ 816D29F
|
||||
msgbox gUnknown_8197C30, MSGBOX_NPC
|
||||
CeladonCity_Hotel_EventScript_BeautyBrother:: @ 816D29F
|
||||
msgbox CeladonCity_Hotel_Text_SisBroughtMeOnVacation, MSGBOX_NPC
|
||||
end
|
||||
|
||||
@@ -1,21 +1,22 @@
|
||||
Text_197B6F:: @ 8197B6F
|
||||
@ Odd, doesnt seem to be corresponding text in RB. Unclear what this was meant for
|
||||
Text_BuddhistAltar:: @ 8197B6F
|
||||
.string "ぶつだん だ‥$"
|
||||
|
||||
gUnknown_8197B77:: @ 8197B77
|
||||
CeladonCity_Hotel_Text_ThisHotelIsForPeople:: @ 8197B77
|
||||
.string "POKéMON?\n"
|
||||
.string "No, this is a hotel for people.\p"
|
||||
.string "We're full up, unfortunately.$"
|
||||
|
||||
gUnknown_8197BBE:: @ 8197BBE
|
||||
CeladonCity_Hotel_Text_OnVacationWithBrotherAndBoyfriend:: @ 8197BBE
|
||||
.string "I'm on vacation with my brother and\n"
|
||||
.string "boyfriend.\p"
|
||||
.string "CELADON is such a pretty city!$"
|
||||
|
||||
gUnknown_8197C0C:: @ 8197C0C
|
||||
CeladonCity_Hotel_Text_WhyDidSheBringBrother:: @ 8197C0C
|
||||
.string "Why?\n"
|
||||
.string "Why did she bring her brother?$"
|
||||
|
||||
gUnknown_8197C30:: @ 8197C30
|
||||
CeladonCity_Hotel_Text_SisBroughtMeOnVacation:: @ 8197C30
|
||||
.string "Yippee! I'm on vacation!\n"
|
||||
.string "My sis brought me along! Awesome!$"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user