mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-06-02 22:08:03 -05:00
9 lines
242 B
C
9 lines
242 B
C
#ifndef POKEPLATINUM_TRAINER_CASE_BADGE_DIRT_H
|
|
#define POKEPLATINUM_TRAINER_CASE_BADGE_DIRT_H
|
|
|
|
#include "savedata.h"
|
|
|
|
void TrainerCase_AccumulateBadgeDirt(SaveData *saveData, s32 daysPassed);
|
|
|
|
#endif // POKEPLATINUM_TRAINER_CASE_BADGE_DIRT_H
|