pmd-sky/include/main_02054DC4.h
Seth Barberee fd2a10df14 initial decomp work
decomp more item funcs

new file boundary and more decomp

address review comments

Match IsValidTargetItem thanks to @taxicat1
2026-01-03 13:06:03 -08:00

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