Prev: A172 Up: Map Next: A17E
A173: WALKYS
Used by the routines at TUR_DO, main_routine and INTERO.
Clear bit 7 of every entry in map_object_properties_table.
WALKYS A173 LD HL,map_object_properties_table Set HL to address of map_object_properties_table.
A176 LD B,$9F Set B to 159 as loop counter.
WALKYS_0 A178 RES 7,(HL) Clear bit 7 ??? of every entry and return.
A17A INC HL
A17B DJNZ WALKYS_0
A17D RET
Prev: A172 Up: Map Next: A17E