diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-22 16:29:53 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-22 16:29:53 -0400 |
commit | 659550583130eb0991a8e09a080480ef5c48940c (patch) | |
tree | 980b0d358a0d3f6bea91f89f8786be510d586690 /home/audio.asm | |
parent | f680408489f026cce3d1d3344bc3d944a679e5aa (diff) |
Identify some more labels
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 |