mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-18 23:16:43 -04:00
EnBat OK and documented (#924)
* OK, start documentation * Name some more stuff * Name rest of functions and bss var, tidy up floats * Document object and paramflags * Cleanup bat * Cleanup crow * Cleanup firefly * Couple of minor things in arrow * Review 1 * PLAYER_STATE * Remove unnecessary f32 casts * Review * Review
This commit is contained in:
+1
-1
@@ -1138,7 +1138,7 @@ typedef enum {
|
||||
#define ACTOR_FLAG_2000 (1 << 13)
|
||||
//
|
||||
#define ACTOR_FLAG_4000 (1 << 14)
|
||||
//
|
||||
//! Carried by arrow
|
||||
#define ACTOR_FLAG_8000 (1 << 15)
|
||||
//
|
||||
#define ACTOR_FLAG_10000 (1 << 16)
|
||||
|
||||
Reference in New Issue
Block a user