Advertisement
wolfboyft

AoDOCRH

Jul 16th, 2016
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. Advantages of disassembly over compiled-ROM hacking:
  2.  
  3. Pointers do not need to be rewritten after every time they're shifted, because labels are used instead.
  4. It has all of your familiar scripting languages-- plus much more and no less.
  5. It's far more readable. (Hex numbers or macros? You choose.)
  6. It is in multiple files, not one huge, daunting ROM.
  7. It can be managed properly in git, which has advantages of its own.
  8. You can change whole data structures, like the party Pokémon struct, very quickly and with few errors, which is obviously not something that would be plausible in hexadecimal.
  9.  
  10. Ask the experts in PRET's IRC channel for more.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement