mirror of
https://github.com/pmret/papermario.git
synced 2024-11-09 12:32:38 +01:00
Splat update
This commit is contained in:
parent
047f5e3a1a
commit
dfdfcc112a
28
asm/header.s
28
asm/header.s
@ -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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user