summaryrefslogtreecommitdiff
path: root/home/map.asm
diff options
context:
space:
mode:
author2Tie <foxman95@ymail.com>2018-06-17 11:16:28 -0600
committer2Tie <foxman95@ymail.com>2018-06-17 11:16:28 -0600
commitb095e626305a4c99f8b14c46b46c1bf97fe00262 (patch)
tree4a69814d4be138c3a3e374f764fae41756018d6d /home/map.asm
parent130f5f1bb94ddcc609b5b5344a72d803b68a1102 (diff)
some more tidying up
Diffstat (limited to 'home/map.asm')
-rw-r--r--home/map.asm10
1 files changed, 4 insertions, 6 deletions
diff --git a/home/map.asm b/home/map.asm
index 1f7c27d..a13a2d4 100644
--- a/home/map.asm
+++ b/home/map.asm
@@ -1612,9 +1612,7 @@ Function2ae5::
ret nz
call OverworldStartButtonCheck
ret nz
- ld hl, PlaceWaitingText
- ld a, $3
- call FarCall_hl
+ callab Functionc000
ldh a, [hMapEntryMethod]
and a
ret nz
@@ -1634,7 +1632,7 @@ Function2b39::
ld hl, wJoypadFlags
res 4, [hl]
res 6, [hl]
- ld hl, wce63
+ ld hl, wDebugFlags
res 6, [hl]
res 7, [hl]
ld hl, wVramState
@@ -1714,8 +1712,8 @@ Function2ba8:: ; 00:2ba8
scf
ret
-Function2be5:: ; 00:2be5
- ld a, [wce63]
+Function2be5:: ; 00:2be5 ; TODO
+ ld a, [wDebugFlags]
bit 7, a
ret nz
ld a, [wMapGroup]