diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-22 16:30:13 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-22 16:30:13 -0400 |
commit | 61847b3596807fd5789c800139af624bcac32e7a (patch) | |
tree | 084f9a798e73322f6c50ac3bea91b3d2c5594123 /home/audio.asm | |
parent | e0d07fba3fbc5e5923d3f523afe386ad3fab1393 (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 d9e04dd92..c2d60adb0 100644 --- a/home/audio.asm +++ b/home/audio.asm @@ -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 |