1 GB_oam_info_t
Lior Halphon edited this page 2024-11-24 21:57:04 +02:00

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