STATUS.EMI

This document is still being researched and is not yet complete. This means that some information could be erroneous or simply missing.

Table of content:

  1. Introduction
  2. The first data (Unknown)
  3. The StatusMenu texture (2 and 3)
  4. Two palettes for menu

Introduction

This file represent all the Status Menu data, when you press Square in game.

The file contains 8 data:

IndexSizeTypeDescription
1117578???A big unknown data, seems really important
232768ImageTexture of the menu tiles
332768ImageTexture of the menu backgrounds
4512PalettePalette for the menu tiles and backgrounds
5512PalettePalette for the menu tiles and backgrounds (bis)
63616Audio Samples (Header)Audio samples header (menu buttons sounds?)
744???Small unknown file, maybe some pointers inside
864560Audio Samples (Binary)Audio samples binary (menu buttons sounds?)

The first data (Unknown)

At the moment, I found that this file contains pointers and texts of the menu, and it is now my focus. The RAM Index of this data is 0x801D0C00.

The data starts with a PointerCount, following by the pointers: Each pointer target a specific place in the file, and starts with 0x801D.

After this list of pointers, we have some short texts, ended each time by the \0 byte.

The StatusMenu textures (2 and 3)

This texture is located at the second index of the STATUS.EMI file, and contains tiles of:

  • Characters portraits
  • Menu Icons
  • Menu Layout

The texture has a width of 128 pixel, and is encoded in 4bpp.

For the characters portraits, they are tiles of 40x48. They use the following palette in file like this:

CharactersPalette indexPalette Row
Adult Ryufourth01
Young Ryufourth11
Tepofourth12
Young Reifourth13
Adult Reifourth13
Young Ninafourth15
Adult Ninafourth15
Momofourth00
Garrfourth02
Picofifth13
Dragonfourth14

Information

Looks like the tiles are aligned in rows of 256 x 40 pixels

Two palettes for menu

They are the forth and fifth data of the STATUS.EMI: They contain characters portraits and menu colors.

Todo

Still a lot to do in this file!