Add usage of ANIM_GET_ON_OFF_POKEMON_WEST, unused comments

This commit is contained in:
GriffinR
2022-02-28 15:10:53 -05:00
parent a5e6e91605
commit cd9d40b3cd
2 changed files with 4 additions and 2 deletions
@@ -995,6 +995,7 @@ static const union AnimCmd *const sAnimTable_Inanimate[] = {
[ANIM_STAY_STILL] = sAnim_StayStill
};
// Leftover from Ruby/Sapphire
static const union AnimCmd *const sAnimTable_QuintyPlump[] = {
[ANIM_STD_FACE_SOUTH] = sAnim_QuintyPlumpFaceSouth,
[ANIM_STD_FACE_NORTH] = sAnim_QuintyPlumpFaceNorth,
@@ -1125,6 +1126,7 @@ static const union AnimCmd *const sAnimTable_RedGreenNormal[] = {
[ANIM_SHAKE_HEAD_OR_WALK_IN_PLACE] = sAnim_ShakeHeadOrWalkInPlace,
};
// Leftover from Ruby/Sapphire
static const union AnimCmd *const sAnimTable_AcroBike[] = {
[ANIM_STD_FACE_SOUTH] = sAnim_FaceSouth,
[ANIM_STD_FACE_NORTH] = sAnim_FaceNorth,