diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-07-17 20:10:21 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-07-17 20:10:21 -0400 |
commit | 8027698fd30d410f2262906a25c0f00170abd58f (patch) | |
tree | 4b36f90f33d3d93a329956c5c88cba0d48157fb0 /asm/rom_header.inc | |
parent | 61d54c967acbbfdc0aaeb3f96d5f7d4aa94c6dcf (diff) | |
parent | d01a28c82fd25b8a92cbb1d508279e34690e3d26 (diff) |
resolve tv.c conflict
Diffstat (limited to 'asm/rom_header.inc')
-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 43eec30bb..a852a9f23 100644 --- a/asm/rom_header.inc +++ b/asm/rom_header.inc @@ -66,8 +66,12 @@ RomHeaderChecksum: .byte 0x41 - REVISION .endif .else + .ifdef SAPPHIRE + .byte 0x56 + .else .byte 0x42 .endif + .endif RomHeaderReserved2: .space 2 |