diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-07-20 18:59:26 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-07-20 18:59:26 -0400 |
commit | 06673cbee76630f4049da1ce763d27d4eb967432 (patch) | |
tree | 1a3cf91487ada1e0debc421058a94d758c92a0af /home/map.asm | |
parent | d9300a9becc9aa699b7191f87d8b493a93139ba2 (diff) |
Named more specials, fixed a missing EOL
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 01c3b5824..b93435517 100644 --- a/home/map.asm +++ b/home/map.asm @@ -1,6 +1,6 @@ ; Functions dealing with rendering and interacting with maps. -Function210f:: ; 210f +Clearwc7e8:: ; 210f ld hl, wc7e8 ld bc, $0018 ld a, $0 |