| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename GetJoypadState -> Joypad. | yenatch | 2014-05-25 | 10 | -28/+28 |
| | | |||||
| * | Rename joypad registers. | yenatch | 2014-05-25 | 73 | -301/+306 |
| | | |||||
| * | Move bank 0 into home.asm. | yenatch | 2014-05-25 | 2 | -10171/+10172 |
| | | |||||
| * | Clean up some bank 3 functions and rename flag action functions. | yenatch | 2014-05-25 | 11 | -232/+326 |
| | | |||||
| * | Use global labels for pics. | yenatch | 2014-05-24 | 1 | -360/+357 |
| | | |||||
| * | Organize file includes in banks 4 through 1e. | yenatch | 2014-05-24 | 1 | -2005/+745 |
| | | |||||
| * | Rename engine/rng.asm to engine/random.asm. | yenatch | 2014-05-24 | 2 | -1/+1 |
| | | |||||
| * | Rename random number function and hram labels. | yenatch | 2014-05-24 | 14 | -109/+121 |
| | | | | | | | | GenRandom -> Random GenRandomInBattle -> BattleRandom H_RAND1 -> hRandomAdd H_RAND2 -> hRandomSub | ||||
| * | Comment some more bank 0 functions. | yenatch | 2014-05-23 | 20 | -533/+573 |
| | | |||||
| * | More complete hardware constants. Rename joypad constants. | yenatch | 2014-05-23 | 4 | -24/+124 |
| | | |||||
| * | 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 |
| | | | |||||
