Add dependency #error

This commit is contained in:
Bassoonian 2024-02-02 13:47:53 +01:00
parent 27a65a5961
commit deb3e6a11d

View file

@ -18,4 +18,8 @@
//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