This is TikiWiki 1.9.2 -Sirius- © 2002–2005 by the Tiki community Fri 03 of Sep, 2010 [09:43 UTC]
TTDPatch Site

Action10

Define GOTO label for action 7/9 print
history

Action 10

Define GOTO label for action 7/9

Description

To eliminate having to change all action 7/9 entries after adding sprites to a .grf file, you can define labels using this action 10. Additionally, this is the only way to skip more than 255 sprites at once.

Available since 2.0.1 alpha 49.

Format

The data looks as follows:

<sprite-number> * <length> 10 <label> [<comment>]



ElementSizeDescription
<sprite-number>decA sequential sprite number
<length>decThe total number of bytes in the action
10BAction 10
<label>BWhich label to define
<comment>VOptional comment, ignored by TTDPatch


Filling in the terms

sprite-number

The current sprite number.

length

The total number of bytes in this action 7 or 9.

label

This sets the number of the label to define. It may range from E0 to FF (allowing 32 labels per grf file).

If two labels are defined with the same number, only the last definition counts.

Since 2.0.1 alpha 70, the label may have any number (instead of just E0..FF). In addition, duplicate labels are handled differently, see action 7 for details.

Created by: system last modification: Sunday 22 of January, 2006 [20:11:16 UTC] by dmccoy


Menu
[ Execution time: 0.26 secs ]   [ Memory usage: 10.98MB ]   [ 79 database queries used ]   [ GZIP Enabled ]   [ Server load: 0.78 ]