Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-02-26 | jython bindings to vba-linux/vba-closure (vba-rr) | Bryan Bishop | |
A bunch of functions and tools to run vba-clojure (a fork of vba-rerecording specifically for compiling on Linux, bound to the JVM through JNI). | |||
2013-02-25 | Merge pull request #116 from yenatch/master | Bryan Bishop | |
incbins, gfx and credits | |||
2013-02-26 | Split credits out | yenatch | |
2013-02-26 | Credits script and parser | yenatch | |
This is the first time two wram addresses overlap. | |||
2013-02-25 | Add credit string pointers | yenatch | |
2013-02-25 | Include some more gfx | yenatch | |
2013-02-24 | requirements filename didn't match install instructions | yenatch | |
2013-02-24 | Truncate empty incbins (mostly EOB) | yenatch | |
2013-02-24 | Merge pull request #115 from yenatch/master | Bryan Bishop | |
more bank 0 asm | |||
2013-02-24 | More title screen asm | yenatch | |
2013-02-24 | finally disassemble FarCall (rst $8) | yenatch | |
2013-02-23 | PlayCryHeader and related wram | yenatch | |
2013-02-22 | Merge pull request #114 from yenatch/master | Bryan Bishop | |
Split out files and write comments. | |||
2013-02-22 | Label hw registers | yenatch | |
2013-02-22 | Add constants for hardware registers | yenatch | |
2013-02-22 | Split out joypad | yenatch | |
2013-02-22 | Move fonts into gfx/misc | yenatch | |
2013-02-18 | spruce up CheckUnownLetter | yenatch | |
2013-02-18 | Split magikarp length calcs out | yenatch | |
2013-02-18 | Merge https://github.com/kanzure/pokecrystal | Sanky | |
2013-02-17 | Merge pull request #113 from yenatch/master | Bryan Bishop | |
.. move more things. | |||
2013-02-17 | Split landmarks out | yenatch | |
2013-02-17 | Split move names out | yenatch | |
2013-02-17 | Split item names and descriptions from main.asm | yenatch | |
2013-02-17 | Split common text out of main.asm | yenatch | |
2013-02-17 | Split map scripts, text, events from main.asm | yenatch | |
The commit we deserve | |||
2013-02-16 | Merge pull request #111 from yenatch/master | Bryan Bishop | |
Move map headers. | |||
2013-02-15 | Point to map groups instead of their first header | yenatch | |
2013-02-15 | Split map headers and second map headers from main.asm | yenatch | |
2013-02-15 | Minor rgbasm macro cleanup | yenatch | |
2013-02-12 | Last map header label | yenatch | |