From 14a2ea835edc0fdd52b04ecd010a0c123471e0c6 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 9 Sep 2018 15:15:33 -0400 Subject: [PATCH] Remove redundant comments --- home/map.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/map.asm b/home/map.asm index 7ecfafc7b..b6f30f7c7 100644 --- a/home/map.asm +++ b/home/map.asm @@ -489,9 +489,9 @@ GetMapConnection:: ReadMapSceneScripts:: ld a, [hli] ; scene script count ld c, a - ld [wCurMapSceneScriptCount], a ; current map scene script count + ld [wCurMapSceneScriptCount], a ld a, l - ld [wCurMapSceneScriptsPointer], a ; map scene script pointer + ld [wCurMapSceneScriptsPointer], a ld a, h ld [wCurMapSceneScriptsPointer + 1], a ld a, c