| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Further split bank e stuff | xCrystal | 2015-04-01 | 5 | -432/+435 |
| * | Rename battle files and split move effects Part 5 | xCrystal | 2015-04-01 | 6 | -94/+94 |
| * | Rename battle files and split move effects Part 4 | xCrystal | 2015-04-01 | 11 | -651/+651 |
| * | Rename battle files and split move effects Part 3 | xCrystal | 2015-04-01 | 7 | -70/+70 |
| * | Rename battle files and split move effects Part 2 | xCrystal | 2015-04-01 | 7 | -84/+84 |
| * | Rename battle files and split move effects Part 1 | xCrystal | 2015-04-01 | 14 | -507/+510 |
| * | Document animation types (shake screen/blink pic) | xCrystal | 2015-03-31 | 1 | -24/+26 |
| * | Name more in-battle functions and labels | xCrystal | 2015-03-31 | 2 | -55/+64 |
| * | Label some attack animation functions | xCrystal | 2015-03-31 | 4 | -43/+49 |
| * | Label some battle related functions | xCrystal | 2015-03-31 | 1 | -21/+21 |
| * | Further document AI stuff | xCrystal | 2015-03-31 | 3 | -40/+48 |
| * | Some wram constants | xCrystal | 2015-03-31 | 6 | -24/+34 |
| * | Split commentary lines that are too long | xCrystal | 2015-03-31 | 1 | -21/+37 |
| * | Merge pull request #88 from YamaArashi/master | yenatch | 2015-03-14 | 7 | -164/+269 |
| |\ | |||||
| | * | commented trade amim functions | YamaArashi | 2015-03-14 | 7 | -164/+269 |
| |/ | |||||
| * | Merge pull request #87 from YamaArashi/master | yenatch | 2015-03-14 | 9 | -62/+92 |
| |\ | |||||
| | * | relabel and add comment | YamaArashi | 2015-03-13 | 5 | -8/+12 |
| | * | commented mon_party_sprites.asm | YamaArashi | 2015-03-13 | 9 | -62/+88 |
| |/ | |||||
| * | Low health alarm documentation | U-Daniel-PC\Daniel | 2015-03-12 | 9 | -52/+71 |
| * | Merge pull request #82 from dannye/master | Daniel Harding | 2015-02-26 | 2 | -4/+4 |
| |\ | |||||
| | * | Label typo | U-Daniel-PC\Daniel | 2015-02-26 | 2 | -4/+4 |
| * | | Merge pull request #80 from dannye/master | Daniel Harding | 2015-02-20 | 2 | -2/+2 |
| |\| | |||||
| | * | Remove hard-coded wPokedexOwned/wPokedexSeen array size | U-Daniel-PC\Daniel | 2015-02-20 | 2 | -2/+2 |
| |/ | |||||
| * | Merge remote-tracking branch 'origin/master' | yenatch | 2015-02-13 | 49 | -890/+965 |
| |\ | |||||
| | * | Rename some labels | YamaArashi | 2015-02-08 | 8 | -15/+17 |
| | * | named misc functions | YamaArashi | 2015-02-08 | 12 | -115/+133 |
| | * | move-related things | YamaArashi | 2015-02-08 | 10 | -50/+58 |
| | * | fixed hp bar wram label and misc | YamaArashi | 2015-02-07 | 21 | -161/+169 |
| | * | Named wram symbols | YamaArashi | 2015-02-07 | 20 | -136/+132 |
| | * | commented battle stuff | YamaArashi | 2015-02-07 | 26 | -253/+272 |
| | * | comment drain HP effect | YamaArashi | 2015-02-07 | 3 | -29/+33 |
| | * | commented menu stuff | YamaArashi | 2015-02-07 | 15 | -153/+173 |
| * | | rename hJoyHeldLast -> hJoyLast | yenatch | 2015-02-07 | 3 | -10/+19 |
| * | | INSTALL: git clone --recursive | yenatch | 2015-02-07 | 1 | -36/+20 |
| * | | Pick off some more static map ids. | yenatch | 2015-02-07 | 3 | -10/+9 |
| |/ | |||||
| * | documented bide bug | YamaArashi | 2015-02-07 | 1 | -1/+3 |
| * | Fix typo in name | YamaArashi | 2015-02-07 | 2 | -7/+6 |
| * | serial/trade/misc | YamaArashi | 2015-02-07 | 74 | -1647/+1933 |
| * | add constants for volatile statuses and more battle labels/commentary/constants | xCrystal | 2015-02-04 | 14 | -302/+341 |
| * | More battle commentary/labels/constans and fix some spacing issues | xCrystal | 2015-02-04 | 2 | -149/+160 |
| * | Merge branch 'master' of /tmp/a/pokered | IIMarckus | 2015-02-04 | 8 | -171/+213 |
| |\ | |||||
| | * | Use money macro for TrainerPicAndMoneyPointers. | Marcus Huderle | 2015-02-04 | 1 | -47/+47 |
| | * | Added bcd macros with coins and money aliases. | Marcus Huderle | 2015-02-04 | 3 | -111/+125 |
| | * | Clean up prizes data. | Marcus Huderle | 2015-01-24 | 2 | -12/+15 |
| | * | Better documenting for GetMachinePrice and TechnicalMachinePrices. | Marcus Huderle | 2015-01-24 | 3 | -12/+37 |
| * | | More battle sfx ids | U-Daniel-PC\Daniel | 2015-01-27 | 1 | -166/+166 |
| * | | Fix some sfx ids | U-Daniel-PC\Daniel | 2015-01-27 | 2 | -3/+3 |
| * | | Don't ignore .map files | U-Daniel-PC\Daniel | 2015-01-24 | 1 | -1/+0 |
| * | | Update INSTALL.md | U-Daniel-PC\Daniel | 2015-01-24 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #66 from stag019/master | Daniel Harding | 2015-01-23 | 1 | -4/+4 |
| |\ | |||||
