![]() |
Routines |
Prev: EC4E | Up: Map | Next: EC6A |
|
||||
Process_EnterEnchantedHills | EC5C | LD HL,$A76C | Return if bit 7 of *Flag_GameStates_01 is set. | |
EC5F | BIT 7,(HL) | |||
EC61 | RET NZ | |||
EC62 | SET 7,(HL) | Set bit 7 of *HL. | ||
EC64 | LD A,$04 | Call AddToScore to add 04 points to the score. | ||
EC66 | CALL AddToScore | |||
EC69 | RET | Return. |
Prev: EC4E | Up: Map | Next: EC6A |