| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2015-07-03 | Rename/organize part 1 of 4 | U-Daniel-PC\Daniel | 77 | -852/+855 | |
| rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github | |||||
| 2015-07-03 | More bank3d documentation. | luckytyphlosion | 3 | -162/+442 | |
| Move some functions from main.asm and engine/battle/core.asm to bank3d, some additional functions too. | |||||
| 2015-06-29 | Bank3d documentation. | luckytyphlosion | 8 | -38/+1344 | |
| 2015-06-12 | Mention Jap grammar | U-Daniel-PC\Daniel | 1 | -0/+4 | |
| 2015-06-12 | Document code related to MonName1Text | U-Daniel-PC\Daniel | 1 | -17/+27 | |
| 2015-06-12 | Relabel Addresses | luckytyphlosion | 1 | -6/+4 | |
| 2015-06-12 | Hardcoded palette constant | U-Daniel-PC\Daniel | 1 | -1/+1 | |
| 2015-06-12 | Hardcoded audio bank references | U-Daniel-PC\Daniel | 1 | -1/+1 | |
| 2015-06-12 | Relabel function. | luckytyphlosion | 1 | -1/+1 | |
| 2015-06-12 | Name a few unknowns | U-Daniel-PC\Daniel | 1 | -2/+2 | |
| 2015-06-12 | Name the last of unnamed text | U-Daniel-PC\Daniel | 1 | -1/+3 | |
| 2015-06-11 | Clean up white space | U-Daniel-PC\Daniel | 17 | -110/+110 | |
| 2015-06-07 | More bank3f code. | luckytyphlosion | 1 | -1/+56 | |
| 2015-06-05 | Fix EOL to LF to make push requests more doable. | luckytyphlosion | 2 | -3312/+3312 | |
| 2015-06-05 | Fix a lot of bugs | U-Daniel-PC\Daniel | 7 | -0/+1344 | |
| 2015-06-04 | EOL Windows->UNIX | U-Daniel-PC\Daniel | 2 | -3312/+3312 | |
| 2015-06-04 | ANSI->UTF-8 | U-Daniel-PC\Daniel | 1 | -5/+5 | |
| 2015-06-01 | Add newlines to EOFs | U-Daniel-PC\Daniel | 4 | -4/+4 | |
| 2015-05-31 | Fix a hardcoded value by replacing it with a variable. | IIMarckus | 1 | -1/+1 | |
| 2015-05-17 | Add IsTilePassable Function | luckytyphlosion | 1 | -0/+16 | |
| 2015-05-17 | Completed home/overworld.asm with other related functions | luckytyphlosion | 2 | -3308/+3312 | |
| 2015-05-10 | Update joypad.asm | luckytyphlosion | 1 | -1/+36 | |
| 2015-05-10 | Merge readjoypad.asm with joypad.asm | luckytyphlosion | 1 | -31/+0 | |
| 2015-05-10 | Create readjoypad.asm | luckytyphlosion | 1 | -0/+31 | |
| 2015-05-10 | Update random.asm | luckytyphlosion | 1 | -0/+2 | |
| 2015-05-10 | Moved to homebank | luckytyphlosion | 1 | -61/+0 | |
| 2015-04-26 | Update save.asm | luckytyphlosion | 1 | -1/+1 | |
| 2015-04-26 | Replaced all direct addresses with labels. | luckytyphlosion | 1 | -52/+52 | |
| 2015-04-26 | Replaced Box Direct Addresses with Labels. | luckytyphlosion | 1 | -6/+6 | |
| 2015-04-09 | money won and trainer pic constants | xCrystal | 2 | -8/+11 | |
| 2015-04-09 | user xor operator for clearing status flags | xCrystal | 2 | -6/+6 | |
| use xor operator for clearing status flags | |||||
| 2015-04-09 | Document DisableEffect and CheckEnemyStatusConditions | xCrystal | 2 | -65/+71 | |
| basically copy/paste comments and labels from CheckPlayerStatusConditions | |||||
| 2015-04-08 | Document move effects | xCrystal | 11 | -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 | |||||
| 2015-04-01 | Further split bank e stuff | xCrystal | 4 | -431/+434 | |
| 2015-04-01 | Rename battle files and split move effects Part 5 | xCrystal | 5 | -90/+89 | |
| 15.asm, 16.asm, 1a.asm, 1c.asm | |||||
| 2015-04-01 | Rename battle files and split move effects Part 4 | xCrystal | 10 | -648/+642 | |
| e.asm, e_2. asm, and 14.asm | |||||
| 2015-04-01 | Rename battle files and split move effects Part 3 | xCrystal | 6 | -66/+64 | |
| b.asm, b_2.asm, c.asm, and d.asm | |||||
| 2015-04-01 | Rename battle files and split move effects Part 2 | xCrystal | 6 | -81/+79 | |
| 5.asm, 9.asm, and a.asm | |||||
| 2015-04-01 | Rename battle files and split move effects Part 1 | xCrystal | 13 | -504/+502 | |
| 1.asm, 4.asm, and 4_2.asm | |||||
| 2015-03-31 | Document animation types (shake screen/blink pic) | xCrystal | 1 | -24/+26 | |
| 2015-03-31 | Name more in-battle functions and labels | xCrystal | 2 | -55/+64 | |
| and better document some animation related functions | |||||
| 2015-03-31 | Label some attack animation functions | xCrystal | 3 | -43/+46 | |
| 2015-03-31 | Label some battle related functions | xCrystal | 1 | -21/+21 | |
| 2015-03-31 | Further document AI stuff | xCrystal | 2 | -38/+42 | |
| 2015-03-31 | Some wram constants | xCrystal | 5 | -21/+21 | |
| 2015-03-31 | Split commentary lines that are too long | xCrystal | 1 | -21/+37 | |
| 2015-03-14 | commented trade amim functions | YamaArashi | 6 | -161/+255 | |
| 2015-03-13 | relabel and add comment | YamaArashi | 5 | -8/+12 | |
| 2015-03-13 | commented mon_party_sprites.asm | YamaArashi | 6 | -61/+83 | |
| 2015-03-12 | Low health alarm documentation | U-Daniel-PC\Daniel | 4 | -12/+12 | |
| RenaKunisaki | |||||
