You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Identify some more labels
This commit is contained in:
@@ -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
|
||||
|
@@ -1312,7 +1312,7 @@ UpdateBGMapColumn::
|
||||
ldh [hBGMapTileCount], a
|
||||
ret
|
||||
|
||||
Function2816:: ; unreferenced
|
||||
ClearBGMapBuffer:: ; unreferenced
|
||||
ld hl, wBGMapBuffer
|
||||
ld bc, wBGMapBufferEnd - wBGMapBuffer
|
||||
xor a
|
||||
|
@@ -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]
|
||||
|
@@ -720,7 +720,7 @@ PlaceNthMenuStrings::
|
||||
call PlaceString
|
||||
ret
|
||||
|
||||
Function1f9e:: ; unreferenced
|
||||
GetNthMenuStrings:: ; unreferenced
|
||||
call GetMenuDataPointerTableEntry
|
||||
inc hl
|
||||
inc hl
|
||||
|
Reference in New Issue
Block a user