- 6
- Posts
- 2
- Years
- Seen Apr 14, 2023
Hi, I'm new to romhacking and confused concerning the relationship between XSE, ASM and binary.
If I, for example, compile this XSE script:
I get this in binary:
And if I disassemble it, I get:
How come I don't get assembly code that I can compile into the same binary as XSE did?
If I, for example, compile this XSE script:
Spoiler:
#dynamic 0x800000
#org @start
givepokemon 0x34 0x14 0x0 0x0 0x0 0x0
end
#org @start
givepokemon 0x34 0x14 0x0 0x0 0x0 0x0
end
I get this in binary:
Spoiler:
79 34 00 14 00 00 00 00 00 00 00 00 00 00 00 02
And if I disassemble it, I get:
Spoiler:
How come I don't get assembly code that I can compile into the same binary as XSE did?
Last edited: