diff options
Diffstat (limited to 'engine/routines/flagpredef.asm')
-rw-r--r-- | engine/routines/flagpredef.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/routines/flagpredef.asm b/engine/routines/flagpredef.asm index bd4f37882..2a6d91ee1 100644 --- a/engine/routines/flagpredef.asm +++ b/engine/routines/flagpredef.asm @@ -1,5 +1,5 @@ -FlagPredef: ; 4d7c1 -; Perform action b on flag c in flag array hl. +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. |