diff options
Diffstat (limited to 'home/map.asm')
-rw-r--r-- | home/map.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/map.asm b/home/map.asm index 2701f477..cc2c4ddc 100644 --- a/home/map.asm +++ b/home/map.asm @@ -2009,7 +2009,8 @@ GetMapEnvironment:: pop hl ret - ret ; unused +Map_DummyFunction:: ; unreferenced + ret GetAnyMapEnvironment:: push hl |