Changes between Version 16 and Version 17 of WikiStart


Ignore:
Timestamp:
Jul 20, 2023, 11:09:09 PM (11 months ago)
Author:
pulkomandy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v16 v17  
    152152=== Opcodes
    153153
    154 ==== 09 ??
    155 
    156 ==== 0D Check event
     154==== 09: ??
     155
     156==== 0D xx yy: Check event
    157157
    158158A lot of the conditions start with {{{0D}}}. This matches with an event from a button click.
     
    164164Actions involving objects use the second parameter, for example {{{0D 68 05}}} corresponds to action 68 done on object 05.
    165165
    166 ==== 0E ??
    167 
    168 ==== 8F Go to room
     166==== 0E: ??
     167
     168==== 8F xx: Go to room
    169169
    170170Go to room passed as a parameter (single byte)
    171171
    172 ==== 90 Go to screen
     172==== 90 xx xx: Go to screen
    173173
    174174Go to a screen (in the same room) passed as a parameter.
     
    176176TODO parameter on 1 or 2 bytes? Probably 2.
    177177
    178 ==== 91 ??
     178==== 91 xx xx: ??
    179179
    180180Followed by a 16 bit value
    181181
    182 ==== 93 ??
     182==== 93 xx xx: ??
    183183
    184184{{{93 01 00}}}