| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename battle files and split move effects Part 2 | xCrystal | 2015-04-01 | 1 | -2/+2 |
| | | | | | 5.asm, 9.asm, and a.asm | ||||
| * | Name more in-battle functions and labels | xCrystal | 2015-03-31 | 1 | -53/+62 |
| | | | | | and better document some animation related functions | ||||
| * | Label some attack animation functions | xCrystal | 2015-03-31 | 1 | -36/+37 |
| | | |||||
| * | Label some battle related functions | xCrystal | 2015-03-31 | 1 | -21/+21 |
| | | |||||
| * | Further document AI stuff | xCrystal | 2015-03-31 | 1 | -9/+9 |
| | | |||||
| * | Some wram constants | xCrystal | 2015-03-31 | 1 | -15/+15 |
| | | |||||
| * | Split commentary lines that are too long | xCrystal | 2015-03-31 | 1 | -21/+37 |
| | | |||||
| * | Low health alarm documentation | U-Daniel-PC\Daniel | 2015-03-12 | 1 | -8/+8 |
| | | | | | RenaKunisaki | ||||
| * | named misc functions | YamaArashi | 2015-02-08 | 1 | -10/+11 |
| | | |||||
| * | move-related things | YamaArashi | 2015-02-08 | 1 | -4/+4 |
| | | |||||
| * | fixed hp bar wram label and misc | YamaArashi | 2015-02-07 | 1 | -4/+4 |
| | | |||||
| * | Named wram symbols | YamaArashi | 2015-02-07 | 1 | -11/+11 |
| | | |||||
| * | commented battle stuff | YamaArashi | 2015-02-07 | 1 | -15/+15 |
| | | |||||
| * | comment drain HP effect | YamaArashi | 2015-02-07 | 1 | -2/+2 |
| | | |||||
| * | commented menu stuff | YamaArashi | 2015-02-07 | 1 | -6/+6 |
| | | |||||
| * | documented bide bug | YamaArashi | 2015-02-07 | 1 | -1/+3 |
| | | |||||
| * | serial/trade/misc | YamaArashi | 2015-02-07 | 1 | -86/+87 |
| | | |||||
| * | add constants for volatile statuses and more battle labels/commentary/constants | xCrystal | 2015-02-04 | 1 | -206/+208 |
| | | |||||
| * | More battle commentary/labels/constans and fix some spacing issues | xCrystal | 2015-02-04 | 1 | -144/+153 |
| | | | | | | Conflicts: engine/battle/core.asm | ||||
| * | Clean up white space, fix label typo | U-Daniel-PC\Daniel | 2015-01-22 | 1 | -56/+56 |
| | | |||||
| * | fix duplicate labels | xCrystal | 2015-01-21 | 1 | -10/+10 |
| | | |||||
| * | some constants in stat up/down effects | xCrystal | 2015-01-20 | 1 | -5/+5 |
| | | |||||
| * | rename some labels | xCrystal | 2015-01-20 | 1 | -207/+208 |
| | | |||||
| * | add commentary to move effects | xCrystal | 2015-01-20 | 1 | -93/+106 |
| | | |||||
| * | add commentary | xCrystal | 2015-01-04 | 1 | -95/+135 |
| | | |||||
| * | Kill version.asm. | IIMarckus | 2014-10-17 | 1 | -1/+1 |
| | | |||||
| * | Add a lot of Yellow text changes. | IIMarckus | 2014-10-10 | 1 | -0/+4 |
| | | |||||
| * | Rename hVBlank* constants to h*. | yenatch | 2014-09-23 | 1 | -6/+6 |
| | | |||||
| * | Merge remote-tracking branch 'YamaArashi/master' | yenatch | 2014-09-20 | 1 | -1795/+1958 |
| |\ | | | | | | | | | | | | | | | | | | | Conflicts: constants/misc_constants.asm engine/battle/core.asm engine/menu/pokedex.asm engine/town_map.asm home.asm hram.asm | ||||
| | * | Commented/labelled misc functions | YamaArashi | 2014-09-14 | 1 | -4/+4 |
| | | | |||||
| | * | Commented more sprite and map code | YamaArashi | 2014-09-13 | 1 | -7/+7 |
| | | | |||||
| | * | Labelled many functions/variables | YamaArashi | 2014-08-08 | 1 | -1789/+1933 |
| | | | |||||
| * | | Use move animation constants instead of static values. | yenatch | 2014-09-17 | 1 | -12/+12 |
| | | | | | | | | | This allows new moves and animations to be added without overlap. | ||||
| * | | Fix static banks passed into GetName. | yenatch | 2014-08-07 | 1 | -5/+8 |
| |/ | | | | | | This appears to be the only other use of wPredefBank. Chances are there are more uncaught banks. Known cases are marked as "hardcoded" or similar. | ||||
| * | Use *Coord instead of FuncCoord | U-Fish-PC\Daniel | 2014-06-25 | 1 | -134/+67 |
| | | | | | | | Using 'Coord =' doesn't like using wTileMap So use hlCoord, deCoord, bcCoord, aCoord, Coorda, or dwCoord to avoid static addresses | ||||
| * | Use macros for predef calls/jumps instead of static ids. | yenatch | 2014-06-16 | 1 | -74/+37 |
| | | |||||
| * | Use macros to define predefs. | yenatch | 2014-06-16 | 1 | -1/+1 |
| | | |||||
| * | Rename predef functions so they aren't excessive in length. | yenatch | 2014-06-16 | 1 | -6/+6 |
| | | | | | | This is mostly because of an rgbasm bug that prevents macro arguments from exceeding 16 characters, but the names were bad anyway. | ||||
| * | Remove generated "indirect jump" comments. | yenatch | 2014-06-16 | 1 | -23/+23 |
| | | | | | The destination is obvious when using the predef macro. | ||||
| * | Use monster struct macros in wram. Rename related labels for consistency. | yenatch | 2014-06-14 | 1 | -269/+269 |
| | | |||||
| * | Merge branch 'master' of https://github.com/yenatch/pokered | U-Fish-PC\Daniel | 2014-05-30 | 1 | -20/+20 |
| |\ | | | | | | | | | Conflicts: engine/battle/1c.asm | ||||
| | * | Use VRAM constants where applicable. | yenatch | 2014-05-29 | 1 | -20/+20 |
| | | | |||||
| * | | Label and comment BattleTransition | U-Fish-PC\Daniel | 2014-05-29 | 1 | -1/+1 |
| |/ | |||||
| * | Remove most static wram addresses. Use labels instead. | yenatch | 2014-05-26 | 1 | -953/+953 |
| | | | | | | | For unknown addresses, use "w<address>". Label overleads are still an issue. | ||||
| * | Label BCD math predefs. | yenatch | 2014-05-25 | 1 | -2/+2 |
| | | |||||
| * | Rename joypad registers. | yenatch | 2014-05-25 | 1 | -1/+1 |
| | | |||||
| * | Clean up some bank 3 functions and rename flag action functions. | yenatch | 2014-05-25 | 1 | -16/+16 |
| | | |||||
| * | Rename random number function and hram labels. | yenatch | 2014-05-24 | 1 | -54/+61 |
| | | | | | | | | GenRandom -> Random GenRandomInBattle -> BattleRandom H_RAND1 -> hRandomAdd H_RAND2 -> hRandomSub | ||||
| * | Comment some more bank 0 functions. | yenatch | 2014-05-23 | 1 | -9/+9 |
| | | |||||
| * | Pull a lot of engine out of main.asm | U-Fish-PC\Daniel | 2014-05-22 | 1 | -0/+8547 |
