import from github
This commit is contained in:
69
data/maps/RustboroCity_Flat1_1F/map.json
Normal file
69
data/maps/RustboroCity_Flat1_1F/map.json
Normal file
@ -0,0 +1,69 @@
|
||||
{
|
||||
"id": "MAP_RUSTBORO_CITY_FLAT1_1F",
|
||||
"name": "RustboroCity_Flat1_1F",
|
||||
"layout": "LAYOUT_RUSTBORO_CITY_FLAT1_1F",
|
||||
"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_MAN_3",
|
||||
"x": 9,
|
||||
"y": 4,
|
||||
"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": "RustboroCity_Flat1_1F_EventScript_Man",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
"graphics_id": "OBJ_EVENT_GFX_WOMAN_5",
|
||||
"x": 12,
|
||||
"y": 4,
|
||||
"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": "RustboroCity_Flat1_1F_EventScript_Woman",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 6,
|
||||
"y": 7,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_RUSTBORO_CITY",
|
||||
"dest_warp_id": 1
|
||||
},
|
||||
{
|
||||
"x": 7,
|
||||
"y": 7,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_RUSTBORO_CITY",
|
||||
"dest_warp_id": 1
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 1,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_RUSTBORO_CITY_FLAT1_2F",
|
||||
"dest_warp_id": 0
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
18
data/maps/RustboroCity_Flat1_1F/scripts.inc
Normal file
18
data/maps/RustboroCity_Flat1_1F/scripts.inc
Normal file
@ -0,0 +1,18 @@
|
||||
RustboroCity_Flat1_1F_MapScripts::
|
||||
.byte 0
|
||||
|
||||
RustboroCity_Flat1_1F_EventScript_Man::
|
||||
msgbox RustboroCity_Flat1_1F_Text_EveryPokemonHasAbility, MSGBOX_NPC
|
||||
end
|
||||
|
||||
RustboroCity_Flat1_1F_EventScript_Woman::
|
||||
msgbox RustboroCity_Flat1_1F_Text_PokemonStrange, MSGBOX_NPC
|
||||
end
|
||||
|
||||
RustboroCity_Flat1_1F_Text_EveryPokemonHasAbility:
|
||||
.string "Every POKéMON has a special ability\n"
|
||||
.string "that it can use.$"
|
||||
|
||||
RustboroCity_Flat1_1F_Text_PokemonStrange:
|
||||
.string "POKéMON are such strange creatures.$"
|
||||
|
Reference in New Issue
Block a user