Prev: 26203 Up: Map Next: 26217
26208: Set Objects As Inactive
Used by the routine at PlayerReset.
SetObjsInactive 26208 LD DE,8 DE=$0008
SetObjsInactive_0 26211 LD (HL),0 Reset the memory held at location HL (set to $00)
26213 ADD HL,DE Increase HL by $08
26214 DJNZ SetObjsInactive_0 Decrease B by one, and loop back to SetObjsInactive_0 until zero
26216 RET Return
Prev: 26203 Up: Map Next: 26217