diff options
Diffstat (limited to 'home/map.asm')
-rw-r--r-- | home/map.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/map.asm b/home/map.asm index a15e32893..d2a5b1771 100644 --- a/home/map.asm +++ b/home/map.asm @@ -2145,7 +2145,7 @@ GetMapBank:: ; 2c29 GetAnyMapBank:: ; 2c31 push hl push de - ld de, NONE + ld de, 0 call GetAnyMapHeaderMember ld a, c pop de |