mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-06 05:35:23 -05:00
17 lines
381 B
C
17 lines
381 B
C
#ifndef GUARD_POKEMON_SIZE_RECORD_H
|
|
#define GUARD_POKEMON_SIZE_RECORD_H
|
|
|
|
#include "global.h"
|
|
|
|
void InitSeedotSizeRecord(void);
|
|
void GetSeedotSizeRecordInfo(void);
|
|
void CompareSeedotSize(void);
|
|
|
|
void InitLotadSizeRecord(void);
|
|
void GetLotadSizeRecordInfo(void);
|
|
void CompareLotadSize(void);
|
|
|
|
void GiveGiftRibbonToParty(u8 index, u8 ribbonId);
|
|
|
|
#endif // GUARD_POKEMON_SIZE_RECORD_H
|