diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-01-05 11:05:01 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-01-05 11:05:01 +0100 |
commit | e9e8bf6eb14020d4a88a7cd4bca8539a2b45803e (patch) | |
tree | 63a602829016ebf9e96fb1ded325171680026a68 /engine/routines | |
parent | d68f96179358d8ec3099c6cfc9709ea068b5fa69 (diff) |
Predef_Flag -> Predef_FlagAction
Diffstat (limited to 'engine/routines')
-rw-r--r-- | engine/routines/flagpredef.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/routines/flagpredef.asm b/engine/routines/flagpredef.asm index 8074e9dbe..5b19950a1 100644 --- a/engine/routines/flagpredef.asm +++ b/engine/routines/flagpredef.asm @@ -1,4 +1,4 @@ -Predef_Flag: ; 4d7c1 +Predef_FlagAction: ; 4d7c1 ; Perform action b on flag c in flag array hl. ; If checking a flag, check flag array d:hl unless d is 0. |