Remove all address comments

This commit is contained in:
mid-kid
2018-06-24 16:09:41 +02:00
parent 131875d3e3
commit 1d9a68dbdd
616 changed files with 12133 additions and 20380 deletions

View File

@@ -9,7 +9,7 @@ DisableSpriteUpdates:: ; 0x2ed3
ret
; 0x2ee4
EnableSpriteUpdates:: ; 2ee4
EnableSpriteUpdates::
ld a, $1
ld [wSpriteUpdatesEnabled], a
ld a, [wVramState]
@@ -18,4 +18,3 @@ EnableSpriteUpdates:: ; 2ee4
ld a, $1
ld [hMapAnims], a
ret
; 2ef6