diff options
author | mid-kid <esteve.varela@gmail.com> | 2018-06-25 02:10:37 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2018-06-25 02:10:37 +0200 |
commit | 5efce10789bc8291ca5517bdeaacab95459b3fdb (patch) | |
tree | 94eaaa56e9c7d869dd6ffe86be1abc0af3ccc2b9 /home/flag.asm | |
parent | 0cbe04da44744073c4c164df970b1571b1fda1a6 (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.asm | 5 |
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:: |