![]() |
Routines |
Prev: F12E | Up: Map | Next: F155 |
|
||||
Action_Look | F14B | CALL Parser_ValidateNoDirectObject | Call Parser_ValidateNoDirectObject. | |
The "LOOK" command can only be called on its own.
|
||||
F14E | RET C | Return if there's any token set in UserInput_Token_2. | ||
F14F | LD E,$01 | Call Handler_DisplayRoomImage with E set to 01 (which will force any room images to be re-displayed). | ||
F151 | CALL Handler_DisplayRoomImage | |||
F154 | RET | Return. |
Prev: F12E | Up: Map | Next: F155 |