Identify some more WRAM labels

This commit is contained in:
Rangi
2019-04-19 11:35:27 -04:00
parent d5f5e6d5db
commit 45e3f6aca9
13 changed files with 47 additions and 38 deletions

View File

@@ -1,8 +1,8 @@
; Functions dealing with rendering and interacting with maps.
ClearUnusedC7E8::
ld hl, wUnusedC7E8
ld bc, wUnusedC7E8End - wUnusedC7E8
ClearUnusedMapBuffer::
ld hl, wUnusedMapBuffer
ld bc, wUnusedMapBufferEnd - wUnusedMapBuffer
ld a, 0
call ByteFill
ret