import from github
This commit is contained in:
62
data/maps/OldaleTown_House2/map.json
Normal file
62
data/maps/OldaleTown_House2/map.json
Normal file
@ -0,0 +1,62 @@
|
||||
{
|
||||
"id": "MAP_OLDALE_TOWN_HOUSE2",
|
||||
"name": "OldaleTown_House2",
|
||||
"layout": "LAYOUT_HOUSE2",
|
||||
"music": "MUS_OLDALE",
|
||||
"region_map_section": "MAPSEC_OLDALE_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_POKEFAN_F",
|
||||
"x": 4,
|
||||
"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": "OldaleTown_House2_EventScript_Woman",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
"graphics_id": "OBJ_EVENT_GFX_SCHOOL_KID_M",
|
||||
"x": 7,
|
||||
"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": "OldaleTown_House2_EventScript_Man",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 3,
|
||||
"y": 7,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_OLDALE_TOWN",
|
||||
"dest_warp_id": 1
|
||||
},
|
||||
{
|
||||
"x": 4,
|
||||
"y": 7,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_OLDALE_TOWN",
|
||||
"dest_warp_id": 1
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
20
data/maps/OldaleTown_House2/scripts.inc
Normal file
20
data/maps/OldaleTown_House2/scripts.inc
Normal file
@ -0,0 +1,20 @@
|
||||
OldaleTown_House2_MapScripts::
|
||||
.byte 0
|
||||
|
||||
OldaleTown_House2_EventScript_Woman::
|
||||
msgbox OldaleTown_House2_Text_PokemonLevelUp, MSGBOX_NPC
|
||||
end
|
||||
|
||||
OldaleTown_House2_EventScript_Man::
|
||||
msgbox OldaleTown_House2_Text_YoullGoFurtherWithStrongPokemon, MSGBOX_NPC
|
||||
end
|
||||
|
||||
OldaleTown_House2_Text_PokemonLevelUp:
|
||||
.string "When POKéMON battle, they eventually\n"
|
||||
.string "level up and become stronger.$"
|
||||
|
||||
OldaleTown_House2_Text_YoullGoFurtherWithStrongPokemon:
|
||||
.string "If the POKéMON with you become\n"
|
||||
.string "stronger, you'll be able to go farther\l"
|
||||
.string "away from here.$"
|
||||
|
Reference in New Issue
Block a user