mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 05:22:39 -04:00
add default params to a lot more functions
This commit is contained in:
+4
-4
@@ -253,7 +253,7 @@ BOOL progSelDraw(dScnLogo_c* i_this) {
|
||||
if (i_this->field_0x1eb == 0) {
|
||||
if (i_this->mInterFlag == 0) {
|
||||
if (CPad_CHECK_HOLD_RIGHT(0) || g_mDoCPd_cpadInfo[0].mMainStickPosX > 0.5f) {
|
||||
mDoAud_seStart(JA_SE_TALK_CURSOR, NULL, 0, 0);
|
||||
mDoAud_seStart(JA_SE_TALK_CURSOR);
|
||||
i_this->mInterFlag = 1;
|
||||
i_this->field_0x1ee = 30;
|
||||
i_this->field_0x1f0 = i_this->field_0x1ee;
|
||||
@@ -261,7 +261,7 @@ BOOL progSelDraw(dScnLogo_c* i_this) {
|
||||
}
|
||||
} else {
|
||||
if (CPad_CHECK_HOLD_LEFT(0) || g_mDoCPd_cpadInfo[0].mMainStickPosX < -0.5f) {
|
||||
mDoAud_seStart(JA_SE_TALK_CURSOR, NULL, 0, 0);
|
||||
mDoAud_seStart(JA_SE_TALK_CURSOR);
|
||||
i_this->mInterFlag = 0;
|
||||
i_this->field_0x1ee = 30;
|
||||
i_this->field_0x1f0 = i_this->field_0x1ee;
|
||||
@@ -271,9 +271,9 @@ BOOL progSelDraw(dScnLogo_c* i_this) {
|
||||
|
||||
if (CPad_CHECK_TRIG_A(0) || i_this->mTimer == 0) {
|
||||
if (i_this->mInterFlag == 0)
|
||||
mDoAud_seStart(JA_SE_TALK_WIN_CLOSE, NULL, 0, 0);
|
||||
mDoAud_seStart(JA_SE_TALK_WIN_CLOSE);
|
||||
else
|
||||
mDoAud_seStart(JA_SE_TALK_SEL_CANCEL, NULL, 0, 0);
|
||||
mDoAud_seStart(JA_SE_TALK_SEL_CANCEL);
|
||||
|
||||
const int temp = VERSION_SELECT(240, 540, 540);
|
||||
if (i_this->mTimer > temp) {
|
||||
|
||||
Reference in New Issue
Block a user