Clean up comments

This commit is contained in:
LagoLunatic
2024-02-01 20:56:47 -05:00
parent 49afbc07e2
commit f4ac738d36
59 changed files with 418 additions and 165 deletions
+1
View File
@@ -427,6 +427,7 @@ BOOL dEvent_manager_c::getIsAddvance(int staffIdx) {
return mList.getStaffP(staffIdx)->mAdvance;
}
/* 8007473C-80074824 .text dEvmng_strcmp__FPCcPc */
int dEvmng_strcmp(const char* s1, char* s2) {
/* Nonmatching */
u32 len1 = strlen(s1);