Include C test program in repo

This commit is contained in:
jaburns
2020-10-19 22:17:32 -06:00
parent 82126eca3c
commit d3a2cbd2b2
14 changed files with 940 additions and 56 deletions
+1 -1
View File
@@ -239,7 +239,7 @@ struct Object *hack_allocate_mario(void)
*/
void bhv_mario_update(void) {
u32 particleFlags = 0;
s32 i;
// s32 i;
gCurrentObject = gMarioObject;
particleFlags = execute_mario_action(gCurrentObject);