setfarbyte bugfix

This commit is contained in:
haven1433 2023-08-18 20:42:21 -05:00
parent e3b1dde092
commit 067bdb0883

View File

@ -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