summaryrefslogtreecommitdiff
path: root/src/data
diff options
context:
space:
mode:
Diffstat (limited to 'src/data')
-rw-r--r--src/data/object_events/object_event_anims.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/data/object_events/object_event_anims.h b/src/data/object_events/object_event_anims.h
index cfbfe0f58..cd6a8a04b 100644
--- a/src/data/object_events/object_event_anims.h
+++ b/src/data/object_events/object_event_anims.h
@@ -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,