summaryrefslogtreecommitdiff
path: root/include/screen.h
diff options
context:
space:
mode:
authorHenny022p <73211432+Henny022p@users.noreply.github.com>2026-02-08 18:32:38 +0100
committerGitHub <noreply@github.com>2026-02-08 18:32:38 +0100
commit5ab63f00e522ff69c5bc987e379f0163943f2833 (patch)
tree53622222ac729c6ab6dc75ef7f9bafa8031daf18 /include/screen.h
parent73901a0a012d55ebb66a4627dcb246d19737fcb5 (diff)
parent5b2cafdc894823d57beee8f3947a391d881d91de (diff)
Merge pull request #701 from Henny022p/cleanup/250302HEADmaster
Various code cleanup changes
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