Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-03 | make a basic python module | Bryan Bishop | |
2013-08-03 | write some TODO comments in wram.py | Bryan Bishop | |
2013-08-03 | combine hram/gbhw readers into read_constants | Bryan Bishop | |
This consolidates read_hram_constants and read_gbhw_constants. | |||
2013-08-03 | make read_gbhw_constants consume an IOError | Bryan Bishop | |
2013-08-03 | make read_hram_constants to eat hram.asm IOError | Bryan Bishop | |
2013-08-03 | fix the bss/wram section default | Bryan Bishop | |
The default section needs to include a list of labels (even if the list is empty) because downstream code assumes that the section contains a key called "labels" that has a value associated with a list. | |||
2013-08-03 | ignore wram.asm non-existence | Bryan Bishop | |
The IOError is now caught and swallowed by read_wram_sections. | |||
2013-08-03 | make a docstring for wram.py | Bryan Bishop | |
2013-08-03 | remove dangling whitespace in wram.py | Bryan Bishop | |
2013-08-03 | normalize tabs to whitespace in wram.py | Bryan Bishop | |
2013-08-03 | remove trailing newline from wram.py | Bryan Bishop | |
2013-08-03 | fix path handling in wram.py | Bryan Bishop | |
Otherwise pokecrystal doesn't compile anymore. This is because of how wram.asm, hram.asm and other files are parsed. | |||
2013-07-10 | wram.py: allow space definitions using constants | yenatch | |
original-commit-id: 6765083c1cb39a93f2b0fb60a7c203725360492d | |||
2013-07-10 | use wram from outside extras | yenatch | |
original-commit-id: ba5cd8bbb8b96a080e9a6fe1b1525cd5381fdb24 | |||
2013-05-14 | wram: find() instead of split() | yenatch | |
original-commit-id: 0fc866caa5664f6e9755138423c1f4caaeed1b78 | |||
2013-05-14 | wram.py: bss and constant parsing | yenatch | |
original-commit-id: aecce03834844f6c876d903a781443d65dbc11cb |