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/map.asm | |
parent | e0d07fba3fbc5e5923d3f523afe386ad3fab1393 (diff) |
Identify some more labels
Diffstat (limited to 'home/map.asm')
-rw-r--r-- | home/map.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/map.asm b/home/map.asm index b2bf2bc9f..dfebff9b7 100644 --- a/home/map.asm +++ b/home/map.asm @@ -1312,7 +1312,7 @@ UpdateBGMapColumn:: ldh [hBGMapTileCount], a ret -Function2816:: ; unreferenced +ClearBGMapBuffer:: ; unreferenced ld hl, wBGMapBuffer ld bc, wBGMapBufferEnd - wBGMapBuffer xor a |