Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;First we get the ROM ID and Version number as a 5byte value and store it in variable romID.
- ;Then we perform a condition to see if var romID is equal to 0x4E5A4C450F. The 2nd parameter is the condition ID.
- ;If they are not equal, all lines until an endCon command with the same ID as the con command will be skipped.
- var,romID,([0x3B]*0x100)+([0x3C]&0xFF)
- con,ROM,{romID}==0x4E5A4C450F
- ;this line will be skipped entirely if the condition above isn't met.
- endCon,ROM
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement