aboutsummaryrefslogtreecommitdiffstats
path: root/engine/flag_action_predef.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-06-11 17:51:03 -0700
committerGitHub <noreply@github.com>2016-06-11 17:51:03 -0700
commit54143d33fc1211fb0c949ba62633d1c8d94f2717 (patch)
tree9176ffc5b6384a48eb32ea8f33ac97d1d67f6865 /engine/flag_action_predef.asm
parentMerge pull request #14 from PikalaxALT/master (diff)
parentremove address comments (diff)
downloadpokeyellow-54143d33fc1211fb0c949ba62633d1c8d94f2717.tar.gz
pokeyellow-54143d33fc1211fb0c949ba62633d1c8d94f2717.tar.xz
pokeyellow-54143d33fc1211fb0c949ba62633d1c8d94f2717.zip
Merge pull request #13 from YamaArashi/master
remove address comments
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