Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-21 | named more constants | YamaArashi | |
2015-07-21 | comments for event constants | YamaArashi | |
2015-07-21 | named most of the used events | YamaArashi | |
2015-07-20 | move event macros to separate file | YamaArashi | |
2015-07-20 | gym leader events | YamaArashi | |
2015-07-20 | enumerate events | YamaArashi | |
2015-07-19 | constants for flag actions | YamaArashi | |
2015-07-19 | naming | 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-19 | Enumerate more constants | dannye | |
2015-07-18 | misc | YamaArashi | |
2015-07-17 | Enumerate map constants | dannye | |
closes https://github.com/iimarckus/pokered/issues/86 | |||
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 | hall of fame / credits | YamaArashi | |
2015-07-14 | Merge branch 'master' of https://github.com/YamaArashi/pokered | dannye | |
Conflicts: engine/town_map.asm | |||
2015-07-13 | named town map stuff | YamaArashi | |
2015-07-13 | named party menu/naming screen wram variables | YamaArashi | |
2015-07-13 | comment slot machine | YamaArashi | |
2015-07-12 | movemon and removepokemon wram variables | YamaArashi | |
2015-07-12 | named wram variables | YamaArashi | |
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-11 | Clean up white space | U-Daniel-PC\Daniel | |
2015-06-01 | Add newlines to EOFs | U-Daniel-PC\Daniel | |
2015-06-01 | EOL Windows->UNIX | U-Daniel-PC\Daniel | |
2015-02-08 | named misc functions | YamaArashi | |
2015-02-07 | commented menu stuff | YamaArashi | |
2015-02-07 | serial/trade/misc | YamaArashi | |
2015-02-04 | add constants for volatile statuses and more battle labels/commentary/constants | xCrystal | |
2014-10-20 | Merge branch 'master' of https://github.com/dannye/pokered | IIMarckus | |
2014-10-17 | Modularize the beach house. | IIMarckus | |
2014-10-17 | More idioms. | IIMarckus | |
2014-10-17 | Add more from the beach house. | IIMarckus | |
2014-09-26 | Enumerate hide/show constants | U-Daniel-PC\Daniel | |
2014-09-25 | Make Hide/Show objects more dynamic | U-Daniel-PC\Daniel | |
be on the look out for more static ids in the wild unused constants are still included because a script could be written to check whether the player has picked up an item/fought a legendary etc. | |||
2014-09-23 | Add comments for move ids. | 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-17 | Recomment misc functions in home.asm. | yenatch | |
2014-09-17 | Enumerate move constants and add unnamed animation constants. | yenatch | |
2014-09-14 | Commented/labelled misc functions | YamaArashi | |
2014-09-09 | Labelled and commented mostly sprite-related things | YamaArashi | |
2014-06-14 | Hall of Fame sram labels and related constants. | yenatch | |
2014-06-14 | Use monster struct macros in wram. Rename related labels for consistency. | yenatch | |
2014-06-10 | Use MAX_LEVEL instead of 100/$64 | U-Fish-PC\Daniel | |
2014-06-09 | Clean up white space | U-Fish-PC\Daniel | |
2014-06-06 | Space out monster constants to make gaps clearer. | yenatch | |
2014-05-26 | Remove most static wram addresses. Use labels instead. | yenatch | |
For unknown addresses, use "w<address>". Label overleads are still an issue. |