From 13361cce56b7f3c233f0b703428d17f15e8b2202 Mon Sep 17 00:00:00 2001 From: a Date: Fri, 20 Jun 2025 14:11:10 -0400 Subject: [PATCH] Add comment for ROM header internal name length --- asm/rom_header.s | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/asm/rom_header.s b/asm/rom_header.s index feb84d7e..d5d18467 100644 --- a/asm/rom_header.s +++ b/asm/rom_header.s @@ -20,11 +20,8 @@ .word 0x74757C24 /* Checksum 2 */ .word 0x00000000 /* Unknown */ .word 0x00000000 /* Unknown */ -#ifdef VERSION_SH -.ascii "SUPERMARIO64 " /* Internal ROM name */ -#else .ascii "SUPER MARIO 64 " /* Internal ROM name */ -#endif +/* .................... */ .word 0x00000000 /* Unknown */ .word 0x0000004E /* Cartridge */ .ascii "SM" /* Cartridge ID */