| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Further split bank e stuff | xCrystal | 2015-04-01 |
| | | |||
| * | Rename battle files and split move effects Part 5 | xCrystal | 2015-04-01 |
| | | | | | 15.asm, 16.asm, 1a.asm, 1c.asm | ||
| * | Rename battle files and split move effects Part 4 | xCrystal | 2015-04-01 |
| | | | | | e.asm, e_2. asm, and 14.asm | ||
| * | Rename battle files and split move effects Part 3 | xCrystal | 2015-04-01 |
| | | | | | b.asm, b_2.asm, c.asm, and d.asm | ||
| * | Rename battle files and split move effects Part 2 | xCrystal | 2015-04-01 |
| | | | | | 5.asm, 9.asm, and a.asm | ||
| * | Rename battle files and split move effects Part 1 | xCrystal | 2015-04-01 |
| | | | | | 1.asm, 4.asm, and 4_2.asm | ||
| * | Document animation types (shake screen/blink pic) | xCrystal | 2015-03-31 |
| | | |||
| * | Name more in-battle functions and labels | xCrystal | 2015-03-31 |
| | | | | | and better document some animation related functions | ||
| * | Label some attack animation functions | xCrystal | 2015-03-31 |
| | | |||
| * | Label some battle related functions | xCrystal | 2015-03-31 |
| | | |||
| * | Further document AI stuff | xCrystal | 2015-03-31 |
| | | |||
| * | Some wram constants | xCrystal | 2015-03-31 |
| | | |||
| * | Split commentary lines that are too long | xCrystal | 2015-03-31 |
| | | |||
| * | Merge pull request #88 from YamaArashi/master | yenatch | 2015-03-14 |
| |\ | | | | | commented trade amim functions | ||
| | * | commented trade amim functions | YamaArashi | 2015-03-14 |
| |/ | |||
| * | Merge pull request #87 from YamaArashi/master | yenatch | 2015-03-14 |
| |\ | | | | | commented mon_party_sprites.asm | ||
| | * | relabel and add comment | YamaArashi | 2015-03-13 |
| | | | |||
| | * | commented mon_party_sprites.asm | YamaArashi | 2015-03-13 |
| |/ | |||
| * | Low health alarm documentation | U-Daniel-PC\Daniel | 2015-03-12 |
| | | | | | RenaKunisaki | ||
| * | Merge pull request #82 from dannye/master | Daniel Harding | 2015-02-26 |
| |\ | | | | | Label typo | ||
| | * | Label typo | U-Daniel-PC\Daniel | 2015-02-26 |
| | | | | | | | | | closes https://github.com/iimarckus/pokered/issues/81 | ||
| * | | Merge pull request #80 from dannye/master | Daniel Harding | 2015-02-20 |
| |\| | | | | | Remove hard-coded wPokedexOwned/wPokedexSeen array size | ||
| | * | Remove hard-coded wPokedexOwned/wPokedexSeen array size | U-Daniel-PC\Daniel | 2015-02-20 |
| |/ | |||
| * | Merge remote-tracking branch 'origin/master' | yenatch | 2015-02-13 |
| |\ | |||
| | * | Rename some labels | YamaArashi | 2015-02-08 |
| | | | |||
| | * | named misc functions | YamaArashi | 2015-02-08 |
| | | | |||
| | * | move-related things | YamaArashi | 2015-02-08 |
| | | | |||
| | * | fixed hp bar wram label and misc | YamaArashi | 2015-02-07 |
| | | | |||
| | * | Named wram symbols | YamaArashi | 2015-02-07 |
| | | | |||
| | * | commented battle stuff | YamaArashi | 2015-02-07 |
| | | | |||
| | * | comment drain HP effect | YamaArashi | 2015-02-07 |
| | | | |||
| | * | commented menu stuff | YamaArashi | 2015-02-07 |
| | | | |||
| * | | rename hJoyHeldLast -> hJoyLast | yenatch | 2015-02-07 |
| | | | |||
| * | | INSTALL: git clone --recursive | yenatch | 2015-02-07 |
| | | | |||
| * | | Pick off some more static map ids. | yenatch | 2015-02-07 |
| |/ | |||
| * | documented bide bug | YamaArashi | 2015-02-07 |
| | | |||
| * | Fix typo in name | YamaArashi | 2015-02-07 |
| | | |||
| * | serial/trade/misc | YamaArashi | 2015-02-07 |
| | | |||
| * | add constants for volatile statuses and more battle labels/commentary/constants | xCrystal | 2015-02-04 |
| | | |||
| * | More battle commentary/labels/constans and fix some spacing issues | xCrystal | 2015-02-04 |
| | | | | | | Conflicts: engine/battle/core.asm | ||
| * | Merge branch 'master' of /tmp/a/pokered | IIMarckus | 2015-02-04 |
| |\ | |||
| | * | Use money macro for TrainerPicAndMoneyPointers. | Marcus Huderle | 2015-02-04 |
| | | | |||
| | * | Added bcd macros with coins and money aliases. | Marcus Huderle | 2015-02-04 |
| | | | |||
| | * | Clean up prizes data. | Marcus Huderle | 2015-01-24 |
| | | | |||
| | * | Better documenting for GetMachinePrice and TechnicalMachinePrices. | Marcus Huderle | 2015-01-24 |
| | | | |||
| * | | More battle sfx ids | U-Daniel-PC\Daniel | 2015-01-27 |
| | | | |||
| * | | Fix some sfx ids | U-Daniel-PC\Daniel | 2015-01-27 |
| | | | |||
| * | | Don't ignore .map files | U-Daniel-PC\Daniel | 2015-01-24 |
| | | | | | | | | | it makes it confusing to edit/move the tilemaps in gfx/ | ||
| * | | Update INSTALL.md | U-Daniel-PC\Daniel | 2015-01-24 |
| |/ | |||
| * | Merge pull request #66 from stag019/master | Daniel Harding | 2015-01-23 |
| |\ | | | | | Some Makefile stuff | ||
