Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-19 | jpab/jpba macros | YamaArashi | |
2015-07-19 | Merge branch 'master' of https://github.com/YamaArashi/pokered | dannye | |
Conflicts: engine/evos_moves.asm engine/overworld/healing_machine.asm | |||
2015-07-19 | Name sound effects | dannye | |
2015-07-18 | misc | YamaArashi | |
2015-07-18 | Consolidate coord macros | dannye | |
2015-07-18 | fix variable naming | YamaArashi | |
2015-07-17 | money / coins hram constants | YamaArashi | |
2015-07-17 | title / diploma / vending machine | YamaArashi | |
2015-07-16 | Merge branch 'master' of https://github.com/iimarckus/pokered | dannye | |
2015-07-16 | Swap trade center and battle center | dannye | |
also rename battle center to colosseum closes https://github.com/iimarckus/pokered/issues/102 | |||
2015-07-15 | menu stuff | YamaArashi | |
2015-07-14 | named wram variables | YamaArashi | |
2015-07-14 | hall of fame / credits | YamaArashi | |
2015-07-14 | field moves | YamaArashi | |
2015-07-14 | Comment naming screen | dannye | |
also use more joypad constants | |||
2015-07-14 | Use more screen dimension constants | dannye | |
2015-07-14 | Merge branch 'master' of https://github.com/YamaArashi/pokered | dannye | |
Conflicts: engine/town_map.asm | |||
2015-07-14 | Use more *Coord | dannye | |
also town map code relabelling YamaArashi just did town map relabelling but oh well I aleady made the changes and don't feel like redoing it | |||
2015-07-13 | named party menu/naming screen wram variables | YamaArashi | |
2015-07-13 | comment slot machine | YamaArashi | |
2015-07-13 | menu wram variable names | YamaArashi | |
2015-07-12 | movemon and removepokemon wram variables | YamaArashi | |
2015-07-12 | named wram variables | YamaArashi | |
2015-07-04 | Start using text predef macros | dannye | |
also sprite direction constants | |||
2015-07-03 | Rename/organize part 1 of 4 | U-Daniel-PC\Daniel | |
rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github | |||
2015-06-12 | Name a few unknowns | U-Daniel-PC\Daniel | |
2015-04-01 | Rename battle files and split move effects Part 1 | xCrystal | |
1.asm, 4.asm, and 4_2.asm | |||
2015-03-14 | commented trade amim functions | YamaArashi | |
2015-03-13 | relabel and add comment | YamaArashi | |
2015-03-13 | commented mon_party_sprites.asm | YamaArashi | |
2015-02-20 | Remove hard-coded wPokedexOwned/wPokedexSeen array size | U-Daniel-PC\Daniel | |
2015-02-08 | named misc functions | YamaArashi | |
2015-02-08 | move-related things | YamaArashi | |
2015-02-07 | fixed hp bar wram label and misc | YamaArashi | |
2015-02-07 | Named wram symbols | YamaArashi | |
2015-02-07 | commented battle stuff | YamaArashi | |
2015-02-07 | commented menu stuff | YamaArashi | |
2015-02-07 | serial/trade/misc | YamaArashi | |
2015-01-24 | Clean up prizes data. | Marcus Huderle | |
2014-10-17 | Kill version.asm. | IIMarckus | |
2014-10-10 | Add a lot of Yellow text changes. | IIMarckus | |
2014-09-23 | Accidentally committed .orig files from merge dff0cdeb. | yenatch | |
2014-09-20 | Merge remote-tracking branch 'YamaArashi/master' | yenatch | |
Conflicts: constants/misc_constants.asm engine/battle/core.asm engine/menu/pokedex.asm engine/town_map.asm home.asm hram.asm | |||
2014-09-14 | Commented/labelled misc functions | YamaArashi | |
2014-09-13 | Commented more sprite and map code | YamaArashi | |
2014-09-09 | Labelled and commented mostly sprite-related things | YamaArashi | |
2014-08-30 | Use hram constants for remaining joypad variables. | yenatch | |
2014-08-22 | Use PARTY_LENGTH and related constants in menu and hud code. | yenatch | |
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 | |
2014-06-25 | Use *Coord instead of FuncCoord | U-Fish-PC\Daniel | |
Using 'Coord =' doesn't like using wTileMap So use hlCoord, deCoord, bcCoord, aCoord, Coorda, or dwCoord to avoid static addresses |