import from github
This commit is contained in:
55
data/maps/RustboroCity_Flat2_3F/map.json
Normal file
55
data/maps/RustboroCity_Flat2_3F/map.json
Normal file
@ -0,0 +1,55 @@
|
||||
{
|
||||
"id": "MAP_RUSTBORO_CITY_FLAT2_3F",
|
||||
"name": "RustboroCity_Flat2_3F",
|
||||
"layout": "LAYOUT_RUSTBORO_CITY_FLAT2_3F",
|
||||
"music": "MUS_RUSTBORO",
|
||||
"region_map_section": "MAPSEC_RUSTBORO_CITY",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_INDOOR",
|
||||
"allow_cycling": false,
|
||||
"allow_escaping": false,
|
||||
"allow_running": false,
|
||||
"show_map_name": false,
|
||||
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
|
||||
"connections": null,
|
||||
"object_events": [
|
||||
{
|
||||
"graphics_id": "OBJ_EVENT_GFX_DEVON_EMPLOYEE",
|
||||
"x": 7,
|
||||
"y": 3,
|
||||
"elevation": 3,
|
||||
"movement_type": "MOVEMENT_TYPE_WANDER_LEFT_AND_RIGHT",
|
||||
"movement_range_x": 2,
|
||||
"movement_range_y": 0,
|
||||
"trainer_type": "TRAINER_TYPE_NONE",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "RustboroCity_Flat2_3F_EventScript_DevonEmployee",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
"graphics_id": "OBJ_EVENT_GFX_WOMAN_1",
|
||||
"x": 12,
|
||||
"y": 2,
|
||||
"elevation": 3,
|
||||
"movement_type": "MOVEMENT_TYPE_FACE_DOWN",
|
||||
"movement_range_x": 0,
|
||||
"movement_range_y": 0,
|
||||
"trainer_type": "TRAINER_TYPE_NONE",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "RustboroCity_Flat2_3F_EventScript_Woman",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 1,
|
||||
"y": 1,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_RUSTBORO_CITY_FLAT2_2F",
|
||||
"dest_warp_id": 1
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
19
data/maps/RustboroCity_Flat2_3F/scripts.inc
Normal file
19
data/maps/RustboroCity_Flat2_3F/scripts.inc
Normal file
@ -0,0 +1,19 @@
|
||||
RustboroCity_Flat2_3F_MapScripts::
|
||||
.byte 0
|
||||
|
||||
RustboroCity_Flat2_3F_EventScript_DevonEmployee::
|
||||
msgbox RustboroCity_Flat2_3F_Text_PresidentCollectsRareStones, MSGBOX_NPC
|
||||
end
|
||||
|
||||
RustboroCity_Flat2_3F_EventScript_Woman::
|
||||
msgbox RustboroCity_Flat2_3F_Text_PresidentsSonAlsoCollectsRareStones, MSGBOX_NPC
|
||||
end
|
||||
|
||||
RustboroCity_Flat2_3F_Text_PresidentCollectsRareStones:
|
||||
.string "DEVON's PRESIDENT likes to collect\n"
|
||||
.string "rare stones.$"
|
||||
|
||||
RustboroCity_Flat2_3F_Text_PresidentsSonAlsoCollectsRareStones:
|
||||
.string "I think the PRESIDENT's son also\n"
|
||||
.string "collects rare stones.$"
|
||||
|
Reference in New Issue
Block a user