mirror of
https://github.com/pret/pmd-red.git
synced 2026-08-28 11:44:30 -05:00
Update src/dungeon_mon_recruit.c
Co-authored-by: Seth Barberee <seth.barberee@gmail.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user