import from github
This commit is contained in:
62
data/maps/FortreeCity_House3/map.json
Normal file
62
data/maps/FortreeCity_House3/map.json
Normal file
@ -0,0 +1,62 @@
|
||||
{
|
||||
"id": "MAP_FORTREE_CITY_HOUSE3",
|
||||
"name": "FortreeCity_House3",
|
||||
"layout": "LAYOUT_FORTREE_CITY_HOUSE1",
|
||||
"music": "MUS_FORTREE",
|
||||
"region_map_section": "MAPSEC_FORTREE_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": 0,
|
||||
"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": "FortreeCity_House3_EventScript_Maniac",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
"graphics_id": "OBJ_EVENT_GFX_SCHOOL_KID_M",
|
||||
"x": 5,
|
||||
"y": 4,
|
||||
"elevation": 3,
|
||||
"movement_type": "MOVEMENT_TYPE_WANDER_AROUND",
|
||||
"movement_range_x": 1,
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": "TRAINER_TYPE_NONE",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "FortreeCity_House3_EventScript_SchoolKidM",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 3,
|
||||
"y": 5,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_FORTREE_CITY",
|
||||
"dest_warp_id": 5
|
||||
},
|
||||
{
|
||||
"x": 4,
|
||||
"y": 5,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_FORTREE_CITY",
|
||||
"dest_warp_id": 5
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
29
data/maps/FortreeCity_House3/scripts.inc
Normal file
29
data/maps/FortreeCity_House3/scripts.inc
Normal file
@ -0,0 +1,29 @@
|
||||
FortreeCity_House3_MapScripts::
|
||||
.byte 0
|
||||
|
||||
FortreeCity_House3_EventScript_Maniac::
|
||||
msgbox FortreeCity_House3_Text_MetStevenHadAmazingPokemon, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FortreeCity_House3_EventScript_SchoolKidM::
|
||||
msgbox FortreeCity_House3_Text_OhYouHavePokedex, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FortreeCity_House3_Text_MetStevenHadAmazingPokemon:
|
||||
.string "While speaking about POKéDEXES,\n"
|
||||
.string "I remembered something.\p"
|
||||
.string "I met this TRAINER, STEVEN, when\n"
|
||||
.string "I was searching for rare stones.\p"
|
||||
.string "Hoo, boy, he had some amazing POKéMON\n"
|
||||
.string "with him.\p"
|
||||
.string "They weren't just rare, they were\n"
|
||||
.string "trained to terrifying extremes!\p"
|
||||
.string "He might even be stronger than the\n"
|
||||
.string "GYM LEADER in this town…$"
|
||||
|
||||
FortreeCity_House3_Text_OhYouHavePokedex:
|
||||
.string "What's that thing you have there?\p"
|
||||
.string "… … … … … …\p"
|
||||
.string "Oh, it's called a POKéDEX?\n"
|
||||
.string "It's really awesome!$"
|
||||
|
Reference in New Issue
Block a user