readme.html: add some documentation on creating new NEDs.

main
Síle Ekaterin Liszka 2024-05-18 07:44:02 -07:00
parent 21647b3f83
commit 3f81d0c643
Signed by: VulpineAmethyst
SSH Key Fingerprint: SHA256:VcHwQ6SUfi/p0Csfxe3SabX/TImWER0PhoJqkt+GlmE
1 changed files with 7 additions and 0 deletions

7
dist/readme.html vendored
View File

@ -96,6 +96,13 @@ body {
<li>Mummy</li>
</ul></li>
</ul>
<h3>How to create your own Neo Exdeath graphics</h3>
<p>You will need two things:</p>
<ul>
<li>An image editor that supports PNG. I suggest Krita, Aseprite, or similar.</li>
<li><a href="https://github.com/VulpineAmethyst/png2ned">png2ned</a>; read the instructions there.</li>
</ul>
<p><tt>png2ned</tt> does the hard work, but once the graphics are inserted in to the ROM, you will need to use a program like <a href="https://www.romhacking.net/utilities/240/">LunarIPS</a> or <a href="https://www.romhacking.net/patch/">RHDN's online patcher</a> to create a patch by providing the unmodified ROM and the patched ROM.</p>
</body>
</html>