Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Commit

Permalink
Fixed a tree placement.
Browse files Browse the repository at this point in the history
  • Loading branch information
danenders committed Jun 4, 2023
1 parent 525ae7d commit 7ca7851
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions data/maps/Route2/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 0 additions & 2 deletions include/constants/map_groups.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7ca7851

Please sign in to comment.