add interrupt table and other data

This commit is contained in:
YamaArashi
2015-10-06 20:41:59 -07:00
parent 65228e6fb8
commit 025bb6a8b9
2 changed files with 38 additions and 3 deletions

View File

@@ -1,2 +1,37 @@
@ the second big chunk of data
.incbin "base_emerald.gba", 0x2e952e
.align 2, 0
gUnknown_82E9530:
.byte 3
gUnknown_82E9531:
.byte 2
.align 2, 0
@ compile time
.asciz "2005 02 21 11:10"
.align 2, 0
gRomInterruptTable: @ 82E9548
.4byte irq_vcount+1
.4byte irq_serial+1
.4byte irq_timer3+1
.4byte irq_hblank+1
.4byte irq_vblank+1
.4byte irq_other+1
.4byte irq_other+1
.4byte irq_other+1
.4byte irq_other+1
.4byte irq_other+1
.4byte irq_other+1
.4byte irq_other+1
.4byte irq_other+1
.4byte irq_other+1
gBgConfigZeroValue: @ 82E9580
.4byte 0
.incbin "base_emerald.gba", 0x2e9584