You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Fix triple newlines left over from removing address comments
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
|
||||
; This prevents the display and audio output from lagging.
|
||||
|
||||
|
||||
VBlank::
|
||||
push af
|
||||
push bc
|
||||
@@ -45,7 +44,6 @@ VBlank::
|
||||
dw VBlank6
|
||||
dw VBlank0 ; just in case
|
||||
|
||||
|
||||
VBlank0::
|
||||
; normal operation
|
||||
|
||||
@@ -114,7 +112,6 @@ VBlank0::
|
||||
call hTransferVirtualOAM
|
||||
.done_oam
|
||||
|
||||
|
||||
; vblank-sensitive operations are done
|
||||
|
||||
xor a
|
||||
@@ -147,7 +144,6 @@ VBlank0::
|
||||
|
||||
ret
|
||||
|
||||
|
||||
VBlank2::
|
||||
; sound only
|
||||
|
||||
@@ -165,7 +161,6 @@ VBlank2::
|
||||
ld [wVBlankOccurred], a
|
||||
ret
|
||||
|
||||
|
||||
VBlank1::
|
||||
; scx, scy
|
||||
; palettes
|
||||
@@ -232,7 +227,6 @@ VBlank1::
|
||||
ld [rIF], a
|
||||
ret
|
||||
|
||||
|
||||
UpdatePals::
|
||||
; update pals for either dmg or cgb
|
||||
|
||||
@@ -251,7 +245,6 @@ UpdatePals::
|
||||
and a
|
||||
ret
|
||||
|
||||
|
||||
VBlank3::
|
||||
; scx, scy
|
||||
; palettes
|
||||
@@ -316,7 +309,6 @@ VBlank3::
|
||||
ld [rIF], a
|
||||
ret
|
||||
|
||||
|
||||
VBlank4::
|
||||
; bg map
|
||||
; tiles
|
||||
@@ -348,7 +340,6 @@ VBlank4::
|
||||
rst Bankswitch
|
||||
ret
|
||||
|
||||
|
||||
VBlank5::
|
||||
; scx
|
||||
; palettes
|
||||
@@ -397,7 +388,6 @@ VBlank5::
|
||||
ld [rIE], a
|
||||
ret
|
||||
|
||||
|
||||
VBlank6::
|
||||
; palettes
|
||||
; tiles
|
||||
|
||||
Reference in New Issue
Block a user