Splat update

This commit is contained in:
Ethan Roseman 2021-01-07 17:14:08 +09:00
parent 047f5e3a1a
commit dfdfcc112a
3 changed files with 16 additions and 15 deletions

View File

@ -1,16 +1,16 @@
.section .header, "a"
.word 0x80371240 /* PI PSD Domain 1 register */
.word 0x0000000F /* Clockrate setting */
.word 0x80125C00 /* Entrypoint address */
.word 0x0000144B /* Revision */
.word 0x65EEE53A /* Checksum 1 */
.word 0xED7D733C /* Checksum 2 */
.word 0x00000000 /* Unknown 1 */
.word 0x00000000 /* Unknown 2 */
.ascii "PAPER MARIO " /* Internal ROM name */
.word 0x00000000 /* Unknown 3 */
.word 0x0000004E /* Cartridge */
.ascii "MQ" /* Cartridge ID */
.ascii "E" /* Country code */
.byte 00 /* Version */
.word 0x80371240 /* PI BSB Domain 1 register */
.word 0x0000000F /* Clockrate setting */
.word 0x80125C00 /* Entrypoint address */
.word 0x0000144B /* Revision */
.word 0x65EEE53A /* Checksum 1 */
.word 0xED7D733C /* Checksum 2 */
.word 0x00000000 /* Unknown 1 */
.word 0x00000000 /* Unknown 2 */
.ascii "PAPER MARIO " /* Internal name */
.word 0x00000000 /* Unknown 3 */
.word 0x0000004E /* Cartridge */
.ascii "MQ" /* Cartridge ID */
.ascii "E" /* Country code */
.byte 0x00 /* Version */

@ -1 +1 @@
Subproject commit 179a614b203ad23b7b153176957d8cea37533411
Subproject commit a803c099259da44c78b71b9552f0cb499d04c7dc

View File

@ -9,6 +9,7 @@ options:
extensions: splat_ext
symbol_debug_info: False
create_detected_syms: True
symbol_addrs: tools/symbol_addrs.txt
segments:
- name: header
type: header