diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/audio.asm | 5 | ||||
-rw-r--r-- | home/map.asm | 2 | ||||
-rw-r--r-- | home/map_objects.asm | 4 | ||||
-rw-r--r-- | home/menu.asm | 2 |
4 files changed, 6 insertions, 7 deletions
diff --git a/home/audio.asm b/home/audio.asm index 9b750d49..410dad55 100644 --- a/home/audio.asm +++ b/home/audio.asm @@ -440,9 +440,8 @@ GetMapMusic_MaybeSpecial:: call GetMapMusic ret -Function3f7d:: ; 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 diff --git a/home/map.asm b/home/map.asm index 0fa63ec0..8a138be8 100644 --- a/home/map.asm +++ b/home/map.asm @@ -1217,7 +1217,7 @@ UpdateBGMapColumn:: ldh [hBGMapTileCount], a ret -Function2939:: ; unreferenced +ClearBGMapBuffer:: ; unreferenced ld hl, wBGMapBuffer ld bc, wBGMapBufferEnd - wBGMapBuffer xor a diff --git a/home/map_objects.asm b/home/map_objects.asm index 0b57e211..d811d421 100644 --- a/home/map_objects.asm +++ b/home/map_objects.asm @@ -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] diff --git a/home/menu.asm b/home/menu.asm index 020b68e1..3370ff0d 100644 --- a/home/menu.asm +++ b/home/menu.asm @@ -676,7 +676,7 @@ PlaceNthMenuStrings:: call PlaceString ret -Function1e08:: ; unreferenced +GetNthMenuStrings:: ; unreferenced call GetMenuDataPointerTableEntry inc hl inc hl |