summaryrefslogtreecommitdiff
path: root/home/map.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/map.asm')
-rw-r--r--home/map.asm4
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