Prev: 60480 Up: Map Next: 60508
60494: Process: Enter Inner Courtyard
Process_EnterInnerCourtyard 60494 LD HL,42860 Return if bit 5 of *Flag_GameStates_01 is set.
60497 BIT 5,(HL)
60499 RET NZ
60500 SET 5,(HL) Set bit 5 of *HL.
60502 LD A,4 Call AddToScore to add 4 points to the score.
60504 CALL AddToScore
60507 RET Return.
Prev: 60480 Up: Map Next: 60508