mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-06 05:35: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
|