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

@@ -1,4 +1,4 @@
FarDecompress:: ; b40
FarDecompress::
; Decompress graphics data from a:hl to de.
ld [wLZBank], a
@@ -12,10 +12,9 @@ FarDecompress:: ; b40
pop af
rst Bankswitch
ret
; b50
Decompress:: ; b50
Decompress::
; Pokemon Crystal uses an lz variant for compression.
; This is mainly (but not necessarily) used for graphics.
@@ -340,4 +339,3 @@ LZ_LONG_HI EQU %00000011
.next
inc hl
jp .Main
; c2f