| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | movemon and removepokemon wram variables | YamaArashi | 2015-07-12 | 8 | -51/+66 |
| * | named wram variables | YamaArashi | 2015-07-12 | 21 | -173/+253 |
| * | use constant for bg transfer dest hram var | YamaArashi | 2015-07-12 | 5 | -7/+7 |
| * | shake screen functions | YamaArashi | 2015-07-12 | 6 | -33/+39 |
| * | some battle animation stuff | YamaArashi | 2015-07-12 | 4 | -51/+56 |
| * | more trade comments/fixes | YamaArashi | 2015-07-12 | 1 | -3/+10 |
| * | Clean up sram | dannye | 2015-07-05 | 2 | -103/+103 |
| * | Merge pull request https://github.com/iimarckus/pokered/pull/95 from luckytyp... | dannye | 2015-07-05 | 3 | -68/+105 |
| |\ | |||||
| | * | 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 |
| * | | 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 |
