diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-02 14:37:02 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-02 14:37:02 -0500 |
commit | 72af3337fd8746c51aac273b6c056209e73c7ae0 (patch) | |
tree | 661d1515bcee017ce4652bc02d0691e00992ec9a /home/map.asm | |
parent | e0d6e9ca7acf8a23ad70fad405ddf1073dcd4291 (diff) |
No more NONE
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 |