diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-09-09 15:15:33 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-09-09 15:15:33 -0400 |
commit | 14a2ea835edc0fdd52b04ecd010a0c123471e0c6 (patch) | |
tree | 7ed52009ecf9b63ce37c7fc2f0cd6989fb57b009 | |
parent | 9ee2b592083ebaa9fd141406d4c90d5604460c69 (diff) |
Remove redundant comments
-rw-r--r-- | home/map.asm | 4 |
1 files 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 |