From 16db468a99cc03f2bbd2578772171ea94471e37f Mon Sep 17 00:00:00 2001 From: ichee <22252639+ichee@users.noreply.github.com> Date: Tue, 18 Feb 2025 01:30:26 -0500 Subject: [PATCH] Update CompressedGraphicsModule.py --- coilsnake/modules/eb/CompressedGraphicsModule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coilsnake/modules/eb/CompressedGraphicsModule.py b/coilsnake/modules/eb/CompressedGraphicsModule.py index e0d5633a..0f170b56 100644 --- a/coilsnake/modules/eb/CompressedGraphicsModule.py +++ b/coilsnake/modules/eb/CompressedGraphicsModule.py @@ -89,7 +89,7 @@ class CompressedGraphicsModule(EbModule): NAME = "Compressed Graphics" FREE_RANGES = [(0x2021a8, 0x20ed02), # Town Map data (0x214ec1, 0x21ae7b), # Company Logos, "Produced by" and "Presented by", and Gas Station - (0x21ea50, 0x21f203)] # Town map icon graphics and palette + (0x21ea50, 0x21f202)] # Town map icon graphics and palette def __init__(self): super(CompressedGraphicsModule, self).__init__()