diff --git a/include/types.h b/include/types.h index 13e5c298..44a54b41 100644 --- a/include/types.h +++ b/include/types.h @@ -427,6 +427,7 @@ struct MarioState /*0x6C*/ f32 ceilHeight; /*0x70*/ f32 floorHeight; /*0x74*/ s16 floorYaw; + #define floorAngle floorYaw /*0x76*/ s16 waterLevel; /*0x78*/ struct Object *interactObj; /*0x7C*/ struct Object *heldObj;