![]() |
Routines |
| Prev: 41479 | Up: Map | Next: 41557 |
|
Used by the routine at 41479.
|
||||
|
Display the poem copy.
|
||||
| HandlerPoems | 41524 | CALL DisplayPoem | Call DisplayPoem. | |
|
Play music.
|
||||
| 41527 | LD HL,0 | HL=0000. | ||
| 41530 | LD DE,48435 | DE=MusicData_Poem. | ||
| 41533 | CALL PlayAudio | Call PlayAudio. | ||
|
Pause so the player has a chance to read and listen.
|
||||
| 41536 | LD B,8 | B=8. | ||
| 41538 | CALL Pause | Call Pause. | ||
| 41541 | CALL 44072 | Call 44072. | ||
| 41544 | CALL ClearPlayArea_Attributes | Call ClearPlayArea_Attributes. | ||
| 41547 | CALL ClearPlayArea | Call ClearPlayArea. | ||
| 41550 | CALL 48093 | Call 48093. | ||
| 41553 | CALL DrawEntity | Call DrawEntity. | ||
| 41556 | RET | Return. | ||
| Prev: 41479 | Up: Map | Next: 41557 |