summaryrefslogtreecommitdiff
path: root/home/flag.asm
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2018-06-25 02:10:37 +0200
committermid-kid <esteve.varela@gmail.com>2018-06-25 02:10:37 +0200
commit5efce10789bc8291ca5517bdeaacab95459b3fdb (patch)
tree94eaaa56e9c7d869dd6ffe86be1abc0af3ccc2b9 /home/flag.asm
parent0cbe04da44744073c4c164df970b1571b1fda1a6 (diff)
Remove even more address comments
That should be all of them this time
Diffstat (limited to 'home/flag.asm')
-rw-r--r--home/flag.asm5
1 files changed, 2 insertions, 3 deletions
diff --git a/home/flag.asm b/home/flag.asm
index 823582222..796c19880 100644
--- a/home/flag.asm
+++ b/home/flag.asm
@@ -25,12 +25,12 @@ ResetFlashIfOutOfCave::
ret
-EventFlagAction:: ; 0x2e6f
+EventFlagAction::
ld hl, wEventFlags
call FlagAction
ret
-FlagAction:: ; 0x2e76
+FlagAction::
; Perform action b on bit de in flag array hl.
; inputs:
@@ -96,7 +96,6 @@ FlagAction:: ; 0x2e76
and [hl]
ld [hl], a
ret
-; 0x2ead
CheckReceivedDex::