Update 6.8

This commit is contained in:
chardub
2026-07-10 15:42:06 -04:00
parent 5b85e72cb2
commit 6a6f126a18
7871 changed files with 493194 additions and 224826 deletions
@@ -211,7 +211,11 @@ class Interpreter
#-----------------------------------------------------------------------------
def command_102
@message_waiting = true
command = pbShowCommands(nil, @list[@index].parameters[0], @list[@index].parameters[1])
cmd_texts = []
for cmd in @list[@index].parameters[0]
cmd_texts.push(_MAPINTL($game_map.map_id, cmd))
end
command = pbShowCommands(nil, cmd_texts, @list[@index].parameters[1])
@message_waiting = false
@branch[@list[@index].indent] = command
Input.update # Must call Input.update again to avoid extra triggers