mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
9 lines
242 B
C
9 lines
242 B
C
#ifndef POKEPLATINUM_TRAINER_CARD_BADGE_DIRT_H
|
|
#define POKEPLATINUM_TRAINER_CARD_BADGE_DIRT_H
|
|
|
|
#include "savedata.h"
|
|
|
|
void TrainerCard_AccumulateBadgeDirt(SaveData *saveData, s32 daysPassed);
|
|
|
|
#endif // POKEPLATINUM_TRAINER_CARD_BADGE_DIRT_H
|