diff options
Diffstat (limited to 'asm/data2.s')
-rw-r--r-- | asm/data2.s | 37 |
1 files changed, 36 insertions, 1 deletions
diff --git a/asm/data2.s b/asm/data2.s index c2f651adb..6fc00e9a7 100644 --- a/asm/data2.s +++ b/asm/data2.s @@ -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 |