![]()  | 
Routines | 
| Prev: 62264 | Up: Map | Next: 62297 | 
| 
 | 
||||
| 
 
The player is asking to jump onto the straw, print "You've done that already." if the current room is 
The Inner Courtyard.
 
 | 
||||
| Process_JumpOntoStraw | 62283 | LD A,(42947) | Jump to Response_YouveDoneThatAlready if *CurrentRoom is equal to room 99: The Inner Courtyard. | |
| 62286 | CP 99 | |||
| 62288 | JP Z,Response_YouveDoneThatAlready | |||
| 
 
The player isn't in 
The Inner Courtyard, so send them there.
 
 | 
||||
| 62291 | LD A,99 | Call ChangeRoom with room 99: The Inner Courtyard. | ||
| 62293 | CALL ChangeRoom | |||
| 62296 | RET | Return. | ||
| Prev: 62264 | Up: Map | Next: 62297 |