mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-07 11:14:05 -05:00
7 lines
218 B
C
7 lines
218 B
C
#ifndef POKEDIAMOND_MODULE_05_H
|
|
#define POKEDIAMOND_MODULE_05_H
|
|
|
|
void MOD05_SetEggStats(struct Pokemon * mon, u16 species, int a1, struct PlayerData * data, int a2, int metLoc);
|
|
|
|
#endif //POKEDIAMOND_MODULE_05_H
|