| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2015-02-26 | Label typo | U-Daniel-PC\Daniel | 1 | -3/+3 | |
| closes https://github.com/iimarckus/pokered/issues/81 | |||||
| 2015-02-20 | Remove hard-coded wPokedexOwned/wPokedexSeen array size | U-Daniel-PC\Daniel | 1 | -1/+1 | |
| 2015-02-08 | Rename some labels | YamaArashi | 5 | -8/+9 | |
| 2015-02-08 | named misc functions | YamaArashi | 8 | -103/+111 | |
| 2015-02-08 | move-related things | YamaArashi | 8 | -43/+44 | |
| 2015-02-07 | fixed hp bar wram label and misc | YamaArashi | 19 | -159/+161 | |
| 2015-02-07 | Named wram symbols | YamaArashi | 15 | -77/+77 | |
| 2015-02-07 | commented battle stuff | YamaArashi | 21 | -249/+264 | |
| 2015-02-07 | comment drain HP effect | YamaArashi | 2 | -27/+31 | |
| 2015-02-07 | commented menu stuff | YamaArashi | 12 | -93/+93 | |
| 2015-02-07 | rename hJoyHeldLast -> hJoyLast | yenatch | 2 | -9/+18 | |
| 2015-02-07 | Pick off some more static map ids. | yenatch | 1 | -1/+1 | |
| 2015-02-07 | documented bide bug | YamaArashi | 1 | -1/+3 | |
| 2015-02-07 | Fix typo in name | YamaArashi | 1 | -5/+5 | |
| 2015-02-07 | serial/trade/misc | YamaArashi | 34 | -1132/+1222 | |
| 2015-02-04 | add constants for volatile statuses and more battle labels/commentary/constants | xCrystal | 12 | -298/+307 | |
| 2015-02-04 | More battle commentary/labels/constans and fix some spacing issues | xCrystal | 1 | -144/+153 | |
| Conflicts: engine/battle/core.asm | |||||
| 2015-02-04 | Use money macro for TrainerPicAndMoneyPointers. | Marcus Huderle | 1 | -47/+47 | |
| 2015-01-27 | More battle sfx ids | U-Daniel-PC\Daniel | 1 | -166/+166 | |
| 2015-01-27 | Fix some sfx ids | U-Daniel-PC\Daniel | 1 | -1/+1 | |
| 2015-01-24 | Clean up prizes data. | Marcus Huderle | 1 | -1/+1 | |
| 2015-01-24 | Better documenting for GetMachinePrice and TechnicalMachinePrices. | Marcus Huderle | 1 | -4/+7 | |
| 2015-01-22 | Clean up white space, fix label typo | U-Daniel-PC\Daniel | 2 | -57/+57 | |
| 2015-01-21 | fix duplicate labels | xCrystal | 1 | -10/+10 | |
| 2015-01-20 | some constants in stat up/down effects | xCrystal | 1 | -5/+5 | |
| 2015-01-20 | rename some labels | xCrystal | 1 | -207/+208 | |
| 2015-01-20 | add commentary to move effects | xCrystal | 1 | -93/+106 | |
| 2015-01-04 | add commentary | xCrystal | 1 | -95/+135 | |
| 2014-12-10 | Clean up type names. | yenatch | 1 | -1/+1 | |
| 2014-10-22 | Fix typo introduced in last commit. | IIMarckus | 1 | -1/+1 | |
| 2014-10-21 | Add Yellow’s slot machine graphics. | IIMarckus | 2 | -0/+6 | |
| 2014-10-17 | Kill version.asm. | IIMarckus | 8 | -21/+21 | |
| 2014-10-16 | Minor comment/label improvements in Cinnabar Lab. | IIMarckus | 1 | -1/+1 | |
| 2014-10-10 | Better document the “can encounter Pokémon outside grass” code. | IIMarckus | 1 | -21/+26 | |
| Pointed out by Lin. | |||||
| 2014-10-10 | Add a lot of Yellow text changes. | IIMarckus | 3 | -0/+10 | |
| 2014-10-09 | Add Yellow player/rival names. | IIMarckus | 1 | -0/+22 | |
| 2014-09-23 | Accidentally committed .orig files from merge dff0cdeb. | yenatch | 3 | -9891/+0 | |
| 2014-09-23 | Rename hVBlank* constants to h*. | yenatch | 10 | -33/+33 | |
| 2014-09-17 | Use move animation constants instead of static values. | yenatch | 3 | -25/+25 | |
| This allows new moves and animations to be added without overlap. | |||||
| 2014-09-14 | Commented/labelled misc functions | YamaArashi | 27 | -273/+284 | |
| 2014-09-13 | Commented more sprite and map code | YamaArashi | 50 | -354/+362 | |
| 2014-09-09 | Labelled and commented mostly sprite-related things | YamaArashi | 25 | -227/+236 | |
| 2014-09-08 | Add comments regarding menus and sprites | YamaArashi | 2 | -10/+13 | |
| 2014-08-30 | Use hram constants for remaining joypad variables. | yenatch | 6 | -13/+13 | |
| 2014-08-22 | Use PARTY_LENGTH and related constants in menu and hud code. | yenatch | 5 | -61/+51 | |
| This should allow reducing PARTY_LENGTH to work as intended. Increasing it also works provided space is provided in wram, but breaks pc/saving. | |||||
| 2014-08-08 | Labelled many functions/variables | YamaArashi | 34 | -2163/+2333 | |
| 2014-08-07 | Fix static banks passed into GetName. | yenatch | 4 | -8/+11 | |
| 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. | |||||
| 2014-07-28 | Commented function | YamaArashi | 1 | -4/+4 | |
| - Named and commented Func_4c70. - Removed gfx/diagonal_lines.png, which is not actually graphics. | |||||
| 2014-06-25 | S_SPRITEBUFFER0 static address | U-Fish-PC\Daniel | 1 | -1/+1 | |
| 2014-06-25 | Use *Coord instead of FuncCoord | U-Fish-PC\Daniel | 43 | -792/+396 | |
| Using 'Coord =' doesn't like using wTileMap So use hlCoord, deCoord, bcCoord, aCoord, Coorda, or dwCoord to avoid static addresses | |||||
