Routines
Prev:
D206
Up:
Map
Next:
D224
D21C: Routine at D21C
Used by the routines at
D249
,
D2F2
and
D526
.
D21C
PUSH BC
Stash
BC
on the stack.
D21D
LD B,A
B
=
A
.
D21E
CALL
FetchNextObject
Call
FetchNextObject
.
D221
LD A,B
A
=
B
.
D222
POP BC
Restore
BC
from the stack.
D223
RET
Return.
Prev:
D206
Up:
Map
Next:
D224