Skip to content

Header name in hdr.asm is ignored #20

@omgitsraven

Description

@omgitsraven

This one is visible right in the template project:

  1. Look in hdr.asm; starting at line 15, there is:
.SNESHEADER
  ID "SNES"                     ; 1-4 letter string, just leave it as "SNES"

  NAME "LIBSNES TEMPLATE     "  ; Program Title - can't be over 21 bytes,
  ;    "123456789012345678901"  ; use spaces for unused bytes of the name.
  1. run make; it will end with:
===============================
---snestools v0.3.0 20140726---
-------------------------------
(c) 2014 Alekmaul
===============================

File [template.sfc] has no header.

Change title to [TEMPLATE             ] ...
Change Checksum to 2602h and Checksum complement D9FDh..
Done!
  1. Run the rom in an emulator that displays the header name (i.e. SNES9x); it will say "TEMPLATE", not "LIBSNES TEMPLATE".

This bug is pretty minor of course :) but I thought I'd mention it!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions