summaryrefslogtreecommitdiff
path: root/engine/routines
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2018-01-07 11:53:20 +0100
committerxCrystal <rgr.crystal@gmail.com>2018-01-07 11:53:20 +0100
commit2c789b64b1bfa9ec33d805d06ad3a7141e3871f1 (patch)
tree21ff2114ad57e9c8260beaa65b27192e73c81517 /engine/routines
parente9e8bf6eb14020d4a88a7cd4bca8539a2b45803e (diff)
Predef_FlagAction -> Predef_SmallFarFlagAction
Diffstat (limited to 'engine/routines')
-rw-r--r--engine/routines/flagpredef.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/routines/flagpredef.asm b/engine/routines/flagpredef.asm
index 5b19950a1..676960c31 100644
--- a/engine/routines/flagpredef.asm
+++ b/engine/routines/flagpredef.asm
@@ -1,5 +1,5 @@
-Predef_FlagAction: ; 4d7c1
-; Perform action b on flag c in flag array hl.
+Predef_SmallFarFlagAction: ; 4d7c1
+; Perform action b on bit c in flag array hl.
; If checking a flag, check flag array d:hl unless d is 0.
; For longer flag arrays, see FlagAction.