diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-01-02 16:04:21 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-01-02 16:04:21 +0100 |
commit | 6f0b81504d6471afe7df6adae83791cc81933ca6 (patch) | |
tree | 0b82cb9aa2c8396a132e69756f342e3d39538cbc /home.asm | |
parent | 7a24703398aba3ab112ed770368805a17c601c03 (diff) |
More unreferenced labels cleanup
Diffstat (limited to 'home.asm')
-rw-r--r-- | home.asm | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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] |