![]() |
Routines |
| Prev: 62434 | Up: Map | Next: 62460 |
|
Used by the routine at 62460.
|
||||
| 62438 | LD A,4 | 4: ERIC sitting in a chair | ||
|
This entry point is used by the routine at 62460 (with A=5/133) to make ERIC sit on the floor.
|
||||
| 62440 | PUSH AF | Save ERIC's new animatory state briefly | ||
| 62441 | CALL 29012 | Make a sitting-down sound effect | ||
| 62444 | POP AF | Restore ERIC's new animatory state to A | ||
| 62445 | LD HL,32755 | Initialise ERIC's main action timer at 32755 to 5 | ||
| 62448 | LD (HL),5 | |||
| 62450 | LD H,210 | 210=ERIC | ||
| 62452 | PUSH AF | Save the character's new animatory state briefly | ||
| 62453 | CALL 25012 | Update the SRB for the character's current animatory state | ||
| 62456 | POP AF | Restore the character's new animatory state to A | ||
| 62457 | JP 24880 | Update the character's animatory state and update the SRB | ||
| Prev: 62434 | Up: Map | Next: 62460 |