Dump multiboot programs and librfu_rodata

This commit is contained in:
PikalaxALT
2018-12-04 09:21:18 -05:00
parent d08f95be8a
commit 7a166940d0
6 changed files with 38 additions and 20 deletions
+24 -6
View File
@@ -1,10 +1,28 @@
.section .rodata
gUnknown_86FC03C:: @ 86FC03C
.incbin "baserom.gba", 0x6FC03C, 0x2C
.set VERSION_MAJOR, 1
.set VERSION_MINOR, 0
.set VERSION_REVISION, 24
gUnknown_86FC068:: @ 86FC068
.incbin "baserom.gba", 0x6FC068, 0xC
.align 2
_Str_RfuHeader::
.byte 2, 14, 0, 10, 9, 5, 7, 2
.byte 0, 15, 1, 3, 3, 0, 31, 0
.byte 3, 22, 18, 14, 13, 9, 11, 3
.byte 15, 15, 1, 3, 3, 0, 0x7f, 0
.ascii "RFU_V"
.byte VERSION_MAJOR + 0x30
.byte VERSION_MINOR + 0x30
.byte (VERSION_REVISION / 10) + 0x30
.byte (VERSION_REVISION % 10) + 0x30
.byte 0
.align 2
_Str_RFU_MBOOT::
.asciz "RFU-MBOOT"
.align 2
_Str_Sio32ID::
.asciz "NINTENDOSio32ID_030820"
gUnknown_86FC074:: @ 86FC074
.incbin "baserom.gba", 0x6FC074, 0x18