From 127911a65c311b2834261c76c63030a669f54493 Mon Sep 17 00:00:00 2001 From: Vortyne <104168801+Vortyne@users.noreply.github.com> Date: Wed, 9 Oct 2024 09:07:34 -0400 Subject: [PATCH] Minor comment --- scripts/SeafoamIslandsB3F.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/SeafoamIslandsB3F.asm b/scripts/SeafoamIslandsB3F.asm index fd2ce472bc..1f95ba8675 100644 --- a/scripts/SeafoamIslandsB3F.asm +++ b/scripts/SeafoamIslandsB3F.asm @@ -53,6 +53,7 @@ SeafoamIslandsB3FOnMapLoad:: res BIT_CUR_MAP_LOADED_1, [hl] ret z ; script constants were changed from older save file versions so potentially need to update them here to remove invalid values + ; TODO: remove later? ld hl, wSeafoamIslandsB3FCurScript ld a, [hl] cp SCRIPT_SEAFOAMISLANDSB3F_END