Dynamite Dan
Routines
Prev:
D951
Up:
Map
Next:
D9AA
D9A7: Set the zero flag if D equals E
Used by the routine at
D951
.
D9A7
LD A,D
Compare
D
with
E
.
D9A8
CP E
D9A9
RET Z
Return if there's a match, otherwise continue to
D9AA
.
Prev:
D951
Up:
Map
Next:
D9AA