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/map.asm | |
parent | f680408489f026cce3d1d3344bc3d944a679e5aa (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 0fa63ec0..8a138be8 100644 --- a/home/map.asm +++ b/home/map.asm @@ -1217,7 +1217,7 @@ UpdateBGMapColumn:: ldh [hBGMapTileCount], a ret -Function2939:: ; unreferenced +ClearBGMapBuffer:: ; unreferenced ld hl, wBGMapBuffer ld bc, wBGMapBufferEnd - wBGMapBuffer xor a |