mirror of
https://github.com/n64decomp/mk64
synced 2026-07-11 22:00:05 -04:00
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:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user