summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-09-25 01:40:53 -0700
committerYamaArashi <shadow962@live.com>2016-09-25 01:40:53 -0700
commite5fd0e3e1b6bbbc4d506be9e450d85281c10c516 (patch)
treed851f0dc0add79a8dfdda9b687bcc58a1e15dd66 /src/main.c
parent61ea6194c97fce60d5c8d17e3206156de37f600f (diff)
begin using common symbols
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/main.c b/src/main.c
index 937978c38..2a1cbc1b7 100644
--- a/src/main.c
+++ b/src/main.c
@@ -50,15 +50,15 @@ const IntrFunc gIntrTableTemplate[] =
#define INTR_COUNT ((int)(sizeof(gIntrTableTemplate)/sizeof(IntrFunc)))
-COMM_2(u16 gKeyRepeatStartDelay)
-COMM_2(u8 gUnknown_3001764)
-COMM_4(struct Main gMain)
-COMM_2(u16 gKeyRepeatContinueDelay)
-COMM_2(u8 gUnknown_3001BB4)
-COMM_4(IntrFunc gIntrTable[INTR_COUNT])
-COMM_2(bool8 gLinkVSyncDisabled)
-COMM_4(u32 IntrMain_Buffer[0x200])
-COMM_2(u8 gPcmDmaCounter)
+u16 gKeyRepeatStartDelay;
+u8 gUnknown_3001764;
+struct Main gMain;
+u16 gKeyRepeatContinueDelay;
+u8 gUnknown_3001BB4;
+IntrFunc gIntrTable[INTR_COUNT];
+bool8 gLinkVSyncDisabled;
+u32 IntrMain_Buffer[0x200];
+u8 gPcmDmaCounter;
EWRAM_DATA void (*gFlashTimerIntrFunc)(void) = NULL;