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 @@
HandleStoneQueue:: ; 3567
HandleStoneQueue::
ld a, [hROMBank]
push af
@@ -9,9 +9,8 @@ HandleStoneQueue:: ; 3567
ld a, b
rst Bankswitch
ret
; 3574
.WarpAction: ; 3574
.WarpAction:
ld hl, OBJECT_MAP_OBJECT_INDEX
add hl, de
ld a, [hl]
@@ -35,9 +34,8 @@ HandleStoneQueue:: ; 3567
.nope
and a
ret
; 3599
.IsObjectOnWarp: ; 3599
.IsObjectOnWarp:
push de
ld hl, OBJECT_NEXT_MAP_X
@@ -56,9 +54,8 @@ HandleStoneQueue:: ; 3567
pop de
ret
; 35b0
.check_on_warp ; 35b0
.check_on_warp
ld hl, wCurrMapWarpsPointer
ld a, [hli]
ld h, [hl]
@@ -102,9 +99,8 @@ HandleStoneQueue:: ; 3567
inc a
scf
ret
; 35de
.IsObjectInStoneTable: ; 35de
.IsObjectInStoneTable:
inc e
ld hl, CMDQUEUE_ADDR
add hl, bc
@@ -140,4 +136,3 @@ HandleStoneQueue:: ; 3567
.yes
scf
ret
; 3600