summaryrefslogtreecommitdiff
path: root/engine/routines/flagpredef.asm
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2018-01-16 14:30:10 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2018-01-16 14:39:28 -0500
commit80480821142d7a7b16dd2b1a98a213e7b389af0f (patch)
tree1e44bf0ba8f410e4debe309295dd389e3f418d8e /engine/routines/flagpredef.asm
parent2b823389208c7c3691109ad751ccc39aa2408387 (diff)
Remove Predef_ prefix from routines listed in PredefPointers
Diffstat (limited to 'engine/routines/flagpredef.asm')
-rw-r--r--engine/routines/flagpredef.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/routines/flagpredef.asm b/engine/routines/flagpredef.asm
index 676960c31..2a6d91ee1 100644
--- a/engine/routines/flagpredef.asm
+++ b/engine/routines/flagpredef.asm
@@ -1,4 +1,4 @@
-Predef_SmallFarFlagAction: ; 4d7c1
+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.