From 62e1578206cf7486f0910ae33172537b154ffe2a Mon Sep 17 00:00:00 2001 From: t4 Date: Sat, 18 Jun 2011 05:29:20 +0000 Subject: [PATCH] Update MediaWiki page '317 Protocol' --- 317-Protocol.mediawiki | 1 + 1 file changed, 1 insertion(+) diff --git a/317-Protocol.mediawiki b/317-Protocol.mediawiki index b2a60a7..d4a65b3 100644 --- a/317-Protocol.mediawiki +++ b/317-Protocol.mediawiki @@ -147,6 +147,7 @@ Not much is known about this mask, other than that the last value read is a spri The 0x100 mask is responsible for player graphics updating. The data associated is a little-endian unsigned short which represents the graphics id, and an int which is the graphics delay. + '''0x8''' Animations are handled by the 0x8 mask. The payload for this update is a little-endian unsigned short that is the animation id, and an unsigned inversed byte which states the animation's delay.