Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-26 | Give labels to some BattleTexts | yenatch | |
2013-03-26 | Various battle-related bank0 asm and wram/constants | yenatch | |
2013-03-22 | Merge pull request #125 from yenatch/master | Bryan Bishop | |
fishing encounter data | |||
2013-03-22 | Fishing encounter data and related asm | yenatch | |
2013-03-22 | various minor additions | yenatch | |
-battle variable constants -step counters -turn update fns | |||
2013-03-21 | fix irc instructions | Bryan Bishop | |
2013-03-21 | fix docstring formatting everywhere | Bryan Bishop | |
2013-03-20 | Merge pull request #124 from yenatch/master | Bryan Bishop | |
hram labels + png make target | |||
2013-03-20 | Flesh out HRAM labels | yenatch | |
2013-03-18 | fix path handling in png make target | yenatch | |
lz files were being decompressed to the top directory (gfx/) | |||
2013-03-18 | dump tileset pngs in gfx.py | Bryan Bishop | |
2013-03-17 | Merge pull request #123 from yenatch/master | Bryan Bishop | |
tilesets | |||
2013-03-18 | Parse and dump tilesets | yenatch | |
Metatiles (blocks), palette maps, collision, tile animations | |||
2013-03-18 | Fix unused function parse_map_header_by_id | yenatch | |
'Dunno' exception always fired even if parameters were correct | |||
2013-03-07 | Merge pull request #122 from yenatch/master | Bryan Bishop | |
vba config shouldn't need fiddling out of the box | |||
2013-03-07 | vba - generalize project path in config | yenatch | |
2013-03-07 | vba - suppress joypad input message | yenatch | |
2013-03-05 | vba - record/replay button sequences | Bryan Bishop | |
2013-03-04 | vba - keyboard input optimization | Bryan Bishop | |
2013-03-03 | vba - basic cheating infrastructure | Bryan Bishop | |
2013-03-02 | Merge http://github.com/yenatch/pokecrystal | Sanky | |
2013-03-01 | vba - separate config | Bryan Bishop | |
2013-03-01 | vba - run without unit tests | Bryan Bishop | |
2013-03-01 | vba - also install jython | Bryan Bishop | |
2013-03-01 | vba - improve install instructions | Bryan Bishop | |
2013-03-01 | include some http ascii from the ROM | Bryan Bishop | |
2013-03-01 | Merge pull request #119 from yenatch/master | Bryan Bishop | |
remove non-existing script commands | |||
2013-03-01 | Script commands 0xb2 and 0xcc don't exist | yenatch | |
2013-03-01 | Merge pull request #118 from yenatch/master | Bryan Bishop | |
gender check & square root | |||
2013-03-01 | fix bank handling in vba.call | Bryan Bishop | |
2013-03-01 | vba - example unit testing of roms | Bryan Bishop | |
2013-03-01 | vba - call arbitrary functions from jython | Bryan Bishop | |
2013-02-28 | vba - fix off-by-one error in registers | Bryan Bishop | |
2013-02-28 | vba - better way to deal with registers | Bryan Bishop | |
2013-02-28 | use ScriptBank/ScriptPos in scripting.asm | Bryan Bishop | |
2013-02-28 | vba - get text on screen | Bryan Bishop | |
2013-02-28 | GetSquareRoot | yenatch | |
2013-02-28 | comments for GetScriptByte | Bryan Bishop | |
2013-02-28 | $26d4 is GetScriptByte | Bryan Bishop | |
2013-02-28 | disassemble some small functions in scripting.asm | Bryan Bishop | |
2013-02-28 | whitespace -> tabs for scripting.asm | Bryan Bishop | |
2013-02-28 | Gender check | yenatch | |
2013-02-28 | vba - set_registers | Bryan Bishop | |
2013-02-28 | remove code slop | Bryan Bishop | |
2013-02-28 | vba warp function | Bryan Bishop | |
2013-02-27 | Merge pull request #117 from iimarckus/master | Bryan Bishop | |
Hall of Fame things. | |||
2013-02-28 | Add a little to the hall of fame functions. | IIMarckus | |
2013-02-27 | disassemble scripting engine commands | Bryan Bishop | |
All commands are in scripting.asm, and there's also a small python script that was written to assist with some of the automation. | |||
2013-02-27 | update gbz80disasm for handling known fall-throughs | Bryan Bishop | |
When disassembling a group of functions, sometimes there are other functions known in advance. By passing in a list called stop_at to gbz80disasm, it is possible to prevent disassembled asm from running on for longer than necessary. | |||
2013-02-27 | update automatic main.asm insertion | Bryan Bishop | |
This updates the automatic parsing of main.asm to catch cases of INCBINs pulling in files that end in .asm, .lz, .1bpp, and .2bpp. This is necessary because otherwise the parser tries to figure out the start and end addresses expressed on the INCBIN line, details not present on these types of lines in the asm. Asm and Asm.insert_all are now back in working condition. |