Merge branch 'master' into banjo-kazooie-var_renames

This commit is contained in:
Banjo Kazooie
2024-09-01 15:31:34 -05:00
402 changed files with 8000 additions and 7857 deletions

View File

@@ -9,7 +9,7 @@ u8* quizQuestionAskedBitfield;
/* .code */
bool quizQuestionAskedBitfield_get(s32 index){
return getBitFromArray(quizQuestionAskedBitfield, index);
return bitfield_get_bit(quizQuestionAskedBitfield, index);
}
void quizQuestionAskedBitfield_free(void){