![]() |
Routines |
| Prev: 9231 | Up: Map | Next: 9274 |
|
Sets CHARS=$EF39 and draws the static background (frame_prostitute_anal_bg). Sets CHARS=$F151 and draws the first animation frame (frame_prostitute_anal_frame_1). Delays 7 ticks.
Loops 21 times via anal_anim_loop: pass 19 → prostitute speech bubble via prostitute_room_bubble pass 7 → clear bubble via clear_room_bubble pass 4 → hero reply bubble via hero_room_bubble
On exit draws the clear-hero-bubble frame (frame_clear_hero_r3c18).
|
||||
| anal_seq | 9246 | LD DE,$EF39 | Set CHARS=$EF39, draw static background (frame_prostitute_anal_bg) | |
| 9249 | CALL set_chars | |||
| 924C | LD HL,$92D6 | |||
| 924F | CALL draw_frame | |||
| 9252 | LD DE,$F151 | Set CHARS=$F151, draw animation frame 1 (frame_prostitute_anal_frame_1) | ||
| 9255 | CALL set_chars | |||
| 9258 | LD HL,$9392 | |||
| 925B | CALL draw_frame | |||
| 925E | LD A,$07 | Delay 7 | ||
| 9260 | CALL delay_a | |||
| 9263 | LD B,$15 | B = 21 (loop count) | ||
| 9265 | CALL anal_anim_loop | Animation loop (anal_anim_loop) | ||
| 9268 | LD A,$03 | Delay 3 | ||
| 926A | CALL delay_a | |||
| 926D | LD HL,$943F | Draw frame frame_clear_hero_r3c18 | ||
| 9270 | CALL draw_frame | |||
| 9273 | RET | |||
| Prev: 9231 | Up: Map | Next: 9274 |