Welcome to Data Crystal's new home! Data Crystal is now part of the TCRF family (sort of).
The wiki has recently moved; please report any issues in Discord. Pardon the dust.

Final Fantasy Tactics Advance/ROM map: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
(Created page with '==Days per Month== The byte at 0x036102 in the ROM limits how many days there are per month. :It's currently 0x13 (19), so changing it to 0x9 will make it 10 days, etc. ==Start-…')
 
Line 6: Line 6:
===Square Enix logo===
===Square Enix logo===
This logo is shown before anything else.
This logo is shown before anything else.
The pointer to the tileset is stored at 0x13BF3C. 32-bit.
The pointer to the tileset is stored at 0x13BF3C. 32-bit.
:Default: 0x089569F8
:Default: 0x089569F8

Revision as of 11:21, 21 November 2010

Days per Month

The byte at 0x036102 in the ROM limits how many days there are per month.

It's currently 0x13 (19), so changing it to 0x9 will make it 10 days, etc.

Start-up Offsets

This logo is shown before anything else.

The pointer to the tileset is stored at 0x13BF3C. 32-bit.

Default: 0x089569F8

The length (word count) of the tileset is stored at 0x13BF40. 32-bit.

Default: 0x000004D6

The pointer to the tilemap is stored at 0x13BF4C. 32-bit.

Default: 0x089564FC

Data Structures