There was an error while loading. Please reload this page.
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
display.h
TBD