mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-22 17:37:23 -05:00
9 lines
153 B
C
9 lines
153 B
C
#ifndef GUARD_SEAGALLOP_H
|
|
#define GUARD_SEAGALLOP_H
|
|
|
|
#include "constants/seagallop.h"
|
|
|
|
void ScrSpecial_SeagallopFerry(void);
|
|
|
|
#endif //GUARD_SEAGALLOP_H
|