|  | Routines | 
| Prev: A479 | Up: Map | Next: A489 | 
| 
This is called when the hero should sit down in the mess hall for breakfast.
 
Used by the routine at character_event.
 | ||||
| hero_sits | A47F | LD HL,$6F58 | Set room definition 25's bench_G object (where the hero sits) to interiorobject_PRISONER_SAT_DOWN_END_TABLE | |
| A482 | LD (HL),$13 | |||
| A484 | LD HL,$A137 | Point HL at the hero_in_breakfast flag | ||
| A487 | JR hero_sit_sleep_common | Jump to hero_sit_sleep_common | ||
| Prev: A479 | Up: Map | Next: A489 |