Document board/com files
Also did various cleanups
This commit is contained in:
parent
6f46d026ca
commit
83000dbb16
13 changed files with 645 additions and 673 deletions
|
|
@ -5,6 +5,7 @@
|
|||
#include "game/board/model.h"
|
||||
#include "game/board/star.h"
|
||||
#include "game/board/tutorial.h"
|
||||
#include "game/board/main.h"
|
||||
|
||||
#include "math.h"
|
||||
|
||||
|
|
@ -78,9 +79,9 @@ void BoardCreate(void) {
|
|||
s32 i;
|
||||
unkw10Dll* temp_r30;
|
||||
s32 temp;
|
||||
s32 temp2;
|
||||
s32 board;
|
||||
|
||||
temp2 = get_current_board();
|
||||
board = BoardCurrGet();
|
||||
lbl_1_bss_0 = (W10State *)&GWSystem.board_data;
|
||||
lbl_1_bss_0->unk0 = 0;
|
||||
lbl_1_bss_0->unk4 = 0;
|
||||
|
|
|
|||
|
|
@ -113,7 +113,7 @@ void fn_1_1134(void) {
|
|||
fn_1_1E3C(7, 0x122, 0x8C);
|
||||
fn_1_BA0(0x2E0017);
|
||||
fn_1_1FB0();
|
||||
BoardCharWheelSetTarget(1);
|
||||
BoardCharWheelTargetSet(1);
|
||||
}
|
||||
|
||||
void fn_1_1178(void) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue