mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 11:44:17 +01:00
Fixed faulty define
This commit is contained in:
parent
d63431ae88
commit
d5a63681e8
@ -1,5 +1,4 @@
|
||||
#include "global.h"
|
||||
#include "defines.h"
|
||||
#include "crt0.h"
|
||||
#include "malloc.h"
|
||||
#include "link.h"
|
||||
@ -24,6 +23,7 @@
|
||||
#include "intro.h"
|
||||
#include "main.h"
|
||||
#include "trainer_hill.h"
|
||||
#include "constants/rgb.h"
|
||||
|
||||
static void VBlankIntr(void);
|
||||
static void HBlankIntr(void);
|
||||
|
Loading…
Reference in New Issue
Block a user