• Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Trading Card Game 2 protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Recent content by some_asm

  1. S

    Disassembling XSE to ASM

    Oh, so that's how it's done. Thanks a lot!
  2. S

    Disassembling XSE to ASM

    Oh, I though the game was made in ASM! Yes, going through the decomps would be really good idea, especially if there's some kind of tool chain which transpiles the C to ASM. Thanks for the suggestion!
  3. S

    Disassembling XSE to ASM

    Thanks for the great explanation! As you said, I assumed that XSE was transpiled to ASM, which I now see isn't! It makes perfect sense that the disassembly in that case is garbage, as you explained. I'm curious about this "command table" you mentioned. Is this table the same thing as the...
  4. S

    Disassembling XSE to ASM

    Alright, I'll go to the discord! Thanks for your help :)
  5. S

    Disassembling XSE to ASM

    I was probably unclear! I know how to use the compiled XSE code; that's no problem. I'm trying to learn assembly in, so I would like to produce the same code as the XSE did but with assembly. Intuitively I should be able to disassemble the binary from the XSE code to get the corresponding...
  6. S

    Disassembling XSE to ASM

    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?
Back
Top