shithub: pokecrystal

Download patch

ref: 14a2ea835edc0fdd52b04ecd010a0c123471e0c6
parent: 9ee2b592083ebaa9fd141406d4c90d5604460c69
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Sun Sep 9 11:15:33 EDT 2018

Remove redundant comments

--- a/home/map.asm
+++ b/home/map.asm
@@ -489,9 +489,9 @@
 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