diff options
-rw-r--r-- | pokemontools/wram.py | 4 |
1 files changed, 4 insertions, 0 deletions
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: |