Fix swapped route 102 berries
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user