Quote:
Originally Posted by mattsna
movement is done in XSE almost the same way as rubikon except you use @(something)
my example
#dynamic 0x800000
#org @start
applymovement 0x5 @move
end
#org @move
#raw 0x08
#raw 0x08
#raw 0x08
|
In addition to what Zodiac said, you can also have all the movements on one line, which means less typing:
Code:
#dynamic 0x800000
#org @start
applymovement 0x5 @move
end
#org @move
#raw 0x08 0x08 0x08 0xFE
__________________
あなた は しきしゃ です
わたし は ばか です