summaryrefslogtreecommitdiff
path: root/home/flag.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/flag.asm')
-rw-r--r--home/flag.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/flag.asm b/home/flag.asm
index 411f04184..e481cb6f7 100644
--- a/home/flag.asm
+++ b/home/flag.asm
@@ -38,7 +38,7 @@ FlagAction::
; 1 SET_FLAG set bit
; 2 CHECK_FLAG check bit
; de: bit number
-; hl: index within bit table
+; hl: pointer to the flag array
; get index within the byte
ld a, e