Routines |
Prev: 45723 | Up: Map | Next: 45779 |
|
||||||||||
45766 | LD E,A | Load inventory slot number into DE... | ||||||||
45767 | LD D,0 | ... | ||||||||
45769 | ADD HL,DE | Add to HL as offset | ||||||||
45770 | LD A,(HL) | Load index of object in that slot into A | ||||||||
45771 | LD (41779),A | Set this object as the Current Object | ||||||||
45774 | LD DE,45779 | Point DE at instruction to print name of Current Object... | ||||||||
45777 | JR 45795 | ...print in command summary window at top of screen and return |
Prev: 45723 | Up: Map | Next: 45779 |