From e0b184c057db27e3fa873b9a05bf3e5a3820dff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=82=E3=81=8F?= Date: Fri, 12 Aug 2022 01:10:50 +0900 Subject: [PATCH] Scripts: add new region to otp generator (#1582) --- scripts/otp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/otp.py b/scripts/otp.py index 7b2378d1..48056fd2 100755 --- a/scripts/otp.py +++ b/scripts/otp.py @@ -24,6 +24,7 @@ OTP_REGIONS = { "eu_ru": 0x01, "us_ca_au": 0x02, "jp": 0x03, + "world": 0x04, } OTP_DISPLAYS = {