misc minor cleanup (indentation, offset comments, etc)

This commit is contained in:
LagoLunatic
2023-12-19 21:29:37 -05:00
parent 1f8f630e2f
commit ec3f7f0198
53 changed files with 285 additions and 291 deletions
-7
View File
@@ -127,7 +127,6 @@ static BOOL checkCreateHeap(fopAc_ac_c* i_ac) {
/* 800D88F8-800D8C50 .text createHeap__6daBg_cFv */
BOOL daBg_c::createHeap() {
/* Nonmatching - array loads */
static char l_modelName[4][13] = {
"model.bmd",
"model1.bmd",
@@ -338,12 +337,6 @@ static s32 daBg_Create(fopAc_ac_c* i_ac) {
return ((daBg_c*)i_ac)->create();
}
// searchRoomMemory__Fi d_a_bg.o
// searchRoomNo__FiP10readRoom_c d_a_bg.o
// getRoomMemory__6daBg_cFi d_a_bg.o
// initRoomMemory__6daBg_cFv d_a_bg.o
// calcRoomMemory__6daBg_cFPPcPlPPcPl d_a_bg.o
/* 800D9094-800D9318 .text create__6daBg_cFv */
s32 daBg_c::create() {
fopAcM_SetupActor(this, daBg_c);