diff options
Diffstat (limited to 'home/map.asm')
-rw-r--r-- | home/map.asm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/home/map.asm b/home/map.asm index 1e409f0fc..558eaf59e 100644 --- a/home/map.asm +++ b/home/map.asm @@ -384,7 +384,7 @@ CheckIndoorMap:: ; 22f4 ret ; 2300 -; XXX +; unused cp INDOOR ret z cp GATE @@ -2075,7 +2075,6 @@ GetAnyMapHeaderPointer:: ; 0x2bed ; inputs: ; b = map group, c = map number -; XXX de = ??? ; outputs: ; hl points to the map header @@ -2247,7 +2246,7 @@ GetMapEnvironment:: ; 2c8a ret ; 2c98 - ret ; XXX + ret ; unused ; 2c99 GetAnyMapEnvironment:: ; 2c99 |