diff options
Diffstat (limited to 'include/agbsum.php')
-rw-r--r-- | include/agbsum.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/agbsum.php b/include/agbsum.php index afe3ebe..344930e 100644 --- a/include/agbsum.php +++ b/include/agbsum.php @@ -1,10 +1,10 @@ -<?php addHeading("agbsum", "about"); ?> +<?php add_heading("agbsum", "about"); ?> <section> <p><em>agbsum</em> is a command line utility for patching AGB images.</p> </section> -<?php addHeading("Specs", "specs"); ?> +<?php add_heading("Specs", "specs"); ?> <section> <p>All AGB images have a header at offsets <code>0x00-0xE3</code> (inclusive), of which (29) bytes in <code>0xA0-0xBD</code> denote metadata.</p> @@ -12,7 +12,7 @@ <p>The first byte after this sequence holds a checksum of the metadata, which if invalid, the device bootloader will usually reject the entire image.</p> </section> -<?php addHeading("Compatibility", "compatibility"); ?> +<?php add_heading("Compatibility", "compatibility"); ?> <section> <p><em>agbsum</em> is written in <strong>C99</strong> and uses makefiles as its build system. It has been tested to compile under Clang, GCC, and the <a href="https://bellard.org/tcc/">Tiny C Compiler</a> (altough the latter may have problems with the standard library). Both GNU Make (<code>gmake</code>) and BSD Make (<code>bmake</code>).</p> |