Document functions and variables (balloons, acceleration, a button handling etc.) (#720)

* Document various functions and variables

* Fix code changes

* Rename function based on discussion

* Identify global table of player speeds

* Improve names of functions

* Label further things related to playerIndex

* Label further balloon related things

* Document further balloon related things

* Use STAR_DURATION

* Update vars

* Fix missing arg
This commit is contained in:
Maciek Baron
2025-06-10 20:59:02 +01:00
committed by GitHub
parent c6e40bcec0
commit 8d4fa64f5a
22 changed files with 930 additions and 921 deletions
+6
View File
@@ -350,6 +350,12 @@ enum PLACE { FIRST_PLACE, SECOND_PLACE, THIRD_PLACE, FOURTH_PLACE };
#define LIGHTNING_EFFECT 0x40000000 // being hit by lightning
#define BOO_EFFECT 0x80000000 // being a boo
/**
* @brief durations of effects
*/
#define STAR_EFFECT_DURATION 0xA
/**
* @brief shell state
*