mirror of
https://github.com/pret/pokediamond.git
synced 2026-03-21 17:54:29 -05:00
9 lines
234 B
C
9 lines
234 B
C
#ifndef POKEDIAMOND_MODULE_05_H
|
|
#define POKEDIAMOND_MODULE_05_H
|
|
|
|
#include "pokemon.h"
|
|
|
|
void MOD05_SetEggStats(struct Pokemon * mon, u16 species, int a1, struct PlayerData * data, int a2, int metLoc);
|
|
|
|
#endif //POKEDIAMOND_MODULE_05_H
|