import from github
This commit is contained in:
62
data/maps/PacifidlogTown_House1/map.json
Normal file
62
data/maps/PacifidlogTown_House1/map.json
Normal file
@ -0,0 +1,62 @@
|
||||
{
|
||||
"id": "MAP_PACIFIDLOG_TOWN_HOUSE1",
|
||||
"name": "PacifidlogTown_House1",
|
||||
"layout": "LAYOUT_PACIFIDLOG_TOWN_HOUSE1",
|
||||
"music": "MUS_LILYCOVE",
|
||||
"region_map_section": "MAPSEC_PACIFIDLOG_TOWN",
|
||||
"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_5",
|
||||
"x": 3,
|
||||
"y": 5,
|
||||
"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": "PacifidlogTown_House1_EventScript_Man",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
"graphics_id": "OBJ_EVENT_GFX_WOMAN_4",
|
||||
"x": 6,
|
||||
"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": "PacifidlogTown_House1_EventScript_Woman",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 4,
|
||||
"y": 8,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_PACIFIDLOG_TOWN",
|
||||
"dest_warp_id": 1
|
||||
},
|
||||
{
|
||||
"x": 5,
|
||||
"y": 8,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_PACIFIDLOG_TOWN",
|
||||
"dest_warp_id": 1
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
25
data/maps/PacifidlogTown_House1/scripts.inc
Normal file
25
data/maps/PacifidlogTown_House1/scripts.inc
Normal file
@ -0,0 +1,25 @@
|
||||
PacifidlogTown_House1_MapScripts::
|
||||
.byte 0
|
||||
|
||||
PacifidlogTown_House1_EventScript_Man::
|
||||
msgbox PacifidlogTown_House1_Text_RegiStory, MSGBOX_NPC
|
||||
end
|
||||
|
||||
PacifidlogTown_House1_EventScript_Woman::
|
||||
msgbox PacifidlogTown_House1_Text_SixDotsOpenThreeDoors, MSGBOX_NPC
|
||||
end
|
||||
|
||||
PacifidlogTown_House1_Text_RegiStory:
|
||||
.string "In the HOENN region, there are three\n"
|
||||
.string "POKéMON that represent the power of\l"
|
||||
.string "rock, ice, and steel.\p"
|
||||
.string "Each of them is said to hide away deep\n"
|
||||
.string "inside caves.\p"
|
||||
.string "That's the story I heard when I was\n"
|
||||
.string "just a little kid.$"
|
||||
|
||||
PacifidlogTown_House1_Text_SixDotsOpenThreeDoors:
|
||||
.string "“Six dots open three doors.”\p"
|
||||
.string "Grandpa used to say that, but I don't\n"
|
||||
.string "know what he meant.$"
|
||||
|
Reference in New Issue
Block a user