Prev: AF9B Up: Map Next: AFB8
AFB0: Post-sex score/money update, return to main loop
Decrements score by 3 via score_dec_lo (B=3), then jumps to main_0 (outer
main loop entry) — the visit is over and the game resumes.
Called at the end of reinaldo_encounter (Reinaldo encounter) and from 9A49.
post_sex_update AFB0 LD B,$03
AFB2 CALL score_dec_lo
AFB5 JP main_0
Prev: AF9B Up: Map Next: AFB8