diff options
Diffstat (limited to 'arm9/lib/src/GX_bgcnt.c')
-rw-r--r-- | arm9/lib/src/GX_bgcnt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arm9/lib/src/GX_bgcnt.c b/arm9/lib/src/GX_bgcnt.c index 92f2c4b8..91a67655 100644 --- a/arm9/lib/src/GX_bgcnt.c +++ b/arm9/lib/src/GX_bgcnt.c @@ -1,6 +1,5 @@ #include "global.h" -#include "main.h" -#include "GX.h" +#include "gx.h" ARM_FUNC void *G2_GetBG0ScrPtr(){ u32 temp = (u32)(((reg_G2_BG0CNT & 0x1F00) >> 0x8) << 0xB); |