More unreferenced labels cleanup

This commit is contained in:
xCrystal
2018-01-02 16:04:21 +01:00
parent 7a24703398
commit 6f0b81504d
48 changed files with 89 additions and 130 deletions

View File

@@ -502,10 +502,9 @@ GetMapMusic:: ; 3d97
ret
; 3d9f
Function3d9f:: ; 3d9f
Unreferenced_Function3d9f:: ; 3d9f
; Places a BCD number at the
; upper center of the screen.
; Unreferenced.
ld a, 4 * 8
ld [Sprites + 38 * 4], a
ld [Sprites + 39 * 4], a

View File

@@ -1,8 +1,7 @@
; LCD handling
Function547:: ; 547
; Unreferenced
Unreferenced_Function547:: ; 547
ld a, [hLCDCPointer]
cp rSCX - $ff00
ret nz

View File

@@ -1383,7 +1383,7 @@ UpdateBGMapColumn:: ; 27f8
ret
; 2816
; unreferenced
Unreferenced_Function2816::
ld hl, BGMapBuffer
ld bc, BGMapBufferEnd - BGMapBuffer
xor a

View File

@@ -28,8 +28,7 @@ MenuTextBox:: ; 1d4f
jp PrintText
; 1d57
ret_1d57:: ; 1d57
; unreferenced
; unused
ret
; 1d58
@@ -453,8 +452,7 @@ PlaceNthMenuStrings:: ; 1f8d
ret
; 1f9e
Function1f9e:: ; 1f9e
; unreferenced
Unreferenced_Function1f9e:: ; 1f9e
call GetMenuDataPointerTableEntry
inc hl
inc hl

View File

@@ -127,8 +127,7 @@ Timer:: ; 3e93
reti
; 3ed7
Function3ed7:: ; 3ed7
; unreferenced
Unreferenced_Function3ed7:: ; 3ed7
ld [$dc02], a
ld a, [hROMBank]
push af
@@ -160,8 +159,7 @@ Function3eea:: ; 3eea
ret
; 3efd
Function3efd:: ; 3efd
; unreferenced
Unreferenced_Function3efd:: ; 3efd
push hl
hlcoord 0, 12
ld b, 4

View File

@@ -240,7 +240,7 @@ PrintWinLossText:: ; 3718
cp BATTLETYPE_CANLOSE
jr .canlose ; ??????????
; unreferenced
; unused
ld hl, wWinTextPointer
jr .ok