summaryrefslogtreecommitdiff
path: root/home/flag.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-07-20 18:59:26 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2015-07-20 18:59:26 -0400
commit06673cbee76630f4049da1ce763d27d4eb967432 (patch)
tree1a3cf91487ada1e0debc421058a94d758c92a0af /home/flag.asm
parentd9300a9becc9aa699b7191f87d8b493a93139ba2 (diff)
Named more specials, fixed a missing EOL
Diffstat (limited to 'home/flag.asm')
-rw-r--r--home/flag.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/home/flag.asm b/home/flag.asm
index 479a51c33..389dd4910 100644
--- a/home/flag.asm
+++ b/home/flag.asm
@@ -1,11 +1,11 @@
-Function2e50:: ; 2e50
+ResetMapBufferEventFlags:: ; 2e50
xor a
ld hl, EventFlags
ld [hli], a
ret
; 2e56
-Function2e56:: ; 2e56
+ResetBikeFlags:: ; 2e56
xor a
ld hl, BikeFlags
ld [hli], a
@@ -13,8 +13,8 @@ Function2e56:: ; 2e56
ret
; 2e5d
-Function2e5d:: ; 2e5d
- ld a, [wd19a]
+ResetFlashIfOutOfCave:: ; 2e5d
+ ld a, [wRoofPalette]
cp $2
jr z, .asm_2e69
cp $1