diff options
-rw-r--r-- | asm/rom_header.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/asm/rom_header.inc b/asm/rom_header.inc index a2932f1aa..21bbf3a7c 100644 --- a/asm/rom_header.inc +++ b/asm/rom_header.inc @@ -59,11 +59,15 @@ RomHeaderSoftwareVersion: .byte REVISION RomHeaderChecksum: + .ifdef ENGLISH .ifdef SAPPHIRE .byte 0x55 - REVISION .else .byte 0x41 - REVISION .endif + .else + .byte 0x42 + .end RomHeaderReserved2: .space 2 |