Simplify some max value macros
This commit is contained in:
@@ -150,7 +150,7 @@
|
||||
#define JAM_HEART_EMPTY 2
|
||||
#define JAM_HEART_FULL 3
|
||||
|
||||
#define MAX_RELEARNER_MOVES (MAX_LEVEL_UP_MOVES > 25 ? MAX_LEVEL_UP_MOVES : 25)
|
||||
#define MAX_RELEARNER_MOVES max(MAX_LEVEL_UP_MOVES, 25)
|
||||
|
||||
static EWRAM_DATA struct
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user