Identify some more labels

This commit is contained in:
Rangi
2020-06-22 16:30:13 -04:00
parent e0d07fba3f
commit 61847b3596
10 changed files with 19 additions and 20 deletions

View File

@@ -467,9 +467,8 @@ GetMapMusic_MaybeSpecial::
call GetMapMusic
ret
Function3d9f:: ; unreferenced
; Places a BCD number at the
; upper center of the screen.
PlaceBCDNumberSprite:: ; unreferenced
; Places a BCD number at the upper center of the screen.
ld a, 4 * TILE_WIDTH
ld [wVirtualOAMSprite38YCoord], a
ld [wVirtualOAMSprite39YCoord], a

View File

@@ -1312,7 +1312,7 @@ UpdateBGMapColumn::
ldh [hBGMapTileCount], a
ret
Function2816:: ; unreferenced
ClearBGMapBuffer:: ; unreferenced
ld hl, wBGMapBuffer
ld bc, wBGMapBufferEnd - wBGMapBuffer
xor a

View File

@@ -300,13 +300,13 @@ CheckObjectTime::
scf
ret
; unused
CopyMapObjectStruct:: ; unreferenced
ldh [hMapObjectIndexBuffer], a
call GetMapObject
call CopyObjectStruct
ret
_CopyObjectStruct::
UnmaskCopyMapObjectStruct::
ldh [hMapObjectIndexBuffer], a
call UnmaskObject
ldh a, [hMapObjectIndexBuffer]

View File

@@ -720,7 +720,7 @@ PlaceNthMenuStrings::
call PlaceString
ret
Function1f9e:: ; unreferenced
GetNthMenuStrings:: ; unreferenced
call GetMenuDataPointerTableEntry
inc hl
inc hl