Add dependency #error
This commit is contained in:
parent
27a65a5961
commit
deb3e6a11d
1 changed files with 4 additions and 0 deletions
|
@ -18,4 +18,8 @@
|
||||||
|
|
||||||
//grand total: 3082
|
//grand total: 3082
|
||||||
|
|
||||||
|
#if (FREE_MYSTERY_EVENT_BUFFERS == FALSE) && (FREE_BATTLE_TOWER_E_READER == TRUE)
|
||||||
|
#error "FREE_MYSTERY_EVENT_BUFFERS must be enabled for FREE_BATTLE_TOWER_E_READER to work"
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // GUARD_CONFIG_DECAP_H
|
#endif // GUARD_CONFIG_DECAP_H
|
||||||
|
|
Loading…
Reference in a new issue