| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2015-07-19 | jpab/jpba macros | YamaArashi | 2 | -6/+2 | |
| 2015-07-19 | Name sound effects | dannye | 7 | -15/+15 | |
| 2015-07-18 | misc | YamaArashi | 5 | -94/+105 | |
| 2015-07-18 | Consolidate coord macros | dannye | 12 | -159/+159 | |
| 2015-07-18 | fix variable naming | YamaArashi | 3 | -14/+14 | |
| 2015-07-17 | money / coins hram constants | YamaArashi | 2 | -7/+7 | |
| 2015-07-17 | title / diploma / vending machine | YamaArashi | 2 | -31/+38 | |
| 2015-07-16 | Swap trade center and battle center | dannye | 2 | -6/+6 | |
| also rename battle center to colosseum closes https://github.com/iimarckus/pokered/issues/102 | |||||
| 2015-07-15 | menu stuff | YamaArashi | 7 | -295/+305 | |
| 2015-07-14 | named wram variables | YamaArashi | 5 | -21/+21 | |
| 2015-07-14 | hall of fame / credits | YamaArashi | 3 | -28/+30 | |
| 2015-07-14 | field moves | YamaArashi | 1 | -3/+3 | |
| 2015-07-14 | Comment naming screen | dannye | 3 | -124/+131 | |
| also use more joypad constants | |||||
| 2015-07-14 | Use more screen dimension constants | dannye | 2 | -16/+17 | |
| 2015-07-14 | Use more *Coord | dannye | 7 | -37/+37 | |
| also town map code relabelling YamaArashi just did town map relabelling but oh well I aleady made the changes and don't feel like redoing it | |||||
| 2015-07-13 | named party menu/naming screen wram variables | YamaArashi | 3 | -29/+29 | |
| 2015-07-13 | comment slot machine | YamaArashi | 2 | -2/+2 | |
| 2015-07-13 | menu wram variable names | YamaArashi | 1 | -3/+3 | |
| 2015-07-12 | movemon and removepokemon wram variables | YamaArashi | 1 | -8/+8 | |
| 2015-07-12 | named wram variables | YamaArashi | 4 | -15/+15 | |
| 2015-07-04 | Start using text predef macros | dannye | 1 | -7/+4 | |
| also sprite direction constants | |||||
| 2015-07-03 | Rename/organize part 1 of 4 | U-Daniel-PC\Daniel | 13 | -101/+101 | |
| rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github | |||||
| 2015-06-12 | Relabel Addresses | luckytyphlosion | 1 | -6/+4 | |
| 2015-06-12 | Name a few unknowns | U-Daniel-PC\Daniel | 1 | -2/+2 | |
| 2015-04-01 | Rename battle files and split move effects Part 1 | xCrystal | 1 | -0/+64 | |
| 1.asm, 4.asm, and 4_2.asm | |||||
| 2015-03-14 | commented trade amim functions | YamaArashi | 1 | -2/+2 | |
| 2015-03-13 | relabel and add comment | YamaArashi | 2 | -2/+2 | |
| 2015-03-13 | commented mon_party_sprites.asm | YamaArashi | 2 | -8/+8 | |
| 2015-02-20 | Remove hard-coded wPokedexOwned/wPokedexSeen array size | U-Daniel-PC\Daniel | 1 | -1/+1 | |
| 2015-02-08 | named misc functions | YamaArashi | 2 | -3/+3 | |
| 2015-02-08 | move-related things | YamaArashi | 1 | -5/+5 | |
| 2015-02-07 | fixed hp bar wram label and misc | YamaArashi | 4 | -88/+88 | |
| 2015-02-07 | Named wram symbols | YamaArashi | 5 | -32/+32 | |
| 2015-02-07 | commented battle stuff | YamaArashi | 2 | -5/+5 | |
| 2015-02-07 | commented menu stuff | YamaArashi | 3 | -53/+53 | |
| 2015-02-07 | serial/trade/misc | YamaArashi | 6 | -91/+95 | |
| 2015-01-24 | Clean up prizes data. | Marcus Huderle | 1 | -1/+1 | |
| 2014-10-17 | Kill version.asm. | IIMarckus | 2 | -2/+2 | |
| 2014-10-10 | Add a lot of Yellow text changes. | IIMarckus | 2 | -0/+6 | |
| 2014-09-23 | Accidentally committed .orig files from merge dff0cdeb. | yenatch | 1 | -647/+0 | |
| 2014-09-14 | Commented/labelled misc functions | YamaArashi | 5 | -16/+16 | |
| 2014-09-13 | Commented more sprite and map code | YamaArashi | 8 | -30/+31 | |
| 2014-09-09 | Labelled and commented mostly sprite-related things | YamaArashi | 4 | -14/+14 | |
| 2014-08-30 | Use hram constants for remaining joypad variables. | yenatch | 2 | -5/+5 | |
| 2014-08-22 | Use PARTY_LENGTH and related constants in menu and hud code. | yenatch | 1 | -42/+32 | |
| This should allow reducing PARTY_LENGTH to work as intended. Increasing it also works provided space is provided in wram, but breaks pc/saving. | |||||
| 2014-08-08 | Labelled many functions/variables | YamaArashi | 4 | -19/+19 | |
| 2014-06-25 | Use *Coord instead of FuncCoord | U-Fish-PC\Daniel | 12 | -314/+157 | |
| Using 'Coord =' doesn't like using wTileMap So use hlCoord, deCoord, bcCoord, aCoord, Coorda, or dwCoord to avoid static addresses | |||||
| 2014-06-16 | Use macros for predef calls/jumps instead of static ids. | yenatch | 10 | -42/+21 | |
| 2014-06-16 | Use macros to define predefs. | yenatch | 1 | -1/+1 | |
| 2014-06-16 | Rename predef functions so they aren't excessive in length. | yenatch | 3 | -3/+3 | |
| This is mostly because of an rgbasm bug that prevents macro arguments from exceeding 16 characters, but the names were bad anyway. | |||||
