From c12eb67b55898187d26a6a5754ad39527b5bf4ea Mon Sep 17 00:00:00 2001 From: d0k3 Date: Mon, 16 Apr 2018 23:19:11 +0200 Subject: [PATCH] HelloScript: additional fset description --- resources/sample/HelloScript.gm9 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/sample/HelloScript.gm9 b/resources/sample/HelloScript.gm9 index 53d2fde..4ff5205 100644 --- a/resources/sample/HelloScript.gm9 +++ b/resources/sample/HelloScript.gm9 @@ -225,7 +225,9 @@ fill $[DUMMY]@300 80 # This command sets a portition of a file with the specified data in hex # The syntax is: fset destination@x hexdata # x: destination offset (in hex) +# y: bytes to write (in hex) (must be lower than hexdata size) # If x is not given, data is inserted at the beginning of the file +# If y is not given, all of hexdata is written to the file # -e / --flip_endian flips the order of the bytes fset $[DUMMY]@100 48454c4c4f # 'HELLO'