mirror of
https://github.com/Lorenzooone/Pokemon-Gen3-to-Gen-X.git
synced 2026-03-21 17:24:39 -05:00
16 lines
187 B
C
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
|