Merge branch 'main' into main
This commit is contained in:
commit
d2f3c2e762
19 changed files with 792 additions and 161 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#include "REL/board_executor.h"
|
||||
|
||||
static void InitBoard(void) {
|
||||
BoardCommonInit(BoardInit, BoardDestroy);
|
||||
BoardCommonInit(BoardCreate, BoardDestroy);
|
||||
}
|
||||
|
||||
int _prolog(void) {
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ inline s32 get_current_board(void) {
|
|||
return GWSystem.board;
|
||||
}
|
||||
|
||||
void BoardInit(void) {
|
||||
void BoardCreate(void) {
|
||||
f32 sp10;
|
||||
f32 spC[2];
|
||||
s32 sp8;
|
||||
|
|
|
|||
|
|
@ -210,7 +210,7 @@ void fn_1_13A4(void) {
|
|||
BoardCameraStartMotion2(lbl_1_bss_0->unk8, &sp8, 0, 3200.0f, -1.0f, 0x1E);
|
||||
BoardCameraMotionWait();
|
||||
fn_1_BA0(0x2E0032);
|
||||
BoardCameraTargetSetModel(fn_80083F84());
|
||||
BoardCameraTargetModelSet(fn_80083F84());
|
||||
BoardCameraMotionWait();
|
||||
fn_1_BA0(0x2E0033);
|
||||
fn_1_BA0(0x2E0034);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue