This commit is contained in:
2026-06-02 19:59:17 +09:30
parent e77f4cad82
commit 3f2c4a0ba9
+2 -2
View File
@@ -46,7 +46,7 @@ ForEach-Object {
msgbox $postbattle, $messagebox msgbox $postbattle, $messagebox
end end
$($eventScript)Rematch:: $($eventScript)Rematch::
trainerbattle_rematch $trainer, $introText, $defeatText trainerbattle_rematch $trainer, $introText, $defeatText
msgbox $postbattle, $messagebox msgbox $postbattle, $messagebox
end" end"
@@ -68,7 +68,7 @@ ForEach-Object {
msgbox $postbattle, $messagebox msgbox $postbattle, $messagebox
end end
$($eventScript)Rematch:: $($eventScript)Rematch::
trainerbattle_rematch_double $trainer, $introText, $defeatText, $notenoughmons trainerbattle_rematch_double $trainer, $introText, $defeatText, $notenoughmons
msgbox $postbattle, $messagebox msgbox $postbattle, $messagebox
end" end"