From 54c790a63c0af04f7489f7d68764c38718dda7a5 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sun, 16 Nov 2025 10:48:02 -0800 Subject: [PATCH] fix notes on get_slot_meseta --- src/QuestScript.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/QuestScript.cc b/src/QuestScript.cc index df660686..984bed86 100644 --- a/src/QuestScript.cc +++ b/src/QuestScript.cc @@ -2455,8 +2455,8 @@ static const QuestScriptOpcodeDefinition opcode_defs[] = { // Returns the amount of Meseta the player has in both their inventory and // bank. - // regA = returned Meseta amount in inventory - // regB = returned Meseta amount in bank + // regsA[0] = returned Meseta amount in inventory + // regsA[1] = returned Meseta amount in bank {0xF91F, "get_slot_meseta", nullptr, {{W_REG_SET_FIXED, 2}}, F_V3_V4}, // Returns a player's level.