Renamed ModuleProlog to ObjectSetup

This commit is contained in:
kabiskac 2024-06-26 04:43:05 +02:00
parent 99dd7b41fb
commit ef409cf9cd
105 changed files with 127 additions and 128 deletions

View file

@ -2,10 +2,10 @@
#include "dolphin/os.h"
#include "rel_sqrt_consts.h"
void ModuleProlog(void) {
void ObjectSetup(void) {
OSReport("minigame dll setup\n");
}
unsigned char fn_1_CC(void) {
return rand8();
}
}