Document board/com files

Also did various cleanups
This commit is contained in:
gamemasterplc 2024-03-06 20:22:54 -06:00
parent 6f46d026ca
commit 83000dbb16
13 changed files with 645 additions and 673 deletions

View file

@ -24,7 +24,6 @@ typedef struct camera_view {
s16 fov;
} CameraView;
omObjData *boardMainObj;
u32 boardRandSeed;
static omObjData *last5GfxObj;
@ -619,16 +618,10 @@ static void CreateBoard(void)
GWSystem.mg_next = -1;
if(!GWGameStat.field10E_bit5) {
s32 type_temp;
if(GWSystem.mg_list == 3) {
GWSystem.mg_list = 0;
}
if(GWMGListGet() == 2) {
GWSystem.mg_list = 0;
}
}
if(GWSystem.mess_speed == 3) {
GWSystem.mess_speed = 1;
}
mess_speed = GWMessSpeedGet();
GWSystem.mess_speed = mess_speed;
switch(mess_speed) {