| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | comment slot machine | YamaArashi | 2015-07-13 | 8 | -311/+331 | |
| | * | menu wram variable names | YamaArashi | 2015-07-13 | 5 | -10/+10 | |
| | * | movemon and removepokemon wram variables | YamaArashi | 2015-07-12 | 3 | -10/+10 | |
| | * | named wram variables | YamaArashi | 2015-07-12 | 11 | -92/+110 | |
| | * | use constant for bg transfer dest hram var | YamaArashi | 2015-07-12 | 4 | -5/+5 | |
| | * | shake screen functions | YamaArashi | 2015-07-12 | 4 | -31/+37 | |
| | * | some battle animation stuff | YamaArashi | 2015-07-12 | 3 | -49/+52 | |
| | * | more trade comments/fixes | YamaArashi | 2015-07-12 | 1 | -3/+10 | |
| * | | Use more *Coord | dannye | 2015-07-14 | 23 | -160/+162 | |
| |/ | ||||||
| * | Clean up sram | dannye | 2015-07-05 | 1 | -80/+80 | |
| * | Merge pull request https://github.com/iimarckus/pokered/pull/95 from luckytyp... | dannye | 2015-07-05 | 1 | -59/+59 | |
| |\ | ||||||
| | * | Update save.asm | luckytyphlosion | 2015-04-26 | 1 | -1/+1 | |
| | * | Replaced all direct addresses with labels. | luckytyphlosion | 2015-04-26 | 1 | -52/+52 | |
| | * | Replaced Box Direct Addresses with Labels. | luckytyphlosion | 2015-04-26 | 1 | -6/+6 | |
| * | | Start using text predef macros | dannye | 2015-07-04 | 12 | -151/+155 | |
| * | | TX_ASM | U-Daniel-PC\Daniel | 2015-07-03 | 11 | -36/+36 | |
| * | | Rename/organize part 1 of 4 | U-Daniel-PC\Daniel | 2015-07-03 | 77 | -852/+855 | |
| * | | Mention Jap grammar | U-Daniel-PC\Daniel | 2015-06-12 | 1 | -0/+4 | |
| * | | Document code related to MonName1Text | U-Daniel-PC\Daniel | 2015-06-12 | 1 | -17/+27 | |
| * | | Hardcoded palette constant | U-Daniel-PC\Daniel | 2015-06-12 | 1 | -1/+1 | |
| * | | Hardcoded audio bank references | U-Daniel-PC\Daniel | 2015-06-12 | 1 | -1/+1 | |
| * | | Name a few unknowns | U-Daniel-PC\Daniel | 2015-06-12 | 1 | -2/+2 | |
| * | | Name the last of unnamed text | U-Daniel-PC\Daniel | 2015-06-12 | 1 | -1/+3 | |
| * | | Clean up white space | U-Daniel-PC\Daniel | 2015-06-11 | 17 | -110/+110 | |
| * | | Merge pull request #96 from dannye/master | Daniel Harding | 2015-06-04 | 5 | -9/+9 | |
| |\ \ | ||||||
| | * | | ANSI->UTF-8 | U-Daniel-PC\Daniel | 2015-06-04 | 1 | -5/+5 | |
| | * | | Add newlines to EOFs | U-Daniel-PC\Daniel | 2015-06-01 | 4 | -4/+4 | |
| | |/ | ||||||
| * / | Fix a hardcoded value by replacing it with a variable. | IIMarckus | 2015-05-31 | 1 | -1/+1 | |
| |/ | ||||||
| * | money won and trainer pic constants | xCrystal | 2015-04-09 | 2 | -8/+11 | |
| * | user xor operator for clearing status flags | xCrystal | 2015-04-09 | 2 | -6/+6 | |
| * | Document DisableEffect and CheckEnemyStatusConditions | xCrystal | 2015-04-09 | 2 | -65/+71 | |
| * | Document move effects | xCrystal | 2015-04-08 | 11 | -129/+158 | |
| * | Further split bank e stuff | xCrystal | 2015-04-01 | 4 | -431/+434 | |
| * | Rename battle files and split move effects Part 5 | xCrystal | 2015-04-01 | 5 | -90/+89 | |
| * | Rename battle files and split move effects Part 4 | xCrystal | 2015-04-01 | 10 | -648/+642 | |
| * | Rename battle files and split move effects Part 3 | xCrystal | 2015-04-01 | 6 | -66/+64 | |
| * | Rename battle files and split move effects Part 2 | xCrystal | 2015-04-01 | 6 | -81/+79 | |
| * | Rename battle files and split move effects Part 1 | xCrystal | 2015-04-01 | 13 | -504/+502 | |
| * | 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 | 3 | -43/+46 | |
| * | Label some battle related functions | xCrystal | 2015-03-31 | 1 | -21/+21 | |
| * | Further document AI stuff | xCrystal | 2015-03-31 | 2 | -38/+42 | |
| * | Some wram constants | xCrystal | 2015-03-31 | 5 | -21/+21 | |
| * | Split commentary lines that are too long | xCrystal | 2015-03-31 | 1 | -21/+37 | |
| * | commented trade amim functions | YamaArashi | 2015-03-14 | 6 | -161/+255 | |
| * | relabel and add comment | YamaArashi | 2015-03-13 | 5 | -8/+12 | |
| * | commented mon_party_sprites.asm | YamaArashi | 2015-03-13 | 6 | -61/+83 | |
| * | Low health alarm documentation | U-Daniel-PC\Daniel | 2015-03-12 | 4 | -12/+12 | |
| * | Label typo | U-Daniel-PC\Daniel | 2015-02-26 | 1 | -3/+3 | |
