Use default parameter values in JORMContext calls where appropriate (#3057)

This commit is contained in:
Max Roncace
2026-01-19 21:18:30 -05:00
committed by GitHub
parent d83996c711
commit 1fba6e13e5
134 changed files with 5369 additions and 6826 deletions
+2 -2
View File
@@ -67,8 +67,8 @@ dmg_rod_HIO_c::dmg_rod_HIO_c() {
#if DEBUG
void dmg_rod_HIO_c::genMessage(JORMContext* ctx) {
// Fishing System
ctx->genLabel(" 釣りシステム ", 0x80000001, 0, NULL, 0xFFFF, 0xFFFF, 0x200, 0x18);
ctx->startComboBox("強制魚メッセージ出力", &force_fish_msg_output, 0, NULL, 0xFFFF, 0xFFFF, 0x100, 0x1A);
ctx->genLabel(" 釣りシステム ", 0x80000001);
ctx->startComboBox("強制魚メッセージ出力", &force_fish_msg_output);
ctx->genComboBoxItem("通常", 0); // Normal
ctx->genComboBoxItem("バス", 1); // Bass
ctx->genComboBoxItem("ドジョウ", 2); //Loach