gArwingSpeed control in the spawner

This commit is contained in:
Sonic Dreamcaster 2024-11-16 12:36:22 -03:00
parent 42d1668d6a
commit ad08681bdf

View File

@ -309,6 +309,14 @@ void Spawner_Playground(void) {
gLaserStrength[0] = 2;
gBombCount[0] = 9;
gLifeCount[0] = 9;
#if 0
if (gControllerPress[0].button & L_JPAD) {
gArwingSpeed-=50;
} else if (gControllerPress[0].button & R_JPAD) {
gArwingSpeed+=50;
}
#endif
}
void Spawner(void) {