Implement & link ac_tamaire_npc0

This commit is contained in:
Cuyler36
2025-06-15 04:08:27 -04:00
parent ce3abb3b57
commit 259d26256b
6 changed files with 426 additions and 3 deletions
+1 -1
View File
@@ -3300,7 +3300,7 @@ extern int mFI_SetOyasiroPos(s16* oyasiro_p) {
int ut_z;
if (mFI_SearchFGInBlock(&ut_x, &ut_z, WISHING_WELL, bx, bz) == FALSE &&
mFI_SearchFGInBlock(&ut_x, &ut_z, 0xF103, bx, bz) == FALSE) {
mFI_SearchFGInBlock(&ut_x, &ut_z, DUMMY_SHRINE, bx, bz) == FALSE) {
return FALSE;
} else {
xyz_t pos;