mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-09 20:40:42 -04:00
Initial support of tracking progress per code/boot/overlay, and outputs the stats to csv.
This commit is contained in:
@@ -214,7 +214,7 @@ void Effect_DrawAll(GraphicsContext* gCtxt) {
|
||||
}
|
||||
}
|
||||
#else
|
||||
#pragma GLOBAL_ASM("./asm/non_matchings/code_0x800AF710/Effect_DrawAll.asm")
|
||||
#pragma GLOBAL_ASM("./asm/non_matchings/code/code_0x800AF710/Effect_DrawAll.asm")
|
||||
#endif
|
||||
|
||||
#ifdef NON_MATCHING
|
||||
@@ -255,7 +255,7 @@ void Effect_UpdateAll(GlobalContext* ctxt) {
|
||||
}
|
||||
}
|
||||
#else
|
||||
#pragma GLOBAL_ASM("./asm/non_matchings/code_0x800AF710/Effect_UpdateAll.asm")
|
||||
#pragma GLOBAL_ASM("./asm/non_matchings/code/code_0x800AF710/Effect_UpdateAll.asm")
|
||||
#endif
|
||||
|
||||
void Effect_Destroy(GlobalContext* ctxt, s32 index) {
|
||||
|
||||
Reference in New Issue
Block a user