You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Remove all address comments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user