summaryrefslogtreecommitdiff
path: root/home/map.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-02 14:37:02 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-02 14:37:02 -0500
commit72af3337fd8746c51aac273b6c056209e73c7ae0 (patch)
tree661d1515bcee017ce4652bc02d0691e00992ec9a /home/map.asm
parente0d6e9ca7acf8a23ad70fad405ddf1073dcd4291 (diff)
No more NONE
Diffstat (limited to 'home/map.asm')
-rw-r--r--home/map.asm2
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