Update src/dungeon_mon_recruit.c

Co-authored-by: Seth Barberee <seth.barberee@gmail.com>
This commit is contained in:
DizzyEggg 2025-10-17 19:50:32 +02:00 committed by GitHub
parent 5b5ad607a3
commit 31052cd077
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -335,7 +335,7 @@ bool8 CanEntityBeRecruited(Entity *param_1)
return FALSE;
sub_806F910();
for (i = 0; i <= (6 - size); i++) {
for (i = 0; i <= (MAX_TEAM_BODY_SIZE - size); i++) {
for (j = 0; j < size; j++){
if (gUnknown_202EE70[i + j] != 0)
break;