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:
EllipticEllipsis
2022-07-19 17:16:36 +01:00
committed by GitHub
parent bd94105568
commit 69e514b37e
12 changed files with 790 additions and 306 deletions
+1 -1
View File
@@ -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)