From 7ca785125fa192aba005a0c2c5955390258dad48 Mon Sep 17 00:00:00 2001 From: danenders Date: Sat, 3 Jun 2023 20:02:22 -0400 Subject: [PATCH] Fixed a tree placement. --- data/maps/Route2/map.json | 4 ++-- include/constants/map_groups.h | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/data/maps/Route2/map.json b/data/maps/Route2/map.json index 0ef4c3cf7..d484655c9 100644 --- a/data/maps/Route2/map.json +++ b/data/maps/Route2/map.json @@ -42,8 +42,8 @@ { "graphics_id": "OBJ_EVENT_GFX_CUTTABLE_TREE", "in_connection": false, - "x": 12, - "y": 14, + "x": 11, + "y": 13, "elevation": 3, "movement_type": "MOVEMENT_TYPE_NONE", "movement_range_x": 0, diff --git a/include/constants/map_groups.h b/include/constants/map_groups.h index afbaa859e..b7fb97c09 100755 --- a/include/constants/map_groups.h +++ b/include/constants/map_groups.h @@ -855,6 +855,4 @@ #define MAP_GROUPS_COUNT 35 -// static const u8 MAP_GROUP_COUNT[] = {57, 107, 103, 100, 38, 61, 38, 82, 58, 4, 6, 8, 10, 6, 8, 20, 10, 9, 10, 10, 6, 4, 2, 2, 1, 1, 1, 2, 2, 3, 2, 3, 2, 1, 1, 0}; - #endif // GUARD_CONSTANTS_MAP_GROUPS_H