![]() |
Routines |
| Prev: 9014 | Up: Map | Next: 90B1 |
|
Sets CHARS=$EB31 and draws the static scene background (frame_prostitute_vaginal_bg). Switches to CHARS=$EDB9 and draws the first animation frame (frame_prostitute_vaginal_1). Delays 9 ticks.
Loops 25 times via vaginal_anim_loop, alternating frames 1/2 with a 2-tick delay each. At loop pass 7 an orgasm speech bubble is shown via vaginal_orgasm_bubble.
On exit draws the clear-bubble frame (frame_clear_hero_r1c13).
|
||||
| vaginal_seq | 9088 | LD DE,$EB31 | Set CHARS=$EB31, draw room static background (frame_prostitute_vaginal_bg) | |
| 908B | CALL set_chars | |||
| 908E | LD HL,$90E7 | |||
| 9091 | CALL draw_frame | |||
| 9094 | LD DE,$EDB9 | Set CHARS=$EDB9, draw animation frame 1 (frame_prostitute_vaginal_1) | ||
| 9097 | CALL set_chars | |||
| 909A | LD HL,$919B | |||
| 909D | CALL draw_frame | |||
| 90A0 | LD A,$09 | Delay 9 | ||
| 90A2 | CALL delay_a | |||
| 90A5 | LD B,$19 | B = 25 (loop count) | ||
| 90A7 | CALL vaginal_anim_loop | Animation loop (vaginal_anim_loop) | ||
| 90AA | LD HL,$9231 | Draw frame frame_clear_hero_r1c13 | ||
| 90AD | CALL draw_frame | |||
| 90B0 | RET | |||
| Prev: 9014 | Up: Map | Next: 90B1 |