From 4dce37ba2ba9fcd5a31f935fd6c617f001244dbe Mon Sep 17 00:00:00 2001 From: Christian Kobril Date: Thu, 7 Dec 2023 00:33:05 +0100 Subject: [PATCH 1/2] Update SIM-PROTOCOL.md generation description Gen should be from "1 to 9" instead of from "1 to 7" --- sim/SIM-PROTOCOL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sim/SIM-PROTOCOL.md b/sim/SIM-PROTOCOL.md index 25476b09478d..54e1ffaeb680 100644 --- a/sim/SIM-PROTOCOL.md +++ b/sim/SIM-PROTOCOL.md @@ -63,8 +63,8 @@ The beginning of a battle will look something like this: `|gen|GENNUM` -> Generation number, from 1 to 7. Stadium counts as its respective gens; -> Let's Go counts as 7, and modded formats count as whatever gen they were +> Generation number, from 1 to 9. Stadium counts as its respective gens; +> Let's Go counts as 9, and modded formats count as whatever gen they were > based on. `|tier|FORMATNAME` From 5ab40799816d7769f78e5cf0af746bcc29203cf1 Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Fri, 8 Dec 2023 03:36:40 -0600 Subject: [PATCH 2/2] Fix Let's Go gen --- sim/SIM-PROTOCOL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim/SIM-PROTOCOL.md b/sim/SIM-PROTOCOL.md index 54e1ffaeb680..da81c7590fda 100644 --- a/sim/SIM-PROTOCOL.md +++ b/sim/SIM-PROTOCOL.md @@ -64,7 +64,7 @@ The beginning of a battle will look something like this: `|gen|GENNUM` > Generation number, from 1 to 9. Stadium counts as its respective gens; -> Let's Go counts as 9, and modded formats count as whatever gen they were +> Let's Go counts as 7, and modded formats count as whatever gen they were > based on. `|tier|FORMATNAME`