Merge branch 'main' into main

This commit is contained in:
CreateSource 2024-01-01 23:38:06 -05:00 committed by GitHub
commit d2f3c2e762
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 792 additions and 161 deletions

View file

@ -1,7 +1,7 @@
#include "REL/board_executor.h"
static void InitBoard(void) {
BoardCommonInit(BoardInit, BoardDestroy);
BoardCommonInit(BoardCreate, BoardDestroy);
}
int _prolog(void) {

View file

@ -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;

View file

@ -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);