include some constants for wram.asm

UNfortunately these aren't being parsed from files at the moment.
This commit is contained in:
Bryan Bishop 2013-11-13 00:09:05 -06:00
parent 9c56fcd97d
commit 2b23c09e57

View File

@ -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: