| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use a dedicated label for base stats. | yenatch | 2014-05-23 | 2 | -3/+4 |
| | | | | | The existing {Bulbasaur,Ivysaur,...}BaseStats labels are for convenience. | ||||
| * | Comment some bank 0 functions, and add wram labels for Predef. | yenatch | 2014-05-23 | 14 | -151/+184 |
| | | |||||
| * | Pull a lot of engine out of main.asm | U-Fish-PC\Daniel | 2014-05-22 | 110 | -38990/+39093 |
| | | |||||
| * | Pull out map header pointers and banks | U-Fish-PC\Daniel | 2014-05-21 | 3 | -500/+502 |
| | | |||||
| * | Name hidden object routines | U-Fish-PC\Daniel | 2014-05-21 | 8 | -351/+424 |
| | | |||||
| * | Use more constants in object data | U-Fish-PC\Daniel | 2014-05-21 | 85 | -476/+476 |
| | | |||||
| * | More misc relabelling | U-Fish-PC\Daniel | 2014-05-21 | 4 | -68/+70 |
| | | |||||
| * | Misc relabelling | U-Fish-PC\Daniel | 2014-05-21 | 8 | -182/+187 |
| | | |||||
| * | Use constants for the starter mons | U-Fish-PC\Daniel | 2014-05-21 | 10 | -32/+35 |
| | | |||||
| * | Fix capitalization, remove white space, remove vicctreebel.asm | U-Fish-PC\Daniel | 2014-05-19 | 100 | -130/+101 |
| | | |||||
| * | Merge branch 'master' of https://github.com/huderlem/pokered into pull-data | U-Fish-PC\Daniel | 2014-05-19 | 42 | -1155/+916 |
| |\ | | | | | | | | | | | | | Conflicts: main.asm text.asm text/maps/route_22.asm | ||||
| | * | Documented/Labeled Route 22 scripts. | Marcus Huderle | 2014-05-13 | 2 | -50/+51 |
| | | | |||||
| | * | Finished documenting/labeling functions in the MoveEffectPointerTable. | Marcus Huderle | 2014-05-12 | 3 | -322/+328 |
| | | | |||||
| | * | Merged with yenatch | Marcus Huderle | 2014-05-12 | 8 | -737/+415 |
| | |\ | |||||
| | | * | Merge remote-tracking branch 'iimarckus/master' | yenatch | 2014-04-27 | 4 | -179/+217 |
| | | |\ | |||||
| | | * | | Comments and labels for saving the last blackout map. | yenatch | 2014-04-27 | 2 | -31/+46 |
| | | | | | |||||
| | | * | | Use callba/callab macros for cross-bank calls. | yenatch | 2014-04-22 | 3 | -579/+205 |
| | | | | | |||||
| | | * | | Comment in-game trade evolution. | yenatch | 2014-04-22 | 2 | -10/+36 |
| | | | | | |||||
| | | * | | More move and effect constants. Use a constant for total move count. | yenatch | 2014-04-22 | 2 | -40/+43 |
| | | | | | |||||
| | | * | | Clean up rst vectors and interrupt labels. | yenatch | 2014-04-21 | 1 | -19/+19 |
| | | | | | |||||
| | | * | | More move effect constants. | yenatch | 2014-04-16 | 2 | -12/+95 |
| | | | | | |||||
| | | * | | Use map constants for hardcoded warp destinations. | yenatch | 2014-04-16 | 1 | -13/+13 |
| | | | | | |||||
| | | * | | Use bits for status constants instead of masks. | yenatch | 2014-04-16 | 2 | -28/+28 |
| | | | | | |||||
| | * | | | Documented/labeled lots of move-effect-related stuff. | Marcus Huderle | 2014-05-12 | 2 | -103/+180 |
| | | | | | |||||
| | * | | | Documented reflect/light screen effect function. Labeled some related text. | Marcus Huderle | 2014-05-12 | 2 | -45/+45 |
| | | |/ | |/| | |||||
| * | | | Pull more data out of main.asm | U-Fish-PC\Daniel | 2014-05-19 | 14 | -5520/+5532 |
| | | | | |||||
| * | | | Pull map scripts out of main.asm | U-Fish-PC\Daniel | 2014-05-18 | 310 | -29630/+29853 |
| | | | | |||||
| * | | | Pull map headers out of main.asm | U-Fish-PC\Daniel | 2014-05-17 | 225 | -1426/+1649 |
| | | | | |||||
| * | | | Pull map objects out of main.asm | U-Fish-PC\Daniel | 2014-05-17 | 227 | -4974/+5208 |
| | | | | |||||
| * | | | Organize base stats and wild mon data (Koolboyman) | U-Fish-PC\Daniel | 2014-05-16 | 255 | -9163/+7188 |
| | | | | |||||
| * | | | Pull most data out of main.asm | U-Fish-PC\Daniel | 2014-05-16 | 40 | -16933/+16970 |
| | | | | |||||
| * | | | More item IDs and palette function names | U-Fish-PC\Daniel | 2014-05-16 | 1 | -67/+73 |
| | | | | |||||
| * | | | Use more trainer/mon/palette constants | U-Fish-PC\Daniel | 2014-05-16 | 2 | -86/+86 |
| | | | | |||||
| * | | | Clean up text labels, use move and type constants | U-Fish-PC\Daniel | 2014-05-16 | 2 | -404/+404 |
| | | | | |||||
| * | | | Label a lot of unnamed text | U-Fish-PC\Daniel | 2014-05-15 | 3 | -980/+981 |
| | | | | |||||
| * | | | Label graphics loading functions and CheckIfMoveIsKnown | U-Fish-PC\Daniel | 2014-05-15 | 2 | -100/+102 |
| | | | | |||||
| * | | | Label and comment AnimatePartyMon | U-Fish-PC\Daniel | 2014-05-15 | 1 | -39/+46 |
| |/ / | |||||
| * | | Comment where gym trainers get deactivated after beating the leader. | IIMarckus | 2014-04-21 | 1 | -7/+34 |
| | | | |||||
| * | | Add labels and comments to the Fan Club. | IIMarckus | 2014-04-21 | 2 | -74/+83 |
| | | | |||||
| * | | Use decimal for levels, and replace some hardcoded RAM addresses. | IIMarckus | 2014-04-21 | 1 | -22/+23 |
| | | | |||||
| * | | Add a missed map constant. | IIMarckus | 2014-04-21 | 1 | -1/+1 |
| | | | |||||
| * | | Improve comments/labels for Silph Co 7F. | IIMarckus | 2014-04-19 | 2 | -64/+65 |
| | | | |||||
| * | | Label a Route 11 gatehouse script better. | IIMarckus | 2014-04-19 | 2 | -11/+11 |
| |/ | |||||
| * | Merge branch 'master' of https://github.com/iimarckus/pokered | U-Fish-PC\Daniel | 2014-04-16 | 1635 | -1815/+83 |
| |\ | |||||
| | * | hotfix: Bump pokemontools so gfx.py doesn't look for a baserom. | yenatch | 2014-04-16 | 1 | -0/+0 |
| | | | |||||
| | * | Merge remote-tracking branch 'yenatch/png' | yenatch | 2014-04-15 | 1635 | -1815/+83 |
| | |\ | |||||
| | | * | Bump pokemontools for png manifest destiny. | yenatch | 2014-04-15 | 1 | -0/+0 |
| | | | | | | | | | | | | | Now the past 10 or so commits actually work. | ||||
| | | * | Accidentally added a second minimize graphic. | yenatch | 2014-04-05 | 1 | -0/+0 |
| | | | | |||||
| | | * | Image handling in the makefile. | yenatch | 2014-04-05 | 1 | -7/+34 |
| | | | | |||||
| | | * | Fix tile padding for house and ship_port tileset graphics. | yenatch | 2014-04-05 | 3 | -2/+2 |
| | | | | |||||
