$7E:1180: Difference between revisions

From ZAMN Hacking
Content added Content deleted
(Created page with "{{Infobox RAM address|length=0x30|type=uint16[0x18]|description=Entity status/remaining delay frames}} {| class="wikitable" |- ! Bit mask !! Description |- | 0x7FFF || Number of frames until entity is resumed |- | 0x8000 || Entity exists |} Category:RAM address")
 
No edit summary
Line 1: Line 1:
{{Infobox RAM address|length=0x30|type=uint16[0x18]|description=Entity status/remaining delay frames}}
{{Infobox RAM address|length=0x30|type=bitfield[0x18]|description=Entity status/remaining delay frames}}


{| class="wikitable"
{| class="wikitable"

Revision as of 15:12, 15 June 2024

RAM address data
Length 0x30
Type bitfield[0x18]
Name
Description Entity status/remaining delay frames
Bit mask Description
0x7FFF Number of frames until entity is resumed
0x8000 Entity exists