summaryrefslogtreecommitdiff
path: root/home/map.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-10-28 10:21:10 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-10-28 10:21:10 -0400
commit6d333bed5fde0c2da0a6a9df2ccae83933400e42 (patch)
tree0485e425e27cdb5d373bbd7fad10af5dfc00fbd5 /home/map.asm
parent446f1846b1c614ab1538d1ce11aa2781c22717f2 (diff)
Replace many '; unused' with '; unreferenced'
Diffstat (limited to 'home/map.asm')
-rw-r--r--home/map.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/home/map.asm b/home/map.asm
index 261e044d6..7bc67823d 100644
--- a/home/map.asm
+++ b/home/map.asm
@@ -2163,7 +2163,8 @@ GetMapEnvironment::
pop hl
ret
- ret ; unused
+Map_DummyFunction:: ; unreferenced
+ ret
GetAnyMapEnvironment::
push hl