summaryrefslogtreecommitdiff
path: root/wram.py
diff options
context:
space:
mode:
Diffstat (limited to 'wram.py')
-rw-r--r--wram.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/wram.py b/wram.py
index 97f0604..7a6dafa 100644
--- a/wram.py
+++ b/wram.py
@@ -78,4 +78,3 @@ def scrape_constants(text):
hram_constants = scrape_constants(open(os.path.join(os.path.dirname(path), 'hram.asm'),'r').readlines())
gbhw_constants = scrape_constants(open(os.path.join(os.path.dirname(path), 'gbhw.asm'),'r').readlines())
-