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 | Fishing encounter data and related asm | yenatch | |
2013-03-22 | various minor additions | yenatch | |
-battle variable constants -step counters -turn update fns | |||
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 | 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-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. | |||
2013-02-27 | include_last_address for disassembler | Bryan Bishop | |
This is an extra option that is on by default for gbz80disasm, which is useful in situations where you may not want the last address to be included (like if the output of the disassembler is going to be sent to to_asm anyway). | |||
2013-02-27 | make to_asm more configurable | Bryan Bishop | |
2013-02-27 | fix parameters for verbosegiveitem2 definition | Bryan Bishop | |
2013-02-27 | describedecoration is an ender | Bryan Bishop | |
2013-02-27 | oops, include map_names | Bryan Bishop | |
2013-02-26 | various helper functions for the vba interface | Bryan Bishop | |
New vba.py features include: * get_memory_at * get_memory_range * set_memory_at Also, the "crystal" class has a number of specialty helpers: * crystal.walk_through_walls * crystal.get_player_name * crystal.get_map_name * crystal.get_xy * crystal.nstep (which sets memory each step by calling certain * functions, like walk_through_walls) * crystal.is_in_battle * crystal.get_gender | |||
2013-02-26 | separate map_names into map_names.py | Bryan Bishop | |