From 53e8130c9cfed08e7b4533193f81ea2fda01810d Mon Sep 17 00:00:00 2001 From: Duck <31627079+duckboycool@users.noreply.github.com> Date: Fri, 19 Dec 2025 06:53:24 -0700 Subject: [PATCH] Yugioh: Add space in concatenated string (#5695) * Add spaces * Revert wrong one * Add right one --- worlds/yugioh06/rom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/yugioh06/rom.py b/worlds/yugioh06/rom.py index 3ac10f9ea4..a61c3a6f42 100644 --- a/worlds/yugioh06/rom.py +++ b/worlds/yugioh06/rom.py @@ -145,7 +145,7 @@ def get_base_rom_bytes(file_name: str = "") -> bytes: md5hash = basemd5.hexdigest() if MD5Europe != md5hash and MD5America != md5hash: raise Exception( - "Supplied Base Rom does not match known MD5 for" + "Supplied Base Rom does not match known MD5 for " "Yu-Gi-Oh! World Championship 2006 America or Europe " "Get the correct game and version, then dump it" )