mirror of
https://github.com/Kaisaan/lostkefin.git
synced 2025-06-18 16:45:40 -04:00
Update graphicsFormat.md
This commit is contained in:
parent
f443d33277
commit
769ee6509a
@ -82,13 +82,14 @@ The rest of each frame is usually empty and padded to be a total of $60 bytes.
|
|||||||
The image data is $10 bytes long per image. It is located based on the offset in the file header. They are formatted as follows:
|
The image data is $10 bytes long per image. It is located based on the offset in the file header. They are formatted as follows:
|
||||||
|Size|Description|
|
|Size|Description|
|
||||||
|---|---|
|
|---|---|
|
||||||
|$2|Image Width|
|
|$2|Image Width in-game?|
|
||||||
|$2|Image Height|
|
|$2|Image Height in-game?|
|
||||||
|$2|Image Width for VRAM|
|
|$2|Image Data Width|
|
||||||
|$2|Image Height for VRAM|
|
|$2|Image Data Height|
|
||||||
|$4|Image Offset, calculated as (Image Data Offset + Image Offset)|
|
|$4|Image Offset, calculated as (Image Data Offset + Image Offset)|
|
||||||
|$4|Image Index|
|
|$4|Image Index|
|
||||||
|
|
||||||
## Images
|
## Images
|
||||||
|
|
||||||
Images are based on the palette info.
|
Images are indexed on the palette info.
|
||||||
|
The size (in bytes) of each image's data is Image Data Width * Image Data Height
|
Loading…
Reference in New Issue
Block a user