aboutsummaryrefslogtreecommitdiffstats
path: root/engine (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Clean up sramdannye2015-07-051-80/+80
|
* Merge pull request https://github.com/iimarckus/pokered/pull/95 from ↵dannye2015-07-051-59/+59
|\ | | | | | | | | | | luckytyphlosion/master and related bug fixes
| * Update save.asmluckytyphlosion2015-04-261-1/+1
| |
| * Replaced all direct addresses with labels.luckytyphlosion2015-04-261-52/+52
| |
| * Replaced Box Direct Addresses with Labels.luckytyphlosion2015-04-261-6/+6
| |
* | Start using text predef macrosdannye2015-07-0412-151/+155
| | | | | | | | also sprite direction constants
* | TX_ASMU-Daniel-PC\Daniel2015-07-0311-36/+36
| |
* | Rename/organize part 1 of 4U-Daniel-PC\Daniel2015-07-0377-852/+855
| | | | | | | | | | rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
* | Mention Jap grammarU-Daniel-PC\Daniel2015-06-121-0/+4
| |
* | Document code related to MonName1TextU-Daniel-PC\Daniel2015-06-121-17/+27
| |
* | Hardcoded palette constantU-Daniel-PC\Daniel2015-06-121-1/+1
| |
* | Hardcoded audio bank referencesU-Daniel-PC\Daniel2015-06-121-1/+1
| |
* | Name a few unknownsU-Daniel-PC\Daniel2015-06-121-2/+2
| |
* | Name the last of unnamed textU-Daniel-PC\Daniel2015-06-121-1/+3
| |
* | Clean up white spaceU-Daniel-PC\Daniel2015-06-1117-110/+110
| |
* | Merge pull request #96 from dannye/masterDaniel Harding2015-06-045-9/+9
|\ \ | | | | | | wram comments, EOLs, EOFs, and UTF-8
| * | ANSI->UTF-8U-Daniel-PC\Daniel2015-06-041-5/+5
| | |
| * | Add newlines to EOFsU-Daniel-PC\Daniel2015-06-014-4/+4
| |/
* / Fix a hardcoded value by replacing it with a variable.IIMarckus2015-05-311-1/+1
|/
* money won and trainer pic constantsxCrystal2015-04-092-8/+11
|
* user xor operator for clearing status flagsxCrystal2015-04-092-6/+6
| | | | use xor operator for clearing status flags
* Document DisableEffect and CheckEnemyStatusConditionsxCrystal2015-04-092-65/+71
| | | | | basically copy/paste comments and labels from CheckPlayerStatusConditions
* Document move effectsxCrystal2015-04-0811-129/+158
| | | | | | | | | | | | | | | | | | | | | | Document mist effect Document recoil effect Document heal effect Update conversion_effect.asm Update haze_effect.asm Update leech_seed_effect.asm Update pay_day_effect.asm Update reflect_light_screen_effect.asm Update substitute_effect.asm Update transform_effect.asm
* Further split bank e stuffxCrystal2015-04-014-431/+434
|
* Rename battle files and split move effects Part 5xCrystal2015-04-015-90/+89
| | | | 15.asm, 16.asm, 1a.asm, 1c.asm
* Rename battle files and split move effects Part 4xCrystal2015-04-0110-648/+642
| | | | e.asm, e_2. asm, and 14.asm
* Rename battle files and split move effects Part 3xCrystal2015-04-016-66/+64
| | | | b.asm, b_2.asm, c.asm, and d.asm
* Rename battle files and split move effects Part 2xCrystal2015-04-016-81/+79
| | | | 5.asm, 9.asm, and a.asm
* Rename battle files and split move effects Part 1xCrystal2015-04-0113-504/+502
| | | | 1.asm, 4.asm, and 4_2.asm
* Document animation types (shake screen/blink pic)xCrystal2015-03-311-24/+26
|
* Name more in-battle functions and labelsxCrystal2015-03-312-55/+64
| | | | and better document some animation related functions
* Label some attack animation functionsxCrystal2015-03-313-43/+46
|
* Label some battle related functionsxCrystal2015-03-311-21/+21
|
* Further document AI stuffxCrystal2015-03-312-38/+42
|
* Some wram constantsxCrystal2015-03-315-21/+21
|
* Split commentary lines that are too longxCrystal2015-03-311-21/+37
|
* commented trade amim functionsYamaArashi2015-03-146-161/+255
|
* relabel and add commentYamaArashi2015-03-135-8/+12
|
* commented mon_party_sprites.asmYamaArashi2015-03-136-61/+83
|
* Low health alarm documentationU-Daniel-PC\Daniel2015-03-124-12/+12
| | | | RenaKunisaki
* Label typoU-Daniel-PC\Daniel2015-02-261-3/+3
| | | | closes https://github.com/iimarckus/pokered/issues/81
* Remove hard-coded wPokedexOwned/wPokedexSeen array sizeU-Daniel-PC\Daniel2015-02-201-1/+1
|
* Merge remote-tracking branch 'origin/master'yenatch2015-02-1342-744/+775
|\
| * Rename some labelsYamaArashi2015-02-085-8/+9
| |
| * named misc functionsYamaArashi2015-02-088-103/+111
| |
| * move-related thingsYamaArashi2015-02-088-43/+44
| |
| * fixed hp bar wram label and miscYamaArashi2015-02-0719-159/+161
| |
| * Named wram symbolsYamaArashi2015-02-0715-77/+77
| |
| * commented battle stuffYamaArashi2015-02-0721-249/+264
| |
| * comment drain HP effectYamaArashi2015-02-072-27/+31
| |