mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
8 lines
168 B
C
8 lines
168 B
C
#ifndef PMDSKY_MAIN_0204FDFC_H
|
|
#define PMDSKY_MAIN_0204FDFC_H
|
|
|
|
// Marks one Pokémon as joined.
|
|
void SetPokemonJoined(u32 monster_id);
|
|
|
|
#endif //PMDSKY_MAIN_0204FDFC_H
|