Fix swapped route 102 berries

This commit is contained in:
GriffinR
2021-02-10 16:26:09 -05:00
parent 0851c34bac
commit 20b76c6071
3 changed files with 6 additions and 6 deletions

View File

@@ -35,8 +35,8 @@
// IDs for berry tree objects, indexes into berryTrees in SaveBlock1
// Named for whatever berry is initially planted there on a new game
// Those with no initial berry are named "soil"
#define BERRY_TREE_ROUTE_102_ORAN 1
#define BERRY_TREE_ROUTE_102_PECHA 2
#define BERRY_TREE_ROUTE_102_PECHA 1
#define BERRY_TREE_ROUTE_102_ORAN 2
#define BERRY_TREE_ROUTE_104_SOIL_1 3
#define BERRY_TREE_ROUTE_104_ORAN_1 4
#define BERRY_TREE_ROUTE_103_CHERI_1 5