From 1879d0883eabde11644db73cc070ce4bca8b0de5 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sun, 15 May 2016 21:13:30 -0700 Subject: main.c --- data/data2.s | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'data') diff --git a/data/data2.s b/data/data2.s index d4b47f3e1..de8bcc8b3 100644 --- a/data/data2.s +++ b/data/data2.s @@ -5,36 +5,6 @@ .section .rodata - .global gGameVersion -gGameVersion: @ 81E280C - .byte 2 @ Ruby - - .global gGameLanguage -gGameLanguage: @ 81E280D - .byte 2 @ English - -@ compile date/time - .align 2 - .asciz "2002 10 15 20:34" - - .align 2 - .global gIntrTableTemplate -gIntrTableTemplate: @ 81E2824 - .4byte SerialIntr - .4byte Timer3Intr - .4byte HBlankIntr - .4byte VBlankIntr - .4byte VCountIntr - .4byte IntrDummy - .4byte IntrDummy - .4byte IntrDummy - .4byte IntrDummy - .4byte IntrDummy - .4byte IntrDummy - .4byte IntrDummy - .4byte IntrDummy - .4byte IntrDummy - @ Unreferenced error message. @ It means "The DMA transfer request table has exceeded its limit." .string "DMA OVER\n" -- cgit v1.2.3