Add various minigame macros
This commit is contained in:
parent
2c9dbb4842
commit
49a51164a0
10 changed files with 77 additions and 39 deletions
|
|
@ -209,7 +209,7 @@ void fn_1_8140(s32 arg0) {
|
|||
|
||||
fn_1_81E0(arg0);
|
||||
BoardMusStart(1, 0x16, 0x7F, 0);
|
||||
temp_r31 = MGSeqCreate(3, 0);
|
||||
temp_r31 = MGSeqStartCreate();
|
||||
|
||||
while (MGSeqStatGet(temp_r31)) {
|
||||
HuPrcVSleep();
|
||||
|
|
@ -305,7 +305,7 @@ void fn_1_84A8(s32 arg0) {
|
|||
temp_r31 = OM_GET_WORK_PTR(lbl_1_bss_144, someBits3);
|
||||
temp_r31->unk00_bit1 = arg0;
|
||||
if (arg0 == 0) {
|
||||
temp_r31->unk_04 = MGSeqCreate(1, temp_r31->unk2, 0x120, 0x40);
|
||||
temp_r31->unk_04 = MGSeqTimerCreateXY(temp_r31->unk2, 288, 64);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -345,7 +345,7 @@ void fn_1_A44C(s32 arg0) {
|
|||
s32 temp_r28;
|
||||
|
||||
BoardMusStart(1, 0x17, 0x7F, 0);
|
||||
temp_r30 = MGSeqCreate(3, 0);
|
||||
temp_r30 = MGSeqStartCreate();
|
||||
|
||||
while (MGSeqStatGet(temp_r30) != 0) {
|
||||
HuPrcVSleep();
|
||||
|
|
@ -434,7 +434,7 @@ void fn_1_A7A0(s32 arg0) {
|
|||
temp_r31->unk00_bit1 = 0;
|
||||
temp_r31->unk1 = 5U;
|
||||
temp_r31->unk2 = 0x3C;
|
||||
temp_r31->unk4 = MGSeqCreate(1, temp_r31->unk1, 0x120, 0x40);
|
||||
temp_r31->unk4 = MGSeqTimerCreateXY(temp_r31->unk1, 288, 64);
|
||||
fn_1_BB74(lbl_1_bss_194);
|
||||
lbl_1_bss_18C = fn_1_AE4C(arg0, lbl_1_bss_194);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue