From b6e18a95bf539b466cedb6e193ea77f00c2fc4ad Mon Sep 17 00:00:00 2001 From: thecozies Date: Wed, 8 Dec 2021 09:16:23 -0600 Subject: [PATCH] includes: mario anims --- include/mario_animation_ids.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/mario_animation_ids.h b/include/mario_animation_ids.h index 1d22d3d1b..954ddb042 100644 --- a/include/mario_animation_ids.h +++ b/include/mario_animation_ids.h @@ -3,8 +3,7 @@ /* Mario Animation IDs */ -enum MarioAnimID -{ +enum MarioAnimID { /* 0x00 */ MARIO_ANIM_SLOW_LEDGE_GRAB, /* 0x01 */ MARIO_ANIM_FALL_OVER_BACKWARDS, /* 0x02 */ MARIO_ANIM_BACKWARD_AIR_KB, @@ -196,7 +195,7 @@ enum MarioAnimID /* 0xBC */ MARIO_ANIM_TURNING_PART1, /* 0xBD */ MARIO_ANIM_TURNING_PART2, /* 0xBE */ MARIO_ANIM_SLIDEFLIP_LAND, - /* 0XBF */ MARIO_ANIM_SLIDEFLIP, + /* 0xBF */ MARIO_ANIM_SLIDEFLIP, /* 0xC0 */ MARIO_ANIM_TRIPLE_JUMP_LAND, /* 0xC1 */ MARIO_ANIM_TRIPLE_JUMP, /* 0xC2 */ MARIO_ANIM_FIRST_PERSON,