Routines |
Prev: A0E0 | Up: Map | Next: A0F2 |
Used by the routines at accept_bribe, action_red_cross_parcel, action_poison, action_uniform, action_shovel, action_key and action_papers.
|
||||
increase_morale_by_10_score_by_50 | A0E9 | LD B,$0A | Increase morale by 10 | |
A0EB | CALL increase_morale | |||
A0EE | LD B,$32 | Increase score by 50, exiting via it | ||
A0F0 | JR increase_score |
Prev: A0E0 | Up: Map | Next: A0F2 |