d_a_obj_kamakiri matching (#2501)

This commit is contained in:
Max Roncace
2025-06-26 16:23:48 -04:00
committed by GitHub
parent 5bdf8bb50e
commit 028c07d47d
15 changed files with 922 additions and 672 deletions
+1 -1
View File
@@ -633,7 +633,7 @@ bool dMenu_Insect_c::isGiveInsect(u8 i_insectID) {
/* 801D9F3C-801D9F8C 1D487C 0050+00 0/0 1/1 12/12 .text isCatchNotGiveInsect__14dMenu_Insect_cFUc
*/
u8 dMenu_Insect_c::isCatchNotGiveInsect(u8 param_0) {
bool dMenu_Insect_c::isCatchNotGiveInsect(u8 param_0) {
if (isCatchInsect(param_0) != 0 && isGiveInsect(param_0) == 0) {
return 1;
}