Advertisement
luckytyphlosion

gbz80disasm.py errors

Oct 25th, 2015
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "gbz80disasm.py", line 934, in <module>
  3. disasm.initialize()
  4. File "gbz80disasm.py", line 619, in initialize
  5. self.wram.initialize()
  6. File "/cygdrive/c/users/alan/documents/github/pokeyellow/extras/pokemontools/wram.py", line 242, in initialize
  7. self.setup_wram_sections()
  8. File "/cygdrive/c/users/alan/documents/github/pokeyellow/extras/pokemontools/wram.py", line 266, in setup_wram_sections
  9. self.wram_sections = self.read_wram_sections()
  10. File "/cygdrive/c/users/alan/documents/github/pokeyellow/extras/pokemontools/wram.py", line 259, in read_wram_sections
  11. wram_sections = read_bss_sections(wram_content)
  12. File "/cygdrive/c/users/alan/documents/github/pokeyellow/extras/pokemontools/wram.py", line 185, in read_bss_sections
  13. return reader.read_bss_sections(bss)
  14. File "/cygdrive/c/users/alan/documents/github/pokeyellow/extras/pokemontools/wram.py", line 125, in read_bss_sections
  15. self.read_bss_sections(open(filename).readlines())
  16. File "/cygdrive/c/users/alan/documents/github/pokeyellow/extras/pokemontools/wram.py", line 125, in read_bss_sections
  17. self.read_bss_sections(open(filename).readlines())
  18. File "/cygdrive/c/users/alan/documents/github/pokeyellow/extras/pokemontools/wram.py", line 175, in read_bss_sections
  19. self.constants[name] = eval(value, self.constants.copy())
  20. File "<string>", line 1
  21. (rNR10 0b 0x100)
  22. ^
  23. SyntaxError: invalid token
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement