diff --git a/src/HexManiac.Core/Models/Code/scriptReference.txt b/src/HexManiac.Core/Models/Code/scriptReference.txt index 4f6250d5..06ec81b7 100644 --- a/src/HexManiac.Core/Models/Code/scriptReference.txt +++ b/src/HexManiac.Core/Models/Code/scriptReference.txt @@ -116,7 +116,7 @@ double.battle.continue.silent 5C 08 trainer:data.trainers.stats 00 00 star 10 setbyte2 bank.4 value. # sets a memory bank to the specified byte value. 11 writebytetooffset value. offset::|h # store the byte 'value' at the RAM address 'offset' 12 loadbytefrompointer bank.4 pointer::|h # load a byte value from a RAM address into the specified memory bank -13 setfarbyte bank.4 pointer::h # stores the least-significant byte in the bank to a RAM address +13 setfarbyte bank.4 pointer::|h # stores the least-significant byte in the bank to a RAM address 14 copyscriptbanks destination.4 source.4 # copies the value in source to destination 15 copybyte destination::|h source::|h # copies the value from the source RAM address to the destination RAM address 16 setvar variable: value: # sets the given variable to the given value