Prev: 47323 Up: Map Next: 47363
47355: If show-score flag is reset then return to calling routine, else return to routine that called calling routine
Used by the routines at 47302 and 47315.
47355 LD A,(34208) If show-score flag is reset...
47358 BIT 7,A ...
47360 RET Z ...then return
47361 POP BC Remove return address from stack...
47362 RET ...and return to routine that called the calling routine
Prev: 47323 Up: Map Next: 47363