minimap etc

This commit is contained in:
t. boddy 2026-02-16 14:21:25 -05:00
parent 75f6c7d8dc
commit 1702a06d9f
17 changed files with 134 additions and 20 deletions

View file

@ -15,6 +15,11 @@ u32 score;
#define FIRST_ROTATING_BULLET 3
#define MAP_X 1
#define MAP_Y 1
#define MAP_W 38
#define MAP_H 3
char debugStr[8];
void EMPTY(s16 i){(void)i;}