mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Remove redundant comments
This commit is contained in:
parent
9ee2b59208
commit
14a2ea835e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user