summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/map.asm2
-rw-r--r--home/menu.asm2
2 files changed, 2 insertions, 2 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
diff --git a/home/menu.asm b/home/menu.asm
index a88545713..a42b29cd1 100644
--- a/home/menu.asm
+++ b/home/menu.asm
@@ -62,7 +62,7 @@ MenuDataHeader_0x1d75:: ; 1d75
db $40 ; tile backup
db 0, 0 ; start coords
db 17, 19 ; end coords
- dw NONE
+ dw 0
db 1 ; default option
; 1d7d