Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-09 | write another quick battle test | Bryan Bishop | |
2013-11-09 | simplify the battle tests | Bryan Bishop | |
2013-11-09 | simplify the vba-related tests | Bryan Bishop | |
The imports for the emulator-related tests are now simplified in the tests/ folder. The bootstrapping.py file contains some shared functions that multiple test files might choose to use. Those functions probably belong in the actual module instead of in tests/. The battle-related tests have been separated from the other emulator tests. | |||
2013-11-09 | Merge branch 'master' into vba-automation | Bryan Bishop | |
Conflicts: pokemontools/vba/vba.py | |||
2013-11-09 | Merge pull request #47 from kanzure/testing-fixups | Bryan Bishop | |
Testing fixups | |||
2013-11-09 | fix an import in tests.py | Bryan Bishop | |
2013-11-09 | fix some configuration in vba/vba.py | Bryan Bishop | |
2013-11-09 | fix a syntax error in battle.py | Bryan Bishop | |
2013-11-09 | Merge branch 'master' into vba-automation | Bryan Bishop | |
2013-11-09 | import Battle for testing | Bryan Bishop | |
2013-11-09 | Merge pull request #46 from kanzure/fix-old-parsers-test-imports | Bryan Bishop | |
Fix a few imports for testing an old func | |||
2013-11-09 | fix a few imports for testing an old func | Bryan Bishop | |
2013-11-09 | fix move() for lists of commands | Bryan Bishop | |
2013-11-09 | a basic battle test | Bryan Bishop | |
2013-11-09 | even more comments in the battle routines | Bryan Bishop | |
2013-11-09 | add a bunch of docstrings in the battler | Bryan Bishop | |
2013-11-08 | cry_names: zfill(2) | yenatch | |
2013-11-08 | audio: less ambiguous tuple unpacking | yenatch | |
2013-11-08 | audio: sfx and cries are contiguous | yenatch | |
songs for the most part are independent sfx/cry headers are grouped together and most sound data is shared | |||
2013-11-07 | oops forgot the cries | yenatch | |
2013-11-07 | fix spacing for pokered music command classes | yenatch | |
2013-11-07 | add some extra music command classes | yenatch | |
2013-11-07 | crystal: use rom.interval instead of rom_interval | yenatch | |
rom_interval got broken when globals got nuked it's probably a bad idea to keep the function around but it's supposed to work eventually | |||
2013-11-07 | preprocessor: from_asm method and is_rgbasm_macro in command classes | yenatch | |
enjoy this half-assed implementation | |||
2013-11-07 | sound parsing actually works now | yenatch | |
+ sorted out output semantics + cross-song label references + incbins | |||
2013-11-07 | dont use ambiguous characters in sfx_names | yenatch | |
2013-11-05 | Merge branch 'master' of github.com:kanzure/pokemon-reverse-engineering-tools | yenatch | |
2013-11-05 | audio.py: cleaner key deletion | yenatch | |
2013-11-05 | audio.py: pointer table generation | yenatch | |
2013-11-03 | implement more parts of the battler | Bryan Bishop | |
2013-11-03 | attempting a few more trainer battles | Bryan Bishop | |
2013-11-02 | a broken attempt at starting random battles | Bryan Bishop | |
2013-11-02 | a naive implementation of start_trainer_battle | Bryan Bishop | |
This is a really dumb way to start a battle, but the other methods aren't working yet. | |||
2013-11-02 | attempt to start a trainer battle | Bryan Bishop | |
2013-11-02 | fix a call to vba.shutdown in bootstrap() | Bryan Bishop | |
2013-11-02 | autoplayer.bootstrap to call skip_intro | Bryan Bishop | |
There are situations other than just testing where making a bootstrapped game state is a useful ability. | |||
2013-11-02 | fix some hook calls in Battle.run | Bryan Bishop | |
2013-11-02 | simplify the number of battle-related classes | Bryan Bishop | |
2013-11-02 | a basic battle handling framework | Bryan Bishop | |
2013-11-01 | Merge pull request #44 from dannye/master | Bryan Bishop | |
Red Music Tools | |||
2013-11-01 | Update red music tools | U-Fish-PC\Daniel | |
2013-10-31 | crystal: sound data dumper | yenatch | |
todo: samples, drumkits | |||
2013-10-31 | crystal: sfx and song names | yenatch | |
2013-10-31 | spruce up music command classes plus BigEndianParam | yenatch | |
2013-10-22 | Update redmusicdisasm and redsfxdisasm | U-Fish-PC\Daniel | |
2013-10-13 | Add pokered music tools | U-Fish-PC\Daniel | |
2013-10-13 | Add pokered music commands | U-Fish-PC\Daniel | |
2013-10-12 | move() can now take a list of movements to make | Bryan Bishop | |
2013-10-12 | another minor docstring | Bryan Bishop | |
2013-10-12 | even more docstrings | Bryan Bishop | |