Prev: EC40 Up: Map Next: EC5C
EC4E: Process: Enter Inner Courtyard
Process_EnterInnerCourtyard EC4E LD HL,$A76C Return if bit 5 of *Flag_GameStates_01 is set.
EC51 BIT 5,(HL)
EC53 RET NZ
EC54 SET 5,(HL) Set bit 5 of *HL.
EC56 LD A,$04 Call AddToScore to add 04 points to the score.
EC58 CALL AddToScore
EC5B RET Return.
Prev: EC40 Up: Map Next: EC5C