summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-02-07 16:24:16 -0800
committerYamaArashi <shadow962@live.com>2015-02-07 16:24:16 -0800
commit4fd7a42b235b68ffc11d4f02305b695c2ed05549 (patch)
treede8727d33beb886cb451a8d5e693ee46aafde55d /home.asm
parent72265ab92abd235c2af6d26ae76dd0dcaecfd6ac (diff)
commented battle stuff
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home.asm b/home.asm
index 00da859a..be56a70a 100644
--- a/home.asm
+++ b/home.asm
@@ -4046,7 +4046,7 @@ PlaceMenuCursor:: ; 3b7c (0:3b7c)
and a ; was the previous menu id 0?
jr z,.checkForArrow1
push af
- ld a,[$fff6]
+ ld a,[hFlags_0xFFF6]
bit 1,a ; is the menu double spaced?
jr z,.doubleSpaced1
ld bc,20
@@ -4072,7 +4072,7 @@ PlaceMenuCursor:: ; 3b7c (0:3b7c)
and a
jr z,.checkForArrow2
push af
- ld a,[$fff6]
+ ld a,[hFlags_0xFFF6]
bit 1,a ; is the menu double spaced?
jr z,.doubleSpaced2
ld bc,20