Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-29 | Use "- $ff00" instead of "& $ff" when dealing with hram. | yenatch | |
2014-12-29 | Recombine the event engine objects. | yenatch | |
They must be in the same bank to work, and defining sections with static banks should only be used to produce an identical rom. They were only split in the first place to minimize the amount of code tahat needed to be rebuilt based on a single constant, which in retrospect was meaningless. | |||
2014-12-28 | Replace pointless $FF00+$xx with $ffxx. | yenatch | |
2014-12-28 | More mobile subfunctions. | yenatch | |
2014-12-28 | Mystery Gift graphics labels. | yenatch | |
2014-12-26 | Some wram labels in map connection code. | yenatch | |
2014-12-26 | Fix static banks for save text and bedroom poster scripts. | yenatch | |
2014-12-26 | Fix a static bank in map header code. | yenatch | |
2014-12-26 | Pick off references in misc/crystal_misc.asm. | yenatch | |
2014-12-26 | Reference name input character sets. | yenatch | |
2014-12-26 | More unknown mobile code and MIN_LEVEL. | yenatch | |
2014-12-11 | Merge remote-tracking branch 'kanzure/master' | yenatch | |
2014-12-11 | Don't require pip. | yenatch | |
2014-12-11 | Dump a big mobile text table. | yenatch | |
2014-12-04 | Get rid of incbins in bank $77. | yenatch | |
This includes the diploma and related assets. | |||
2014-12-03 | Fix padding in gfx/misc/pokegear.2bpp.lz. | yenatch | |
2014-12-03 | Use the "next" directive in the credits. | yenatch | |
2014-12-03 | Miscellaneous mobile incbins. | yenatch | |
2014-12-03 | Fix some incbins near Magikarp length code. | yenatch | |
Also clean up the comments a little. | |||
2014-11-15 | Update IRC links. | IIMarckus | |
2014-11-12 | Merge pull request #265 from Bradley-Plus/master | Bryan Bishop | |
Clean up INSTALL.md | |||
2014-11-12 | Update INSTALL.md | Bradley Carpenter | |
2014-11-12 | Update INSTALL.md | Bradley Carpenter | |
2014-11-12 | Update INSTALL.md | Bradley Carpenter | |
2014-11-12 | Update INSTALL.md | Bradley Carpenter | |
2014-11-12 | Update INSTALL.md | Bradley Carpenter | |
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 | |