quill | Routines |
Prev: 65326 | Up: Map | Next: 65386 |
GET_OFFSETS | 65372 | LD A,(64226) | Read scale flag | |
65375 | AND A | Is scale 0? | ||
65376 | JP NZ,SCALE_OFFSETS | If not, apply scaling to parameters and return | ||
65379 | LD E,(IX+1) | Read X offset parameter | ||
65382 | LD D,(IX+2) | Read Y offset parameter | ||
65385 | RET |
Prev: 65326 | Up: Map | Next: 65386 |