| Prev: 5F2E | Up: Map | Next: 5F60 |
5F5F: Object activation interval bitmask
|
Controls when newly spawned objects become active (start moving/shooting). Objects spawn inactive (bit 7 clear in slot definition) and activate when (interrupt_counter AND mask) == 0. Checked in operate_viewport_slots.
|
|||||||||||||
| state_activation_interval | 5F5F | DEFB $04 | |||||||||||
| Prev: 5F2E | Up: Map | Next: 5F60 |