Remove redundant comments

This commit is contained in:
Rangi 2018-09-09 15:15:33 -04:00
parent 9ee2b59208
commit 14a2ea835e

View File

@ -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