Skip to content

Commit

Permalink
#43 documented "show game code digit" state change
Browse files Browse the repository at this point in the history
  • Loading branch information
dertseha committed Mar 7, 2016
1 parent 4958387 commit b0d47b7
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions levelObjects/12_Markers/levelMarkerEntry.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,15 +277,25 @@ This action is a more generic, with several different interpretations, depending
0000 int32 Change type
0004 [12]byte Change parameter

##### Change State Type 1: Switch repulsor
##### Change State Type 1: Toggle repulsor

**Toggle Repulsor** (12 byte)
**Toggle Repulsor Details** (12 byte)

0000 int32 Repulsor object index
0004 byte "Off" texture index (into level texture list)
0005 byte "On" texture index (into level texture list)
0006 [6]byte Unused


#### Change State Type 2: Show Game Code Digit

**Show Game Code Digit Details** (12 byte)

0000 int32 Screen object index
0004 int32 Digit number 1..6 (= level number)
0008 [4]byte Unused


##### Change State Type 6: Return to main menu

This change has no parameters (all 12 bytes 0x00) and directly returns to the main menu.
Expand Down

0 comments on commit b0d47b7

Please sign in to comment.