mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Remove redundant comments
This commit is contained in:
parent
9ee2b59208
commit
14a2ea835e
@ -489,9 +489,9 @@ GetMapConnection::
|
|||||||
ReadMapSceneScripts::
|
ReadMapSceneScripts::
|
||||||
ld a, [hli] ; scene script count
|
ld a, [hli] ; scene script count
|
||||||
ld c, a
|
ld c, a
|
||||||
ld [wCurMapSceneScriptCount], a ; current map scene script count
|
ld [wCurMapSceneScriptCount], a
|
||||||
ld a, l
|
ld a, l
|
||||||
ld [wCurMapSceneScriptsPointer], a ; map scene script pointer
|
ld [wCurMapSceneScriptsPointer], a
|
||||||
ld a, h
|
ld a, h
|
||||||
ld [wCurMapSceneScriptsPointer + 1], a
|
ld [wCurMapSceneScriptsPointer + 1], a
|
||||||
ld a, c
|
ld a, c
|
||||||
|
Loading…
Reference in New Issue
Block a user