aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Further split bank e stuffxCrystal2015-04-01
|
* Rename battle files and split move effects Part 5xCrystal2015-04-01
| | | | 15.asm, 16.asm, 1a.asm, 1c.asm
* Rename battle files and split move effects Part 4xCrystal2015-04-01
| | | | e.asm, e_2. asm, and 14.asm
* Rename battle files and split move effects Part 3xCrystal2015-04-01
| | | | b.asm, b_2.asm, c.asm, and d.asm
* Rename battle files and split move effects Part 2xCrystal2015-04-01
| | | | 5.asm, 9.asm, and a.asm
* Rename battle files and split move effects Part 1xCrystal2015-04-01
| | | | 1.asm, 4.asm, and 4_2.asm
* Document animation types (shake screen/blink pic)xCrystal2015-03-31
|
* Name more in-battle functions and labelsxCrystal2015-03-31
| | | | and better document some animation related functions
* Label some attack animation functionsxCrystal2015-03-31
|
* Label some battle related functionsxCrystal2015-03-31
|
* Further document AI stuffxCrystal2015-03-31
|
* Some wram constantsxCrystal2015-03-31
|
* Split commentary lines that are too longxCrystal2015-03-31
|
* Merge pull request #88 from YamaArashi/masteryenatch2015-03-14
|\ | | | | commented trade amim functions
| * commented trade amim functionsYamaArashi2015-03-14
|/
* Merge pull request #87 from YamaArashi/masteryenatch2015-03-14
|\ | | | | commented mon_party_sprites.asm
| * relabel and add commentYamaArashi2015-03-13
| |
| * commented mon_party_sprites.asmYamaArashi2015-03-13
|/
* Low health alarm documentationU-Daniel-PC\Daniel2015-03-12
| | | | RenaKunisaki
* Merge pull request #82 from dannye/masterDaniel Harding2015-02-26
|\ | | | | Label typo
| * Label typoU-Daniel-PC\Daniel2015-02-26
| | | | | | | | closes https://github.com/iimarckus/pokered/issues/81
* | Merge pull request #80 from dannye/masterDaniel Harding2015-02-20
|\| | | | | Remove hard-coded wPokedexOwned/wPokedexSeen array size
| * Remove hard-coded wPokedexOwned/wPokedexSeen array sizeU-Daniel-PC\Daniel2015-02-20
|/
* Merge remote-tracking branch 'origin/master'yenatch2015-02-13
|\
| * Rename some labelsYamaArashi2015-02-08
| |
| * named misc functionsYamaArashi2015-02-08
| |
| * move-related thingsYamaArashi2015-02-08
| |
| * fixed hp bar wram label and miscYamaArashi2015-02-07
| |
| * Named wram symbolsYamaArashi2015-02-07
| |
| * commented battle stuffYamaArashi2015-02-07
| |
| * comment drain HP effectYamaArashi2015-02-07
| |
| * commented menu stuffYamaArashi2015-02-07
| |
* | rename hJoyHeldLast -> hJoyLastyenatch2015-02-07
| |
* | INSTALL: git clone --recursiveyenatch2015-02-07
| |
* | Pick off some more static map ids.yenatch2015-02-07
|/
* documented bide bugYamaArashi2015-02-07
|
* Fix typo in nameYamaArashi2015-02-07
|
* serial/trade/miscYamaArashi2015-02-07
|
* add constants for volatile statuses and more battle labels/commentary/constantsxCrystal2015-02-04
|
* More battle commentary/labels/constans and fix some spacing issuesxCrystal2015-02-04
| | | | | Conflicts: engine/battle/core.asm
* Merge branch 'master' of /tmp/a/pokeredIIMarckus2015-02-04
|\
| * Use money macro for TrainerPicAndMoneyPointers.Marcus Huderle2015-02-04
| |
| * Added bcd macros with coins and money aliases.Marcus Huderle2015-02-04
| |
| * Clean up prizes data.Marcus Huderle2015-01-24
| |
| * Better documenting for GetMachinePrice and TechnicalMachinePrices.Marcus Huderle2015-01-24
| |
* | More battle sfx idsU-Daniel-PC\Daniel2015-01-27
| |
* | Fix some sfx idsU-Daniel-PC\Daniel2015-01-27
| |
* | Don't ignore .map filesU-Daniel-PC\Daniel2015-01-24
| | | | | | | | it makes it confusing to edit/move the tilemaps in gfx/
* | Update INSTALL.mdU-Daniel-PC\Daniel2015-01-24
|/
* Merge pull request #66 from stag019/masterDaniel Harding2015-01-23
|\ | | | | Some Makefile stuff