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 @@
LoadFishingGFX: ; b84b3
LoadFishingGFX:
ld a, [rVBK]
push af
ld a, $1
@@ -23,9 +23,8 @@ LoadFishingGFX: ; b84b3
pop af
ld [rVBK], a
ret
; b84e3
.LoadGFX: ; b84e3
.LoadGFX:
lb bc, BANK(FishingGFX), 2
push de
call Get2bpp
@@ -35,12 +34,9 @@ LoadFishingGFX: ; b84b3
ld d, h
ld e, l
ret
; b84f2
FishingGFX: ; b84f2
FishingGFX:
INCBIN "gfx/overworld/chris_fish.2bpp"
; b8582
KrisFishingGFX: ; b8582
KrisFishingGFX:
INCBIN "gfx/overworld/kris_fish.2bpp"
; b8612