Skip to content

Request a new data format for Fire Emblem decomp project #74

@laqieer

Description

@laqieer

project link
Data format:
GBA 4bpp

{
  u8 w; // real width = (w + 1) * 8
  u8 h; // real height = (h + 1) * 8
  u16 tiles[(w + 1) * (h + 1)]; // from bottom to top
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions