mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-10 05:43:22 -05:00
11 lines
223 B
C
11 lines
223 B
C
#ifndef GUARD_SPECIAL_FIELD_ANIM_H
|
|
#define GUARD_SPECIAL_FIELD_ANIM_H
|
|
|
|
#include "global.h"
|
|
|
|
void StartEscalator(bool8 goingUp);
|
|
void StopEscalator(void);
|
|
bool8 IsEscalatorMoving(void);
|
|
|
|
#endif // GUARD_SPECIAL_FIELD_ANIM_H
|