pmd-sky/include/main_02054BE0.h
AnonymousRandomPerson 56f62a198b Decomped GetSecondFormIfValid
Decomped by @SethBarberee
2024-12-16 23:43:13 -05:00

10 lines
490 B
C

#ifndef PMDSKY_MAIN_02054BE0_H
#define PMDSKY_MAIN_02054BE0_H
s16 GetSecondFormIfValid(s16 id);
// Returns the ID of the first form of the specified monster if the specified ID corresponds to a secondary form with female gender and the first form has male gender. If those conditions don't meet, returns the same ID unchanged.
// return: ID of the male form of the monster if the requirements meet, same ID otherwise.
s16 FemaleToMaleForm(s16 monster_id);
#endif //PMDSKY_MAIN_02054BE0_H