Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

gbz80disasm.py not working for pokered #45

Closed
dannye opened this issue Nov 1, 2013 · 0 comments
Closed

gbz80disasm.py not working for pokered #45

dannye opened this issue Nov 1, 2013 · 0 comments

Comments

@dannye
Copy link
Member

dannye commented Nov 1, 2013

$ python extras/pokemontools/gbz80disasm.py 48c19
Traceback (most recent call last):
File "extras/pokemontools/gbz80disasm.py", line 934, in
disasm.initialize()
File "extras/pokemontools/gbz80disasm.py", line 619, in initialize
self.wram.initialize()
File "/home/Daniel/pokered/extras/pokemontools/wram.py", line 108, in initialize
self.setup_hram_constants()
File "/home/Daniel/pokered/extras/pokemontools/wram.py", line 149, in setup_hram_constants
self.hram_constants = self.read_hram_constants()
File "/home/Daniel/pokered/extras/pokemontools/wram.py", line 142, in read_hram_constants
hram_constants = read_constants(self.paths["hram"])
File "/home/Daniel/pokered/extras/pokemontools/wram.py", line 80, in read_constants
with open(filepath, "r") as file_handler:
IOError: [Errno 2] No such file or directory: '/home/Daniel/pokered/hram.asm'
Aborted (core dumped)

@dannye dannye closed this as completed May 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant