Difference between revisions of "ShowMapTitle"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
= {91} {{IE_91}} =
 
= {91} {{IE_91}} =
Displays a 256x20 4bit image (EVENT\MAPTITLE.BIN) of the current map's title on the screen. Only Map 1 to 120 have a graphic assigned to them. Trying to display the title of other maps will result in rubbish.
+
{{IE_91_ex}}
 +
 
 +
{{IE_91_desc}}
  
 
By default the graphic is printed horizontally centered, and right above the middle line vertically. The animation of the map title consists of a progressive printing followed by a pause and then a progressive erasing.
 
By default the graphic is printed horizontally centered, and right above the middle line vertically. The animation of the map title consists of a progressive printing followed by a pause and then a progressive erasing.
Line 20: Line 22:
  
 
The original version only ever use 001 and 002.
 
The original version only ever use 001 and 002.
*000 : 10 seconds
+
*000: ~10 seconds
*001 : 10 seconds
+
*001: ~10 seconds
*002 : 5 seconds
+
*002: ~5 seconds
*003 : 3,33 seconds
+
*003: ~3,33 seconds
*004 : 2,5 seconds
+
*004: ~2,5 seconds
*005 : 2 seconds
+
*005: ~2 seconds
*006 : 1,66 seconds
+
*006: ~1,66 seconds
*007 : 1,43 seconds
+
*007: ~1,43 seconds
*008 : 1,25 seconds
+
*008: ~1,25 seconds
*032 : 0,31 second
+
*032: ~0,31 second
*127 : 0,08 second
+
*127: ~0,08 second

Revision as of 00:33, 8 January 2014

{91} ShowMapTitle

ShowMapTitle(+XXX,+YYY,+SPD)

Displays a 256x20 4bit image (EVENT\MAPTITLE.BIN) of the current map's title on the screen. Only Map 1 to 120 have a graphic assigned to them. Trying to display the title of other maps will result in rubbish.

By default the graphic is printed horizontally centered, and right above the middle line vertically. The animation of the map title consists of a progressive printing followed by a pause and then a progressive erasing.


See Also: {7D} ShowGraphic


X Axis : Byte (signed)

Moves the image by a certain number of pixels on the screen horizontally.


Y Axis : Byte (signed)

Moves the image by a certain number of pixels on the screen vertically.


Speed : Byte (signed)

The list is the approximate amount of time to perform the full animation of the map title for a certain speed.

The original version only ever use 001 and 002.

  • 000: ~10 seconds
  • 001: ~10 seconds
  • 002: ~5 seconds
  • 003: ~3,33 seconds
  • 004: ~2,5 seconds
  • 005: ~2 seconds
  • 006: ~1,66 seconds
  • 007: ~1,43 seconds
  • 008: ~1,25 seconds
  • 032: ~0,31 second
  • 127: ~0,08 second