import from github
This commit is contained in:
62
data/maps/VerdanturfTown_House/map.json
Normal file
62
data/maps/VerdanturfTown_House/map.json
Normal file
@ -0,0 +1,62 @@
|
||||
{
|
||||
"id": "MAP_VERDANTURF_TOWN_HOUSE",
|
||||
"name": "VerdanturfTown_House",
|
||||
"layout": "LAYOUT_HOUSE1",
|
||||
"music": "MUS_VERDANTURF",
|
||||
"region_map_section": "MAPSEC_VERDANTURF_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_WOMAN_5",
|
||||
"x": 4,
|
||||
"y": 5,
|
||||
"elevation": 3,
|
||||
"movement_type": "MOVEMENT_TYPE_FACE_UP",
|
||||
"movement_range_x": 0,
|
||||
"movement_range_y": 0,
|
||||
"trainer_type": "TRAINER_TYPE_NONE",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "VerdanturfTown_House_EventScript_Woman1",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
"graphics_id": "OBJ_EVENT_GFX_WOMAN_5",
|
||||
"x": 4,
|
||||
"y": 4,
|
||||
"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": "VerdanturfTown_House_EventScript_Woman2",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 3,
|
||||
"y": 8,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_VERDANTURF_TOWN",
|
||||
"dest_warp_id": 6
|
||||
},
|
||||
{
|
||||
"x": 4,
|
||||
"y": 8,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_VERDANTURF_TOWN",
|
||||
"dest_warp_id": 6
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
25
data/maps/VerdanturfTown_House/scripts.inc
Normal file
25
data/maps/VerdanturfTown_House/scripts.inc
Normal file
@ -0,0 +1,25 @@
|
||||
VerdanturfTown_House_MapScripts::
|
||||
.byte 0
|
||||
|
||||
VerdanturfTown_House_EventScript_Woman1::
|
||||
msgbox VerdanturfTown_House_Text_TrainersGatherAtPokemonLeague, MSGBOX_NPC
|
||||
end
|
||||
|
||||
VerdanturfTown_House_EventScript_Woman2::
|
||||
msgbox VerdanturfTown_House_Text_DefeatEliteFourInARow, MSGBOX_NPC
|
||||
end
|
||||
|
||||
VerdanturfTown_House_Text_TrainersGatherAtPokemonLeague:
|
||||
.string "Far away, deep in EVER GRANDE CITY,\n"
|
||||
.string "is the POKéMON LEAGUE.\p"
|
||||
.string "The TRAINERS who gather there are\n"
|
||||
.string "all frighteningly well skilled.$"
|
||||
|
||||
VerdanturfTown_House_Text_DefeatEliteFourInARow:
|
||||
.string "In the POKéMON LEAGUE, I think the\n"
|
||||
.string "rules say that you have to battle the\l"
|
||||
.string "ELITE FOUR all in a row.\p"
|
||||
.string "If you lose to any of them, you have\n"
|
||||
.string "to begin your challenge again from the\l"
|
||||
.string "first one.$"
|
||||
|
Reference in New Issue
Block a user