diff options
Diffstat (limited to 'engine/smallflag.asm')
-rw-r--r-- | engine/smallflag.asm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/engine/smallflag.asm b/engine/smallflag.asm index 22819e5d5..04cbfcc23 100644 --- a/engine/smallflag.asm +++ b/engine/smallflag.asm @@ -33,9 +33,10 @@ SmallFarFlagAction: ; What are we doing to this flag? dec b - jr z, .set ; 1 + jr z, .set ; 1 = SET_FLAG dec b - jr z, .check ; 2 + jr z, .check ; 2 = CHECK_FLAG +; 0 = RESET_FLAG .reset ld a, c |