Skip to content

GB_oam_info_t

Lior Halphon edited this page Nov 24, 2024 · 1 revision

Definition

typedef struct {
    uint32_t image[128];
    uint8_t x, y, tile, flags;
    uint16_t oam_addr;
    bool obscured_by_line_limit;
} GB_oam_info_t;

In display.h

Description

TBD

Clone this wiki locally