pokeplatinum/include/overlay006/elevator_animation.h
metallicity c78e72d9ae
Some checks failed
build / build (push) Has been cancelled
Document elevator scripts and animation (#717)
2025-08-29 06:31:13 +08:00

9 lines
285 B
C

#ifndef POKEPLATINUM_ELEVATOR_ANIMATION_H
#define POKEPLATINUM_ELEVATOR_ANIMATION_H
#include "field/field_system_decl.h"
void FieldSystem_PlayElevatorAnimation(FieldSystem *fieldSystem, const u8 elevatorDir, const u8 animationLoopCount);
#endif // POKEPLATINUM_ELEVATOR_ANIMATION_H