Remove agbsdk includes

Resolves #51
This commit is contained in:
PikalaxALT 2019-04-21 21:02:32 -04:00
parent eb2b74a8d0
commit 29dc2b2284
3 changed files with 3 additions and 3 deletions

View File

@ -100,7 +100,7 @@ struct CgbChannel
u8 le;
u8 sw;
u32 fr;
u32 wp;
u32 * wp;
u32 cp;
u32 tp;
u32 pp;

View File

@ -1,7 +1,7 @@
#ifndef GUARD_MYSTERY_EVENT_MSG_H
#define GUARD_MYSTERY_EVENT_MSG_H
#include <gba/gba.h>
#include "gba/gba.h"
extern const u8 gText_MysteryGiftBerry[];
extern const u8 gText_MysteryGiftBerryTransform[];

View File

@ -1,4 +1,4 @@
#include <gba/m4a_internal.h>
#include "gba/m4a_internal.h"
extern const u8 gCgb3Vol[];