Undo map.json changes.

This commit is contained in:
Ariel A 2024-02-15 22:23:59 -05:00
parent ebbcb7d025
commit f861504cfc
5 changed files with 20 additions and 9 deletions

View file

@ -12,7 +12,7 @@
"allow_running": true, "allow_running": true,
"show_map_name": true, "show_map_name": true,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL", "battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": 0,
"object_events": [ "object_events": [
{ {
"graphics_id": "OBJ_EVENT_GFX_OW_MON", "graphics_id": "OBJ_EVENT_GFX_OW_MON",
@ -51,7 +51,9 @@
"dest_warp_id": "1" "dest_warp_id": "1"
} }
], ],
"coord_events": [], "coord_events": [
],
"bg_events": [ "bg_events": [
{ {
"type": "sign", "type": "sign",

View file

@ -12,7 +12,7 @@
"allow_running": false, "allow_running": false,
"show_map_name": false, "show_map_name": false,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL", "battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": 0,
"object_events": [ "object_events": [
{ {
"graphics_id": "OBJ_EVENT_GFX_REPORTER_M", "graphics_id": "OBJ_EVENT_GFX_REPORTER_M",
@ -210,7 +210,13 @@
"flag": "0" "flag": "0"
} }
], ],
"warp_events": [], "warp_events": [
"coord_events": [],
"bg_events": [] ],
"coord_events": [
],
"bg_events": [
]
} }

View file

@ -12,7 +12,7 @@
"allow_running": true, "allow_running": true,
"show_map_name": true, "show_map_name": true,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL", "battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null, "connections": 0,
"object_events": [ "object_events": [
{ {
"graphics_id": "OBJ_EVENT_GFX_OW_MON", "graphics_id": "OBJ_EVENT_GFX_OW_MON",
@ -51,7 +51,9 @@
"dest_warp_id": "1" "dest_warp_id": "1"
} }
], ],
"coord_events": [], "coord_events": [
],
"bg_events": [ "bg_events": [
{ {
"type": "sign", "type": "sign",

View file

@ -559,7 +559,7 @@
"flag": "0" "flag": "0"
}, },
{ {
"graphics_id": "OBJ_EVENT_GFX_YOUNGSTER", "graphics_id": "OBJ_EVENT_GFX_BUG_CATCHER",
"x": 14, "x": 14,
"y": 12, "y": 12,
"elevation": 3, "elevation": 3,

View file

@ -1,4 +1,5 @@
{ {
"layouts_table_label": "gMapLayouts",
"group_order": [ "group_order": [
"gMapGroup_TownsAndRoutes", "gMapGroup_TownsAndRoutes",
"gMapGroup_IndoorLittleroot", "gMapGroup_IndoorLittleroot",