Document Saffron City scripts
This commit is contained in:
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"id": "MAP_SAFFRON_CITY_COPYCATS_HOUSE_1F",
|
||||
"name": "SaffronCity_CopycatsHouse_1F",
|
||||
"layout": "LAYOUT_SAFFRON_CITY_COPYCATS_HOUSE_1F",
|
||||
"music": "MUS_NIBI",
|
||||
"region_map_section": "MAPSEC_SAFFRON_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
"elevator_flag": 0,
|
||||
"battle_scene": "BATTLE_SCENE_0",
|
||||
"connections": null,
|
||||
"object_events": [
|
||||
{
|
||||
"graphics_id": "OBJECT_EVENT_GFX_BALDING_MAN",
|
||||
"x": 8,
|
||||
"y": 4,
|
||||
"elevation": 3,
|
||||
"movement_type": "MOVEMENT_TYPE_FACE_LEFT",
|
||||
"movement_range_x": 1,
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "SaffronCity_CopycatsHouse_1F_EventScript_CopycatsDad",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
"graphics_id": "OBJECT_EVENT_GFX_WOMAN_3",
|
||||
"x": 3,
|
||||
"y": 3,
|
||||
"elevation": 3,
|
||||
"movement_type": "MOVEMENT_TYPE_FACE_DOWN",
|
||||
"movement_range_x": 1,
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "SaffronCity_CopycatsHouse_1F_EventScript_CopycatsMom",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
"graphics_id": "OBJECT_EVENT_GFX_CHANSEY",
|
||||
"x": 4,
|
||||
"y": 4,
|
||||
"elevation": 3,
|
||||
"movement_type": "MOVEMENT_TYPE_WANDER_UP_AND_DOWN",
|
||||
"movement_range_x": 1,
|
||||
"movement_range_y": 2,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "SaffronCity_CopycatsHouse_1F_EventScript_Chansey",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 3,
|
||||
"y": 8,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SAFFRON_CITY",
|
||||
"dest_warp_id": 1
|
||||
},
|
||||
{
|
||||
"x": 4,
|
||||
"y": 8,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SAFFRON_CITY",
|
||||
"dest_warp_id": 1
|
||||
},
|
||||
{
|
||||
"x": 5,
|
||||
"y": 8,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SAFFRON_CITY",
|
||||
"dest_warp_id": 1
|
||||
},
|
||||
{
|
||||
"x": 10,
|
||||
"y": 2,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SAFFRON_CITY_COPYCATS_HOUSE_2F",
|
||||
"dest_warp_id": 0
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
SaffronCity_CopycatsHouse_1F_MapScripts:: @ 816EB36
|
||||
.byte 0
|
||||
|
||||
SaffronCity_CopycatsHouse_1F_EventScript_CopycatsMom:: @ 816EB37
|
||||
msgbox SaffronCity_CopycatsHouse_1F_Text_DaughterIsSelfCentered, MSGBOX_NPC
|
||||
end
|
||||
|
||||
SaffronCity_CopycatsHouse_1F_EventScript_CopycatsDad:: @ 816EB40
|
||||
msgbox SaffronCity_CopycatsHouse_1F_Text_DaughterLikesToMimicPeople, MSGBOX_NPC
|
||||
end
|
||||
|
||||
SaffronCity_CopycatsHouse_1F_EventScript_Chansey:: @ 816EB49
|
||||
lock
|
||||
faceplayer
|
||||
waitse
|
||||
playmoncry SPECIES_CHANSEY, 0
|
||||
msgbox SaffronCity_CopycatsHouse_1F_Text_Chansey
|
||||
waitmoncry
|
||||
release
|
||||
end
|
||||
@@ -0,0 +1,13 @@
|
||||
SaffronCity_CopycatsHouse_1F_Text_DaughterIsSelfCentered:: @ 819AB9B
|
||||
.string "My daughter is so self-centered.\n"
|
||||
.string "She has but a few friends.$"
|
||||
|
||||
SaffronCity_CopycatsHouse_1F_Text_DaughterLikesToMimicPeople:: @ 819ABD7
|
||||
.string "My daughter likes to mimic people.\n"
|
||||
.string "It's rather vexing.\p"
|
||||
.string "Her mimicry has earned her the\n"
|
||||
.string "nickname COPYCAT around here.$"
|
||||
|
||||
SaffronCity_CopycatsHouse_1F_Text_Chansey:: @ 819AC4B
|
||||
.string "CHANSEY: Chaan! Sii!$"
|
||||
|
||||
Reference in New Issue
Block a user