mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
HelloScript: additional fset description
This commit is contained in:
parent
4c97a09393
commit
c12eb67b55
@ -225,7 +225,9 @@ fill $[DUMMY]@300 80
|
|||||||
# This command sets a portition of a file with the specified data in hex
|
# This command sets a portition of a file with the specified data in hex
|
||||||
# The syntax is: fset destination@x hexdata
|
# The syntax is: fset destination@x hexdata
|
||||||
# x: destination offset (in hex)
|
# 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 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
|
# -e / --flip_endian flips the order of the bytes
|
||||||
fset $[DUMMY]@100 48454c4c4f # 'HELLO'
|
fset $[DUMMY]@100 48454c4c4f # 'HELLO'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user