diff options
Diffstat (limited to 'home/audio.asm')
-rw-r--r-- | home/audio.asm | 5 |
1 files changed, 2 insertions, 3 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 |