init
This commit is contained in:
parent
ab73e04b32
commit
0b905f2690
26 changed files with 1210 additions and 0 deletions
7
src/start.h
Normal file
7
src/start.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#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);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue