blob: a6c4c393648a58423393a1301c16268553489bf0 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef POKEDIAMOND_ARM7_CONSTS_H
#define POKEDIAMOND_ARM7_CONSTS_H
#include "nitro/consts_shared.h"
#include "mmap.h"
#include "registers.h"
#include "systemWork.h"
#endif //POKEDIAMOND_ARM7_CONSTS_H
|