import from github
This commit is contained in:
62
data/maps/SootopolisCity_House5/map.json
Normal file
62
data/maps/SootopolisCity_House5/map.json
Normal file
@ -0,0 +1,62 @@
|
||||
{
|
||||
"id": "MAP_SOOTOPOLIS_CITY_HOUSE5",
|
||||
"name": "SootopolisCity_House5",
|
||||
"layout": "LAYOUT_SOOTOPOLIS_CITY_HOUSE2",
|
||||
"music": "MUS_SOOTOPOLIS",
|
||||
"region_map_section": "MAPSEC_SOOTOPOLIS_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_MANIAC",
|
||||
"x": 3,
|
||||
"y": 3,
|
||||
"elevation": 3,
|
||||
"movement_type": "MOVEMENT_TYPE_FACE_RIGHT",
|
||||
"movement_range_x": 0,
|
||||
"movement_range_y": 0,
|
||||
"trainer_type": "TRAINER_TYPE_NONE",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "SootopolisCity_House5_EventScript_Maniac",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
"graphics_id": "OBJ_EVENT_GFX_GIRL_3",
|
||||
"x": 6,
|
||||
"y": 3,
|
||||
"elevation": 3,
|
||||
"movement_type": "MOVEMENT_TYPE_FACE_LEFT",
|
||||
"movement_range_x": 0,
|
||||
"movement_range_y": 0,
|
||||
"trainer_type": "TRAINER_TYPE_NONE",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "SootopolisCity_House5_EventScript_Girl",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 3,
|
||||
"y": 6,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_SOOTOPOLIS_CITY",
|
||||
"dest_warp_id": 8
|
||||
},
|
||||
{
|
||||
"x": 4,
|
||||
"y": 6,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_SOOTOPOLIS_CITY",
|
||||
"dest_warp_id": 8
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
20
data/maps/SootopolisCity_House5/scripts.inc
Normal file
20
data/maps/SootopolisCity_House5/scripts.inc
Normal file
@ -0,0 +1,20 @@
|
||||
SootopolisCity_House5_MapScripts::
|
||||
.byte 0
|
||||
|
||||
SootopolisCity_House5_EventScript_Maniac::
|
||||
msgbox SootopolisCity_House5_Text_SootopolisMtPyreConnection, MSGBOX_NPC
|
||||
end
|
||||
|
||||
SootopolisCity_House5_EventScript_Girl::
|
||||
msgbox SootopolisCity_House5_Text_BrotherUsedToStudySea, MSGBOX_NPC
|
||||
end
|
||||
|
||||
SootopolisCity_House5_Text_SootopolisMtPyreConnection:
|
||||
.string "There appears to be some connection\n"
|
||||
.string "between SOOTOPOLIS and MT. PYRE.\p"
|
||||
.string "My friends and I did some research on\n"
|
||||
.string "it at the lab where I used to work.$"
|
||||
|
||||
SootopolisCity_House5_Text_BrotherUsedToStudySea:
|
||||
.string "My big brother used to study the sea.$"
|
||||
|
Reference in New Issue
Block a user