cenotaph/src/start.h
2026-02-14 19:31:58 -05:00

7 lines
No EOL
216 B
C

#define START_I 8
void loadStart(){
VDP_drawImageEx(BG_A, &logo, TILE_ATTR_FULL(PAL0, 0, 0, 0, START_I), 6, 10, FALSE, FALSE);
VDP_drawText("press any button", 12, 16);
VDP_drawText(" 2026 T.BODDY ", 12, 18);
}