1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-02-22 14:55:39 +00:00

Format and small fix enums in z_boss_mo.h

This commit is contained in:
Dragorn421 2021-09-21 10:51:36 +02:00
parent aec0103938
commit fffd300be3
No known key found for this signature in database
GPG key ID: C182A3A3996E8201

View file

@ -47,7 +47,7 @@ typedef enum {
typedef enum {
/* 0 */ MO_CORE_INTRO_WATER_ALPHA,
/* 7 */ MO_CORE_FLOAT_MAX
/* 1 */ MO_CORE_FLOAT_MAX
} BossMoCoreF32Var;
#define MO_SHORT_MAX MAX((s32)MO_TENT_SHORT_MAX, (s32)MO_CORE_SHORT_MAX)