Renamed ModuleProlog to ObjectSetup
This commit is contained in:
parent
99dd7b41fb
commit
ef409cf9cd
105 changed files with 127 additions and 128 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue