Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Traceback (most recent call last):
- File "gbz80disasm.py", line 934, in <module>
- disasm.initialize()
- File "gbz80disasm.py", line 619, in initialize
- self.wram.initialize()
- File "/cygdrive/c/users/alan/documents/github/pokeyellow/extras/pokemontools/wram.py", line 242, in initialize
- self.setup_wram_sections()
- File "/cygdrive/c/users/alan/documents/github/pokeyellow/extras/pokemontools/wram.py", line 266, in setup_wram_sections
- self.wram_sections = self.read_wram_sections()
- File "/cygdrive/c/users/alan/documents/github/pokeyellow/extras/pokemontools/wram.py", line 259, in read_wram_sections
- wram_sections = read_bss_sections(wram_content)
- File "/cygdrive/c/users/alan/documents/github/pokeyellow/extras/pokemontools/wram.py", line 185, in read_bss_sections
- return reader.read_bss_sections(bss)
- File "/cygdrive/c/users/alan/documents/github/pokeyellow/extras/pokemontools/wram.py", line 125, in read_bss_sections
- self.read_bss_sections(open(filename).readlines())
- File "/cygdrive/c/users/alan/documents/github/pokeyellow/extras/pokemontools/wram.py", line 125, in read_bss_sections
- self.read_bss_sections(open(filename).readlines())
- File "/cygdrive/c/users/alan/documents/github/pokeyellow/extras/pokemontools/wram.py", line 175, in read_bss_sections
- self.constants[name] = eval(value, self.constants.copy())
- File "<string>", line 1
- (rNR10 0b 0x100)
- ^
- SyntaxError: invalid token
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement