diff options
Diffstat (limited to 'home/audio.asm')
-rw-r--r-- | home/audio.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/home/audio.asm b/home/audio.asm index e5e7bb8af..f904e9599 100644 --- a/home/audio.asm +++ b/home/audio.asm @@ -502,10 +502,9 @@ GetMapMusic:: ; 3d97 ret ; 3d9f -Function3d9f:: ; 3d9f +Unreferenced_Function3d9f:: ; 3d9f ; Places a BCD number at the ; upper center of the screen. -; Unreferenced. ld a, 4 * TILE_WIDTH ld [Sprite39YCoord], a ld [Sprite40YCoord], a |