| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | 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 | |
| * | | | Start using text predef macros | dannye | 2015-07-04 | 36 | -219/+225 | |
| * | | | More TX_ASM | U-Daniel-PC\Daniel | 2015-07-03 | 5 | -12/+12 | |
| * | | | Merge pull request #98 from dannye/master | Daniel Harding | 2015-07-03 | 654 | -4682/+4329 | |
| |\ \ \ | ||||||
| | * | | | No more ldh | U-Daniel-PC\Daniel | 2015-07-03 | 21 | -57/+57 | |
| | * | | | TX_ASM | U-Daniel-PC\Daniel | 2015-07-03 | 155 | -591/+595 | |
| | * | | | Rename/organize part 4 of 4 | U-Daniel-PC\Daniel | 2015-07-03 | 227 | -227/+0 | |
| | * | | | Rename/organize part 3 of 4 | U-Daniel-PC\Daniel | 2015-07-03 | 155 | -312/+156 | |
| | * | | | Rename/organize part 2 of 4 | U-Daniel-PC\Daniel | 2015-07-03 | 142 | -2242/+2245 | |
| | * | | | Rename/organize part 1 of 4 | U-Daniel-PC\Daniel | 2015-07-03 | 90 | -1066/+1070 | |
| | * | | | 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 | 2 | -3/+3 | |
| | * | | | Name a few unknowns | U-Daniel-PC\Daniel | 2015-06-12 | 2 | -5/+8 | |
| | * | | | Name the last of unnamed text | U-Daniel-PC\Daniel | 2015-06-12 | 13 | -51/+53 | |
| | * | | | Clean up white space | U-Daniel-PC\Daniel | 2015-06-11 | 19 | -114/+114 | |
| |/ / / | ||||||
| * | | | Merge pull request #96 from dannye/master | Daniel Harding | 2015-06-04 | 346 | -1002/+1005 | |
| |\ \ \ | ||||||
| | * | | | ANSI->UTF-8 | U-Daniel-PC\Daniel | 2015-06-04 | 1 | -5/+5 | |
| | * | | | Add newlines to EOFs | U-Daniel-PC\Daniel | 2015-06-01 | 336 | -335/+335 | |
| | * | | | EOL Windows->UNIX | U-Daniel-PC\Daniel | 2015-06-01 | 8 | -489/+489 | |
| | * | | | Comment wram.asm | U-Daniel-PC\Daniel | 2015-05-30 | 1 | -173/+176 | |
| | |/ / | ||||||
| * / / | Fix a hardcoded value by replacing it with a variable. | IIMarckus | 2015-05-31 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | 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 | |
