summaryrefslogtreecommitdiff
path: root/engine/flag_action_predef.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/flag_action_predef.asm')
-rw-r--r--engine/flag_action_predef.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/flag_action_predef.asm b/engine/flag_action_predef.asm
index df38bb87..dc516887 100644
--- a/engine/flag_action_predef.asm
+++ b/engine/flag_action_predef.asm
@@ -1,7 +1,7 @@
-FlagActionPredef: ; f4ec (3:74ec)
+FlagActionPredef:
call GetPredefRegisters
-FlagAction: ; f4ef (3:74ef)
+FlagAction:
; Perform action b on bit c
; in the bitfield at hl.
; 0: reset
@@ -70,4 +70,4 @@ FlagAction: ; f4ef (3:74ef)
pop de
pop hl
ld c, a
- ret \ No newline at end of file
+ ret