summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2018-01-02 16:04:21 +0100
committerxCrystal <rgr.crystal@gmail.com>2018-01-02 16:04:21 +0100
commit6f0b81504d6471afe7df6adae83791cc81933ca6 (patch)
tree0b82cb9aa2c8396a132e69756f342e3d39538cbc /home.asm
parent7a24703398aba3ab112ed770368805a17c601c03 (diff)
More unreferenced labels cleanup
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm6
1 files changed, 2 insertions, 4 deletions
diff --git a/home.asm b/home.asm
index e008bd835..5a993f743 100644
--- a/home.asm
+++ b/home.asm
@@ -57,8 +57,7 @@ INCLUDE "home/predef.asm"
INCLUDE "home/window.asm"
INCLUDE "home/flag.asm"
-Function2ebb:: ; 2ebb
-; unreferenced
+Unreferenced_Function2ebb:: ; 2ebb
ld a, [wMonStatusFlags]
bit 1, a
ret z
@@ -79,8 +78,7 @@ xor_a_dec_a:: ; 2ec8
ret
; 2ecb
-Function2ecb:: ; 2ecb
-; unreferenced
+Unreferenced_Function2ecb:: ; 2ecb
push hl
ld hl, wMonStatusFlags
bit 1, [hl]