Chronotools - signature feature

0. Contents

This is the documentation of chronotools-1.13.7.
   1. Introduction
   2. How to
   3. Downloading

1. Introduction

Chronotools allows you to insert arbitrary SNES code to your translation. This includes a "signature" feature.

Signature is a logo, displayed on the startup screen of the game, as shown below for example:
Chronofin logo

2. How to

If you want to add a signature, the easiest way is as follows:

Add the following lines to your ct.cfg in the [linker] section:

# SIGNATURE
load_code "ct-moglogo.o65"
add_call_of "show_moglogo"       $FDE62F 0 false
add_image   "moglogo.tga"   $7F "TILEDATA_ADDR"  "PALETTE_ADDR" "PALETTE_SIZE"
This tells the insertor that it must include code from ct-moglogo.o65 and insert a call of the routine show_moglogo at $FDE62F in the ROM, and that it should read and insert the image moglogo.tga, compress it (page $7F) and assign several constants for referring to it.

You can create ct-moglogo.o65 by compiling the included ct-moglogo.a65 file with snescom, a SNES assembler, or asking me to send it to you.

3. Downloading

The official home page of chronotools is at http://iki.fi/bisqwit/source/chronotools.html.
Check there for new versions.

Generated from source/signature.php (last updated: Wed, 28 Jan 2004 19:47:41 +0200)
with docmaker.php (last updated: Sun, 9 May 2004 04:55:44 +0300)
at Sun, 6 Jun 2004 06:42:31 +0300