lots of work

This commit is contained in:
t. boddy 2026-02-18 17:58:41 -05:00
parent 4036b5f07e
commit 06648c2dc1
18 changed files with 640 additions and 113 deletions

View file

@ -10,6 +10,9 @@ u32 clock;
#define CULL_LIMIT FIX32(240)
// #define MUSIC_VOLUME 50
#define MUSIC_VOLUME 0
u32 score;
#define SCORE_LENGTH 8
@ -29,6 +32,7 @@ bool paused, isPausing;
s16 enemyCount, bulletCount;
u8 level;
s16 pendingBossHp;
s16 pendingBossNum;
bool waitForRelease;
bool levelClearing;
u32 levelClearClock;