mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
decomp more item funcs new file boundary and more decomp address review comments Match IsValidTargetItem thanks to @taxicat1
13 lines
359 B
C
13 lines
359 B
C
#ifndef PMDSKY_MAIN_02054DC4_H
|
|
#define PMDSKY_MAIN_02054DC4_H
|
|
|
|
#include "util.h"
|
|
|
|
bool32 DexNumbersEqual(s16 monster1, s16 monster2);
|
|
u8 GendersEqual(s16 monster1, s16 monster2);
|
|
u8 GendersEqualNotGenderless(s16 monster1, s16 monster2);
|
|
u8 GendersNotEqualNotGenderless(s16 monster1, s16 monster2);
|
|
u8 sub_02054F18(s32 _arg0);
|
|
|
|
#endif //PMDSKY_MAIN_02054DC4_H
|