| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Update ceruleangym.asm | luckytyphlosion | 2015-05-06 | 1 | -2/+2 | |
| * | Update copycatshouse2f.asm | luckytyphlosion | 2015-05-06 | 1 | -1/+1 | |
| * | Update ssanne6.asm | luckytyphlosion | 2015-05-06 | 1 | -1/+1 | |
| * | Update fuchsiahouse2.asm | luckytyphlosion | 2015-05-06 | 1 | -2/+2 | |
| * | Update pewtercity.asm | luckytyphlosion | 2015-05-06 | 1 | -5/+5 | |
| * | Update mtmoonpokecenter.asm | luckytyphlosion | 2015-05-06 | 1 | -3/+3 | |
| * | More removal of "ldh" | luckytyphlosion | 2015-05-06 | 1 | -21/+21 | |
| * | Remove use of ldh. | luckytyphlosion | 2015-05-06 | 1 | -3/+3 | |
| * | Update sram.asm | luckytyphlosion | 2015-04-26 | 1 | -1/+1 | |
| * | Update save.asm | luckytyphlosion | 2015-04-26 | 1 | -1/+1 | |
| * | Remove S_SAVEDPLAYERID as a constant | luckytyphlosion | 2015-04-26 | 1 | -2/+0 | |
| * | Fix datasizes | luckytyphlosion | 2015-04-26 | 1 | -5/+5 | |
| * | Fix typo | luckytyphlosion | 2015-04-26 | 1 | -1/+1 | |
| * | Labels instead of constants | luckytyphlosion | 2015-04-26 | 1 | -16/+24 | |
| * | Replaced all direct addresses with labels. | luckytyphlosion | 2015-04-26 | 1 | -52/+52 | |
| * | S_SAVEDPLAYERID constant. | luckytyphlosion | 2015-04-26 | 1 | -0/+1 | |
| * | Added all necessary SRAM constants | luckytyphlosion | 2015-04-26 | 1 | -5/+15 | |
| * | Split SRAM stuff. | luckytyphlosion | 2015-04-26 | 1 | -16/+1 | |
| * | Create sram.asm | luckytyphlosion | 2015-04-26 | 1 | -0/+16 | |
| * | Replaced Box Direct Addresses with Labels. | luckytyphlosion | 2015-04-26 | 1 | -6/+6 | |
| * | SRAM Constants | luckytyphlosion | 2015-04-26 | 1 | -0/+6 | |
| * | Merge pull request #93 from xCrystal/master | yenatch | 2015-04-09 | 16 | -222/+272 | |
| |\ | ||||||
| | * | money won and trainer pic constants | xCrystal | 2015-04-09 | 5 | -16/+21 | |
| | * | user xor operator for clearing status flags | xCrystal | 2015-04-09 | 2 | -6/+6 | |
| | * | Document DisableEffect and CheckEnemyStatusConditions | xCrystal | 2015-04-09 | 3 | -73/+89 | |
| | * | Document move effects | xCrystal | 2015-04-08 | 11 | -129/+158 | |
| |/ | ||||||
| * | Merge pull request #90 from xCrystal/master | yenatch | 2015-04-01 | 45 | -2035/+2092 | |
| |\ | ||||||
| | * | 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 | |
| |/ | ||||||
