aboutsummaryrefslogtreecommitdiffstats
path: root/constants (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge pull request #107 from YamaArashi/masterDaniel Harding2015-07-223-1/+3006
| |\ | | | | | | enumerate events
| | * named more constantsYamaArashi2015-07-211-17/+17
| | |
| | * comments for event constantsYamaArashi2015-07-212-2563/+2563
| | |
| | * named most of the used eventsYamaArashi2015-07-213-138/+156
| | |
| | * move event macros to separate fileYamaArashi2015-07-201-0/+425
| | |
| | * gym leader eventsYamaArashi2015-07-201-16/+16
| | |
| | * enumerate eventsYamaArashi2015-07-201-0/+2562
| | |
| * | Unify audio bank referencesdannye2015-07-221-1/+1
| | | | | | | | | | | | | | | | | | 2→1 8→2 1f→3
| * | Rename sound effect filesdannye2015-07-221-161/+161
| | |
| * | Name some battle sound effectsdannye2015-07-211-162/+162
| |/
| * constants for flag actionsYamaArashi2015-07-191-0/+6
| |
| * namingYamaArashi2015-07-191-0/+12
| |
| * Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-07-191-1/+0
| |\ | | | | | | | | | | | | | | | Conflicts: engine/evos_moves.asm engine/overworld/healing_machine.asm
| | * miscYamaArashi2015-07-181-1/+0
| | |
| * | Name sound effectsdannye2015-07-191-0/+176
| | |
| * | Enumerate more constantsdannye2015-07-1910-860/+885
| |/
| * Enumerate map constantsdannye2015-07-171-249/+251
| | | | | | | | closes https://github.com/iimarckus/pokered/issues/86
| * title / diploma / vending machineYamaArashi2015-07-171-0/+5
| |
| * Merge branch 'master' of https://github.com/iimarckus/pokereddannye2015-07-161-1/+9
| |\
| | * menu stuffYamaArashi2015-07-151-0/+8
| | |
| | * hall of fame / creditsYamaArashi2015-07-141-1/+1
| | |
| * | Swap trade center and battle centerdannye2015-07-162-7/+7
| |/ | | | | | | | | also rename battle center to colosseum closes https://github.com/iimarckus/pokered/issues/102
| * Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-07-142-0/+57
| |\ | | | | | | | | | | | | Conflicts: engine/town_map.asm
| | * named town map stuffYamaArashi2015-07-131-0/+2
| | |
| | * named party menu/naming screen wram variablesYamaArashi2015-07-131-0/+24
| | |
| | * comment slot machineYamaArashi2015-07-131-0/+13
| | |
| | * movemon and removepokemon wram variablesYamaArashi2015-07-121-0/+6
| | |
| | * named wram variablesYamaArashi2015-07-122-0/+14
| |/
| * Rename/organize part 1 of 4U-Daniel-PC\Daniel2015-07-031-1/+0
| | | | | | | | | | rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
| * Clean up white spaceU-Daniel-PC\Daniel2015-06-111-3/+3
| |
* | Attempt to make yellow buildable, part 7.luckytyphlosion2015-08-031-0/+101
| | | | | | | | Builds but not to baserom.gbc.
* | Build only YellowU-Daniel-PC\Daniel2015-08-014-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gfx/intro_nido_1.6x6.png gfx/intro_nido_2.6x6.png gfx/intro_nido_3.6x6.png gfx/redgreenversion.png text.asm text/maps/cerulean_trade_house.asm text/maps/copycats_house_1f.asm text/maps/daycare_2.asm text/maps/museum_2f.asm text/maps/oaks_lab.asm text/maps/pewter_gym.asm text/maps/route_9_1.asm text/maps/school.asm text/maps/vermilion_gym_1.asm yellow/main.asm
* | Attempt to make yellow buildable.luckytyphlosion2015-08-012-5/+444
| | | | | | | | Building Errors: Segmentation Error.
* | Merge git://github.com/dannye/pokeyellow into dannye-masterluckytyphlosion2015-06-059-9/+13
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: constants/connection_constants.asm constants/evolution_constants.asm constants/list_constants.asm constants/oam_constants.asm constants/sprite_constants.asm constants/type_constants.asm engine/bank3d/random.asm engine/bank3f/main.asm home.asm home/overworld.asm home/serial.asm macros.asm main.asm wram.asm
| * Add newlines to EOFsU-Daniel-PC\Daniel2015-06-013-3/+3
| |
| * EOL Windows->UNIXU-Daniel-PC\Daniel2015-06-017-177/+177
| |
* | Fix EOL to LF to make push requests more doable.luckytyphlosion2015-06-057-171/+171
|/
* named misc functionsYamaArashi2015-02-081-1/+1
|
* commented menu stuffYamaArashi2015-02-071-0/+20
|
* serial/trade/miscYamaArashi2015-02-074-10/+45
|
* add constants for volatile statuses and more battle labels/commentary/constantsxCrystal2015-02-041-2/+28
|
* Merge branch 'master' of https://github.com/dannye/pokeredIIMarckus2014-10-201-0/+236
|\
| * Enumerate hide/show constantsU-Daniel-PC\Daniel2014-09-261-228/+230
| |
| * Make Hide/Show objects more dynamicU-Daniel-PC\Daniel2014-09-251-0/+234
| | | | | | | | | | | | | | 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.
* | Modularize the beach house.IIMarckus2014-10-173-3/+3
| |
* | More idioms.IIMarckus2014-10-171-1/+3
| |
* | Add more from the beach house.IIMarckus2014-10-172-2/+9
|/
* Add comments for move ids.yenatch2014-09-231-164/+164
|
* Merge remote-tracking branch 'YamaArashi/master'yenatch2014-09-203-16/+19
|\ | | | | | | | | | | | | | | | | | | Conflicts: constants/misc_constants.asm engine/battle/core.asm engine/menu/pokedex.asm engine/town_map.asm home.asm hram.asm
| * Commented/labelled misc functionsYamaArashi2014-09-141-15/+5
| |