mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-06 05:17:25 -05:00
parent
d1b2b045d0
commit
2b2d703c8a
|
|
@ -73,7 +73,7 @@
|
|||
#include "constants/trainer_hill.h"
|
||||
#include "constants/weather.h"
|
||||
|
||||
STATIC_ASSERT((B_FLAG_FOLLOWERS_DISABLED == 0 && !OW_FOLLOWERS_ENABLED), FollowersFlagAssignedWithoutEnablingThem);
|
||||
STATIC_ASSERT((B_FLAG_FOLLOWERS_DISABLED == 0 || OW_FOLLOWERS_ENABLED), FollowersFlagAssignedWithoutEnablingThem);
|
||||
|
||||
struct CableClubPlayer
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user