import from github
This commit is contained in:
62
data/maps/PetalburgCity_House2/map.json
Normal file
62
data/maps/PetalburgCity_House2/map.json
Normal file
@ -0,0 +1,62 @@
|
||||
{
|
||||
"id": "MAP_PETALBURG_CITY_HOUSE2",
|
||||
"name": "PetalburgCity_House2",
|
||||
"layout": "LAYOUT_HOUSE_WITH_BED",
|
||||
"music": "MUS_PETALBURG",
|
||||
"region_map_section": "MAPSEC_PETALBURG_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_POKEFAN_F",
|
||||
"x": 2,
|
||||
"y": 5,
|
||||
"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": "PetalburgCity_House2_EventScript_Woman",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
"graphics_id": "OBJ_EVENT_GFX_SCHOOL_KID_M",
|
||||
"x": 7,
|
||||
"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": "PetalburgCity_House2_EventScript_SchoolKid",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 3,
|
||||
"y": 7,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_PETALBURG_CITY",
|
||||
"dest_warp_id": 4
|
||||
},
|
||||
{
|
||||
"x": 4,
|
||||
"y": 7,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_PETALBURG_CITY",
|
||||
"dest_warp_id": 4
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
24
data/maps/PetalburgCity_House2/scripts.inc
Normal file
24
data/maps/PetalburgCity_House2/scripts.inc
Normal file
@ -0,0 +1,24 @@
|
||||
PetalburgCity_House2_MapScripts::
|
||||
.byte 0
|
||||
|
||||
PetalburgCity_House2_EventScript_Woman::
|
||||
msgbox PetalburgCity_House2_Text_NormanBecameGymLeader, MSGBOX_NPC
|
||||
end
|
||||
|
||||
PetalburgCity_House2_EventScript_SchoolKid::
|
||||
msgbox PetalburgCity_House2_Text_BattledNormanOnce, MSGBOX_NPC
|
||||
end
|
||||
|
||||
PetalburgCity_House2_Text_NormanBecameGymLeader:
|
||||
.string "NORMAN became our town's new\n"
|
||||
.string "GYM LEADER.\p"
|
||||
.string "I think he called his family over from\n"
|
||||
.string "somewhere far away.$"
|
||||
|
||||
PetalburgCity_House2_Text_BattledNormanOnce:
|
||||
.string "I battled NORMAN once, but, whew,\n"
|
||||
.string "he was way too strong.\p"
|
||||
.string "How would I put it?\p"
|
||||
.string "I just got the feeling that he\n"
|
||||
.string "lives for POKéMON.$"
|
||||
|
Reference in New Issue
Block a user