From 7e112672b436afee27f1a5a0d6e7a5964e7829b2 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 11 Jun 2016 17:48:24 -0700 Subject: remove address comments --- engine/flag_action_predef.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engine/flag_action_predef.asm') 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 -- cgit v1.3.1-sl0p