Fix triple newlines left over from removing address comments
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
; Functions to copy data from ROM.
|
||||
|
||||
|
||||
Get2bpp_2::
|
||||
ld a, [rLCDC]
|
||||
bit rLCDC_ENABLE, a
|
||||
@@ -95,13 +94,11 @@ OldDMATransfer::
|
||||
ret
|
||||
|
||||
|
||||
|
||||
ReplaceKrisSprite::
|
||||
farcall _ReplaceKrisSprite
|
||||
ret
|
||||
|
||||
|
||||
|
||||
LoadStandardFont::
|
||||
farcall _LoadStandardFont
|
||||
ret
|
||||
@@ -111,7 +108,6 @@ LoadFontsBattleExtra::
|
||||
ret
|
||||
|
||||
|
||||
|
||||
LoadFontsExtra::
|
||||
farcall _LoadFontsExtra1
|
||||
farcall _LoadFontsExtra2
|
||||
@@ -140,7 +136,6 @@ DecompressRequest2bpp::
|
||||
ret
|
||||
|
||||
|
||||
|
||||
FarCopyBytes::
|
||||
; copy bc bytes from a:hl to de
|
||||
|
||||
@@ -156,7 +151,6 @@ FarCopyBytes::
|
||||
rst Bankswitch
|
||||
ret
|
||||
|
||||
|
||||
FarCopyBytesDouble::
|
||||
; Copy bc bytes from a:hl to bc*2 bytes at de,
|
||||
; doubling each byte in the process.
|
||||
@@ -194,7 +188,6 @@ FarCopyBytesDouble::
|
||||
rst Bankswitch
|
||||
ret
|
||||
|
||||
|
||||
Request2bpp::
|
||||
; Load 2bpp at b:de to occupy c tiles of hl.
|
||||
ld a, [hBGMapMode]
|
||||
@@ -269,7 +262,6 @@ Request2bpp::
|
||||
ld c, a
|
||||
jr .loop
|
||||
|
||||
|
||||
Request1bpp::
|
||||
; Load 1bpp at b:de to occupy c tiles of hl.
|
||||
ld a, [hBGMapMode]
|
||||
@@ -344,7 +336,6 @@ Request1bpp::
|
||||
ld c, a
|
||||
jr .loop
|
||||
|
||||
|
||||
Get2bpp::
|
||||
ld a, [rLCDC]
|
||||
bit rLCDC_ENABLE, a
|
||||
@@ -374,7 +365,6 @@ Copy2bpp::
|
||||
|
||||
jp FarCopyBytes
|
||||
|
||||
|
||||
Get1bpp::
|
||||
ld a, [rLCDC]
|
||||
bit rLCDC_ENABLE, a
|
||||
|
Reference in New Issue
Block a user