mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-08-09 02:44:05 -05:00
include some constants for wram.asm
UNfortunately these aren't being parsed from files at the moment.
This commit is contained in:
parent
9c56fcd97d
commit
2b23c09e57
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user