mirror of https://github.com/pret/pokeemerald.git
Merge pull request #1674 from Sneed69/master
Include config.h in siirtc.c
This commit is contained in:
commit
78b0c20738
|
@ -4,6 +4,7 @@
|
|||
|
||||
#include "gba/gba.h"
|
||||
#include "siirtc.h"
|
||||
#include "config.h"
|
||||
|
||||
#define STATUS_INTFE 0x02 // frequency interrupt enable
|
||||
#define STATUS_INTME 0x08 // per-minute interrupt enable
|
||||
|
|
Loading…
Reference in New Issue