mirror of
https://github.com/haven1433/HexManiacAdvance.git
synced 2026-05-20 04:08:04 -05:00
setfarbyte bugfix
This commit is contained in:
parent
e3b1dde092
commit
067bdb0883
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user