summaryrefslogtreecommitdiff
path: root/home/flag.asm
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2018-10-11 11:37:19 +0200
committermid-kid <esteve.varela@gmail.com>2018-10-11 11:39:09 +0200
commitf52f20edb76fb40e183473ea23bf65acbe493c6c (patch)
tree3fc17d094e2c992f09834d52eaf5838707666516 /home/flag.asm
parente68713d20ef8e41d6dcd418a6a8138ceaee3883f (diff)
Rename CheckTrainerBattle
Renamed to be more in line with our current coding standards. Hopefully this is slightly more readable.
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