mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-18 01:14:19 +01:00
Merge pull request #1784 from AsparagusEduardo/pret/pr/FrontierPartySize
Altered MAX_FRONTIER_PARTY_SIZE to be automatically calculated by the other frontier party sizes
This commit is contained in:
commit
d79252aa7f
@ -35,7 +35,9 @@
|
||||
#define FRONTIER_PARTY_SIZE 3
|
||||
#define FRONTIER_DOUBLES_PARTY_SIZE 4
|
||||
#define FRONTIER_MULTI_PARTY_SIZE 2
|
||||
#define MAX_FRONTIER_PARTY_SIZE FRONTIER_DOUBLES_PARTY_SIZE
|
||||
#define MAX_FRONTIER_PARTY_SIZE (max(FRONTIER_PARTY_SIZE, \
|
||||
max(FRONTIER_DOUBLES_PARTY_SIZE,\
|
||||
FRONTIER_MULTI_PARTY_SIZE)))
|
||||
#define UNION_ROOM_PARTY_SIZE 2
|
||||
|
||||
// capacities of various saveblock objects
|
||||
|
Loading…
x
Reference in New Issue
Block a user