import from github

This commit is contained in:
2022-05-19 17:14:13 +00:00
parent 5247c34f50
commit ab32b30591
12612 changed files with 1905035 additions and 83 deletions

View File

@ -0,0 +1,108 @@
{
"id": "MAP_LILYCOVE_CITY_DEPARTMENT_STORE_2F",
"name": "LilycoveCity_DepartmentStore_2F",
"layout": "LAYOUT_LILYCOVE_CITY_DEPARTMENT_STORE_2F",
"music": "MUS_POKE_MART",
"region_map_section": "MAPSEC_LILYCOVE_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_COOK",
"x": 8,
"y": 2,
"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": "LilycoveCity_DepartmentStore_2F_EventScript_Cook",
"flag": "0"
},
{
"graphics_id": "OBJ_EVENT_GFX_POKEFAN_F",
"x": 0,
"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": "LilycoveCity_DepartmentStore_2F_EventScript_PokefanF",
"flag": "0"
},
{
"graphics_id": "OBJ_EVENT_GFX_SAILOR",
"x": 13,
"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": "LilycoveCity_DepartmentStore_2F_EventScript_Sailor",
"flag": "0"
},
{
"graphics_id": "OBJ_EVENT_GFX_WOMAN_3",
"x": 10,
"y": 6,
"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": "LilycoveCity_DepartmentStore_2F_EventScript_ClerkRight",
"flag": "0"
},
{
"graphics_id": "OBJ_EVENT_GFX_WOMAN_3",
"x": 7,
"y": 6,
"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": "LilycoveCity_DepartmentStore_2F_EventScript_ClerkLeft",
"flag": "0"
}
],
"warp_events": [
{
"x": 16,
"y": 1,
"elevation": 0,
"dest_map": "MAP_LILYCOVE_CITY_DEPARTMENT_STORE_1F",
"dest_warp_id": 2
},
{
"x": 13,
"y": 1,
"elevation": 0,
"dest_map": "MAP_LILYCOVE_CITY_DEPARTMENT_STORE_3F",
"dest_warp_id": 0
},
{
"x": 2,
"y": 1,
"elevation": 0,
"dest_map": "MAP_LILYCOVE_CITY_DEPARTMENT_STORE_ELEVATOR",
"dest_warp_id": 0
}
],
"coord_events": [],
"bg_events": []
}

View File

@ -0,0 +1,80 @@
LilycoveCity_DepartmentStore_2F_MapScripts::
.byte 0
LilycoveCity_DepartmentStore_2F_EventScript_Cook::
msgbox LilycoveCity_DepartmentStore_2F_Text_LearnToUseItemsProperly, MSGBOX_NPC
end
LilycoveCity_DepartmentStore_2F_EventScript_PokefanF::
msgbox LilycoveCity_DepartmentStore_2F_Text_GoodGiftForHusband, MSGBOX_NPC
end
LilycoveCity_DepartmentStore_2F_EventScript_Sailor::
msgbox LilycoveCity_DepartmentStore_2F_Text_StockUpOnItems, MSGBOX_NPC
end
LilycoveCity_DepartmentStore_2F_EventScript_ClerkLeft::
lock
faceplayer
message gText_HowMayIServeYou
waitmessage
pokemart LilycoveCity_DepartmentStore_2F_Pokemart1
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
release
end
.align 2
LilycoveCity_DepartmentStore_2F_Pokemart1:
.2byte ITEM_POKE_BALL
.2byte ITEM_GREAT_BALL
.2byte ITEM_ULTRA_BALL
.2byte ITEM_ESCAPE_ROPE
.2byte ITEM_FULL_HEAL
.2byte ITEM_ANTIDOTE
.2byte ITEM_PARALYZE_HEAL
.2byte ITEM_BURN_HEAL
.2byte ITEM_ICE_HEAL
.2byte ITEM_AWAKENING
.2byte ITEM_FLUFFY_TAIL
.2byte ITEM_NONE
release
end
LilycoveCity_DepartmentStore_2F_EventScript_ClerkRight::
lock
faceplayer
message gText_HowMayIServeYou
waitmessage
pokemart LilycoveCity_DepartmentStore_2F_Pokemart2
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
release
end
.align 2
LilycoveCity_DepartmentStore_2F_Pokemart2:
.2byte ITEM_POTION
.2byte ITEM_SUPER_POTION
.2byte ITEM_HYPER_POTION
.2byte ITEM_MAX_POTION
.2byte ITEM_REVIVE
.2byte ITEM_REPEL
.2byte ITEM_SUPER_REPEL
.2byte ITEM_MAX_REPEL
.2byte ITEM_WAVE_MAIL
.2byte ITEM_MECH_MAIL
.2byte ITEM_NONE
release
end
LilycoveCity_DepartmentStore_2F_Text_LearnToUseItemsProperly:
.string "Learn to use items properly.\n"
.string "That's basic, really.$"
LilycoveCity_DepartmentStore_2F_Text_GoodGiftForHusband:
.string "My husband is waiting at home.\n"
.string "What would make a good gift for him?$"
LilycoveCity_DepartmentStore_2F_Text_StockUpOnItems:
.string "I'm leaving on a long journey soon.\n"
.string "I need to stock up on items.$"