Remove even more address comments

That should be all of them this time
This commit is contained in:
mid-kid
2018-06-25 02:10:37 +02:00
parent 0cbe04da44
commit 5efce10789
698 changed files with 2243 additions and 4185 deletions

View File

@@ -1,4 +1,4 @@
DisableSpriteUpdates:: ; 0x2ed3
DisableSpriteUpdates::
xor a
ld [hMapAnims], a
ld a, [wVramState]
@@ -7,7 +7,6 @@ DisableSpriteUpdates:: ; 0x2ed3
ld a, $0
ld [wSpriteUpdatesEnabled], a
ret
; 0x2ee4
EnableSpriteUpdates::
ld a, $1