Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-07 | Fix some static addresses in pic animations. | yenatch | |
2014-10-26 | Labels for day of week siblings. | IIMarckus | |
2014-10-24 | Fix bad merge. | IIMarckus | |
2014-10-24 | More comments and labels for ball catch rates. | IIMarckus | |
2014-10-23 | Merge remote-tracking branch 'xcrystal/master' into master | yenatch | |
Conflicts: battle/ai/scoring.asm main.asm | |||
2014-10-22 | Add commentary and labels to AI stuff | xCrystal | |
Name some labels and add lots of commentary to AI stuff, including most AIScoring_Smart sublayers. | |||
2014-10-22 | Revert "nothing" | xCrystal | |
This reverts commit 201f56b3e91ec3567ad011ecdea356bee56d7316. | |||
2014-10-22 | nothing | xCrystal | |
2014-10-22 | More AI commentary/labels | xCrystal | |
2014-10-22 | More AI commentary/labels | xCrystal | |
2014-10-22 | evasionup, accdown, whirlwind, haze | xCrystal | |
2014-10-22 | More AI commentary/labels | xCrystal | |
2014-10-21 | More AI commentary | xCrystal | |
2014-10-21 | Rename labels and add more commentary to AI stuff | xCrystal | |
2014-10-21 | Add commentary to some AI layers | xCrystal | |
2014-10-21 | Start commenting some AI layers | xCrystal | |
2014-09-30 | Better labels for item/switch AI. | yenatch | |
2014-09-30 | Miscellaneous formatting cleanup. | yenatch | |
2014-09-30 | Clean up wram sections so that all space is accounted for. | yenatch | |
2014-09-23 | Use a path argument for find as required by POSIX. | IIMarckus | |
2014-08-22 | Add the initial mobile adapter save data. | yenatch | |
The contents of the save and the rest of the bank are unknown. | |||
2014-08-22 | Close an open string in name selection. | yenatch | |
The python preprocessor doesn't care if a string is left open. It probably should, so this string is fixed preemptively. | |||
2014-08-22 | Use AttrMap and TileMap labels for relative addressing. | yenatch | |
2014-08-22 | Use landmark constants in displaylocation commands (phone scripts). | yenatch | |
2014-08-22 | Split mobile/timer code out of home.asm. | yenatch | |
2014-08-18 | Recomment Headbutt tree and Rock Smash encounters. | yenatch | |
2014-08-16 | Merge pull request #260 from yenatch/master | Bryan Bishop | |
Dump the phone scripts. | |||
2014-08-16 | Merge pull request #261 from kanzure/use-vagrant | Bryan Bishop | |
Downloadable virtual machine image (Vagrantfile and box) | |||
2014-08-14 | Recomment the text engine. | yenatch | |
2014-08-14 | Wrap macro arguments with parentheses. | yenatch | |
Arguments are passed in as string literals. | |||
2014-08-13 | Better trainer AI comments and finish off trainer attributes. | yenatch | |
2014-08-13 | More constants and bug comments in item effects. | yenatch | |
Apparently a bunch of constants from red were never removed for some reason. | |||
2014-07-24 | Label CheckPhoneCall. | yenatch | |
2014-07-24 | Use phone script labels in the phone contact table. | yenatch | |
2014-07-24 | Relabel GetItemDescription -> PrintItemDescription. | yenatch | |
2014-07-24 | Pick off more incbins and static labels in pic animation code. | yenatch | |
2014-07-24 | Add real-time-clock and Daylight Savings Time wram labels. | yenatch | |
2014-07-23 | make a vagrant box to make things easier | Bryan Bishop | |
Maybe a vagrant box will be less work for users. At the moment the Vagrantfile is just pointing to a remote url, but in the future it should contain the actual scripts to construct the box so that the box can be updated as the dependencies in the repository change. | |||
2014-07-23 | Dump the phone scripts. | yenatch | |
This is one of the last major incbins. The rest is mostly mobile code. | |||
2014-07-22 | Fix "name" event command parameter comments. | yenatch | |
2014-07-22 | Bump pokemontools again for "name" event command fixes. | yenatch | |
2014-07-22 | Separate phone scripts from std scripts. | yenatch | |
2014-07-22 | Fix some static addresses in std scripts. | yenatch | |
2014-07-22 | Reflect the extra loadwilddata argument in its function comment. | yenatch | |
2014-07-22 | Bump pokemontools to fix loadwilddata. | yenatch | |
2014-07-19 | Remove generated "jump sources" comments. | yenatch | |
2014-07-19 | Name the script special function and clean up a couple specials. | yenatch | |
2014-07-19 | Remove the last incbin in map events. | yenatch | |
Since it's unused there's no way of knowing for sure, but movement data typically comes after scripts and before text, and the commands make sense. | |||
2014-07-19 | Merge pull request #259 from yenatch/cries | Bryan Bishop | |
Shorten cry defs now that cry parameters are all words. | |||
2014-07-19 | Merge remote-tracking branch 'kanzure/master' into cries | yenatch | |