Pokemon-Gen3-to-Gen-X/include/nds_functions.h
2023-04-09 01:27:03 +02:00

16 lines
187 B
C

#ifndef NDS_FUNCTIONS__
#define NDS_FUNCTIONS__
#ifdef __NDS__
typedef struct {
u16 attr0;
u16 attr1;
u16 attr2;
u16 dummy;
} ALIGN(4) OBJATTR;
void Halt_ARM9(void);
#endif
#endif