From 2b23c09e57fbf1d3079326298bcc8ec4e867e69f Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Wed, 13 Nov 2013 00:09:05 -0600 Subject: include some constants for wram.asm UNfortunately these aren't being parsed from files at the moment. --- pokemontools/wram.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pokemontools/wram.py b/pokemontools/wram.py index 60001aa..6d2c2cc 100644 --- a/pokemontools/wram.py +++ b/pokemontools/wram.py @@ -5,6 +5,10 @@ RGBDS BSS section and constant parsing. import os +# TODO: parse these constants from constants.asm +NUM_OBJECTS = 0x10 +OBJECT_LENGTH = 0x10 + def make_wram_labels(wram_sections): wram_labels = {} for section in wram_sections: -- cgit v1.2.3