Difference between revisions of "ShowMapTitle"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
m (Xifanie moved page Event Instruction 91 to ShowMapTitle)
 
(2 intermediate revisions by the same user not shown)
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.
 +
 +
You can choose any map title graphic to load by assigning the map value that you want to Variable 0x0033.
  
  
Line 20: Line 24:
  
 
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

Latest revision as of 04:55, 23 February 2021

{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.

You can choose any map title graphic to load by assigning the map value that you want to Variable 0x0033.


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