ShowMapTitle

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search

{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