summaryrefslogtreecommitdiff
path: root/include/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/screen.h')
-rw-r--r--include/screen.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/screen.h b/include/screen.h
index a1391401..fd0dd0b7 100644
--- a/include/screen.h
+++ b/include/screen.h
@@ -2,7 +2,6 @@
#define SCREEN_H
#include "global.h"
-#include "fade.h"
typedef struct {
/*0x00*/ u16 displayControl;
@@ -76,17 +75,6 @@ typedef struct {
// /*0x78*/ u32 _78;
} Screen;
-typedef struct {
- s16 x;
- s16 y;
- u16 _4;
- u16 _6;
- u16 _8;
-} OAMCommand;
-
extern Screen gScreen;
-extern OAMCommand gOamCmd;
-
-extern void sub_080ADA04(OAMCommand*, void*);
#endif // SCREEN_H