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 /engine/map_objects.asm | |
parent | 7a24703398aba3ab112ed770368805a17c601c03 (diff) |
More unreferenced labels cleanup
Diffstat (limited to 'engine/map_objects.asm')
-rw-r--r-- | engine/map_objects.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/engine/map_objects.asm b/engine/map_objects.asm index fe3c13a13..b0cc073a6 100644 --- a/engine/map_objects.asm +++ b/engine/map_objects.asm @@ -418,8 +418,7 @@ UpdatePlayerStep: ; 4738 ret ; 4759 -Function4759: ; 4759 -; unreferenced +Unreferenced_Function4759: ; 4759 push bc ld e, a ld d, 0 |