Routines |
Prev: C6C2 | Up: Map | Next: C745 |
C72B | LD A,(IX+$00) | Set A0AF the x-position of entity | ||
C72E | LD ($A0AF),A | |||
C731 | LD A,(IX+$01) | Set A0B0 the y-position of entity | ||
C734 | LD ($A0B0),A | |||
C737 | LD A,(IX+$02) | Set A the direction of entity | ||
C73A | CALL $A503 | Point HL to the address into tile buffer of the tile under the entity | ||
C73D | LD DE,$0061 | |||
C740 | ADD HL,DE | |||
C741 | LD ($A01B),HL | Save at A01B to the address into tile buffer of the tile under the entity | ||
C744 | RET |
Prev: C6C2 | Up: Map | Next: C745 |