summaryrefslogtreecommitdiff
path: root/home/flag.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/flag.asm')
-rw-r--r--home/flag.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/flag.asm b/home/flag.asm
index 442c811c2..5f1d783af 100644
--- a/home/flag.asm
+++ b/home/flag.asm
@@ -7,7 +7,7 @@ ResetMapBufferEventFlags:: ; 2e50
ResetBikeFlags:: ; 2e56
xor a
- ld hl, BikeFlags
+ ld hl, wBikeFlags
ld [hli], a
ld [hl], a
ret
@@ -22,7 +22,7 @@ ResetFlashIfOutOfCave:: ; 2e5d
ret
.asm_2e69
- ld hl, StatusFlags
+ ld hl, wStatusFlags
res 2, [hl]
ret
; 2e6f