summaryrefslogtreecommitdiff
path: root/src/ghost.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-04-10 13:10:44 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-04-10 13:10:44 -0400
commitb22d3a821d8656d9fb88000ce02e5b885a59e1c3 (patch)
tree7d4054b0df9f5746b3e31623868bf7d604ae7328 /src/ghost.c
parent8626240b54d87449e5db70345840ccf20717d8c7 (diff)
parent2880cf2a51ea36fa36f00d9ecf07177e5955c882 (diff)
Merge branch 'master' of github.com:pret/pokefirered into modern_gcc
Diffstat (limited to 'src/ghost.c')
-rw-r--r--src/ghost.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/ghost.c b/src/ghost.c
index 35dcd267b..9a77999de 100644
--- a/src/ghost.c
+++ b/src/ghost.c
@@ -1,12 +1,8 @@
#include "global.h"
+#include "gflib.h"
#include "battle_anim.h"
-#include "bg.h"
-#include "gpu_regs.h"
-#include "palette.h"
#include "scanline_effect.h"
-#include "malloc.h"
#include "graphics.h"
-#include "sound.h"
#include "trig.h"
#include "util.h"
#include "decompress.h"